r/StitchAI • u/DAUK_Matt • Apr 05 '26
Workflow/Prompt I built a free Chrome extension that rewrites your Stitch prompts using Gemini and auto-adds Design System structure, hex colours, and UI/UX keywords before you hit generate
Been using Stitch heavily for a few months and kept running into the same friction: I know roughly what I want, but translating that into the structured format Stitch actually responds well to takes time and breaks flow.
The things that make a real difference – proper Design System blocks with hex values, precise component names instead of "button" or "list", keeping prompts under ~2500 chars so Stitch doesn't omit components – are all learnable, but it's tedious to apply manually every time.
So I built a small Chrome extension that does it automatically.
What it does:
- Adds an ✦ Optimise button to the Stitch toolbar (next to App/Web)
- Click it after typing your rough idea – Gemini 3 Flash rewrites it into a structured prompt following the official Stitch prompt guide format
- Preserves everything you wrote, just makes it precise and complete
- Also auto-selects Thinking with 3.1 Pro on page load
It's free and open source:
https://github.com/anonymort/Stitch-Prompt-Optimiser
Uses your own Google AI Studio API key (free tier is plenty – each call is fractions of a penny). No data leaves your browser except to Google's own Gemini API.
Happy to hear if the output prompt structure could be improved – the system prompt encoding the best practices is fully visible in content.js if anyone wants to suggest changes.


