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

Using OpenAI Codex IDE with Local Ollama Models in VSCodium
OpenAI Codex IDE can be configured to work with local Ollama models in VSCodium using specific configurations in the config.toml file.

Free macOS Menu Bar Monitor for Claude AI Usage Limits
A free, open-source macOS tool that displays Claude AI's session usage percentage, weekly limits, and reset countdowns directly in your menu bar. Installs with a single Homebrew command and piggybacks on existing Chrome sessions without storing data.

Claude Code Plugin Analyzes Token Waste and Anomalies Locally
A developer built a Claude Code plugin that diagnoses token waste by detecting six anomaly types from local session data. The tool analyzed 8,392 sessions and found 1,015 anomalies, with ExcessiveToolUse being the most common.

Snip tool enables visual communication with AI coding agents
Snip is a free tool that lets developers screenshot, annotate, and draw to show AI agents what they mean visually, while agents can generate diagrams or load images directly through CLI or MCP. Currently runs on Apple Silicon Macs with Mermaid diagram support and HTML support in progress.