1
0 Comments

I built a free visual AI prompt builder. Here's what I learned shipping it.

I got frustrated with my own prompts.

Not because AI is bad. Because I kept writing walls of text and getting mediocre output back. I'd tweak one sentence, re-run, tweak another. It felt like guessing.

So I built flompt.

The core idea: instead of writing prompts as one big blob, you break them into 12 typed blocks. Role. Audience. Context. Objective. Constraints. Examples. Chain of thought. Output format. And so on. Each block has a specific job. You edit them independently on a visual canvas, then compile everything into Claude-optimized XML.

The difference in output quality is noticeable immediately. Not because the model got smarter. Because the instructions got clearer.

What I shipped:

  • Web app with a React Flow canvas (drag, connect, compile)
  • Browser extension for Chrome and Firefox that injects directly into ChatGPT, Claude, and Gemini. You hit Enhance, structure your prompt in a sidebar, inject it back. No tab switching.
  • MCP server for Claude Code: claude mcp add flompt https://flompt.dev/mcp/

The numbers so far:

No paywall. No account required. Just built it, shipped it, and started getting users. Still early but the extension has been picking up installs daily.

What I'd do differently:

Ship the extension first, not last. The web app is cool but the extension is what makes people go "oh, this is actually useful right now."

Stack: React + TypeScript + React Flow + Zustand (frontend), FastAPI + Claude API (backend), Caddy for the reverse proxy.

It's free and open-source.

Try it: https://flompt.dev
Repo (a star means a lot for a solo project): https://github.com/Nyrok/flompt

Happy to answer any questions about the build.

on March 8, 2026
Trending on Indie Hackers
I shipped a productivity SaaS in 30 days as a solo dev — here's what AI actually changed (and what it didn't) User Avatar 142 comments Never hire an SEO Agency for your Saas Startup User Avatar 100 comments A simple way to keep AI automations from making bad decisions User Avatar 67 comments “This contract looked normal - but could cost millions” User Avatar 54 comments Are indie makers actually bad customers? User Avatar 36 comments We automated our business vetting with OpenClaw User Avatar 35 comments