Inspiration

Bolt Automations was born out of real frustration while using bolt.new — the powerful, AI-driven product builder. It was burning through tokens fast, and I kept missing important updates unless I constantly checked the tab. I wanted to solve two problems at once: reduce waste and reclaim focus. This tool was built with Bolt, for Bolt, to automate the workflow and keep things on track.

What it does

Bolt Automations is a Chrome extension that optimizes your bolt.new workflow:

  • Automatically switches to Discussion Mode after each task, saving up to 90% of token usage.
  • Sends real-time Discord notifications when a task completes, fails, or needs input.
  • (Optional) Generates AI-powered summaries using your choice of model (GPT, Claude, or Gemini).
  • Keeps your attention where it matters — without needing to constantly check bolt manually.

How I built it

  • Frontend: TypeScript + HTML/CSS with manifest v3 for Chrome Extensions
  • Backend: Node.js scripts for build, testing, and summary generation
  • Automation: MutationObservers to detect DOM changes on bolt.new
  • Notifications: Webhooks to Discord
  • AI Summaries: Integration with OpenAI, Anthropic, and Google APIs via fetch and local API keys
  • Security: All user credentials stored locally; no external database or telemetry
  • Packaging: GitHub Releases + manual Chrome sideload or store-based install

Challenges I ran into

  • Parsing and reacting to bolt.new’s dynamic DOM without official API access
  • Token management required deep understanding of when and how Bolt switches modes
  • Balancing UX simplicity with advanced options like AI summaries and multi-provider support
  • Ensuring everything ran smoothly with zero external backend — all on-device

Accomplishments that I'm proud of

  • Achieved ~90% reduction in token usage for regular bolt.new users
  • Got real feedback from builders using it during the hackathon and integrated their needs within hours

What I learned

  • Even AI builders need automation to work effectively — the meta of building automation for builders was unexpectedly rewarding
  • Sometimes the smallest UX improvements (like a Discord ping) can have the biggest productivity impact

What's next for Bolt Automations

  • Add support for Slack, Telegram, and email notifications
  • Create a dashboard to view task logs, summaries, and usage stats
  • Offer customization per task type (e.g., auto-discuss only on certain completions)
  • Expand to support other AI dev tools beyond bolt.new (like Sweep.dev or Cursor)
  • Submit to the Chrome Web Store for broader distribution and easier install

Built With

Share this project:

Updates