StarSteady: AI-Powered Google Review Responses and SMS Requests for Local Businesses

StarSteady is a new SaaS tool that helps local businesses (auto shops, dentists, restaurants, salons) respond to Google and Yelp reviews using AI, and request new reviews via SMS. Built solo in a few weeks by u/dpanev, it handles Twilio A2P compliance and billing under the hood.
Key Features
- AI review responses: Paste a Google or Yelp review, choose a tone (professional, warm, casual), and get a response in seconds.
- SMS review requests: Send one-click SMS to customers with a direct link to your Google review page.
- Dashboard: Tracks monthly usage, response history, and all data in one place.
Pricing
- Free trial: 5 AI responses + 5 SMS requests.
- Paid plans: Start at $39/month.
Backstory
The solo founder built StarSteady alone — no co-founder, no team. The biggest technical hurdle was Twilio A2P 10DLC compliance (an 'absolute nightmare'). The first paying client is an auto transport company. The AI responses are reported to be genuinely good, and the SMS requests actually work.
Who It's For
Local business owners who want to improve their Google ranking by responding to reviews and proactively requesting them, without manual effort.
📖 Read the full source: r/ClaudeAI
👀 See Also

Exploring the Claude Code Guidelines: A Minimalist Approach in 65 Lines
The Claude Code extension encapsulates essential AI coding principles in just 65 lines of Markdown, emphasizing 'Think Before Coding'. Despite its simplicity, it has gained notable traction among developers.

Doc Harness: A Claude Code Skill for Maintaining Project State Across Sessions
Doc Harness is a Claude Code skill that creates a lightweight documentation system with five structured files to help AI agents maintain project context across sessions. It addresses issues like context resets, forgotten rules, and the need to re-explain projects to new agents.

Steam City: A 3D Pixel-Art Map of Your Steam Library Built with Claude Code
A developer used Claude Code to build Steam City, a 3D pixel-art visualization of your Steam library. Playtime hours determine building height, unplayed games sit dark. 1,000+ players already.

I ripped out OpenClaw's default markdown memory and built a Node.js/Postgres API layer instead
A developer disabled OpenClaw's memory-core plugin and built a typed Node.js/Express + PostgreSQL backend. Context drift dropped to zero.