Back to browse
My colleague said my prompts were unreadable. I built a prompt builder

My colleague said my prompts were unreadable. I built a prompt builder

by hkonte·Mar 4, 2026·1 point·1 comment

AI Analysis

●●●BangerSolve My ProblemShip ItSlick

Structured prompt builder with Chrome extension injection and Claude MCP—solves real friction.

Strengths
  • Triple distribution (web/extension/MCP) means zero friction adoption—works where users already are.
  • Model-aware compilation: Claude XML, ChatGPT/Gemini Markdown. Not just UI polish, genuinely useful.
  • 100% local processing, no account, no telemetry—respects privacy without being preachy about it.
Weaknesses
  • Prompt engineering is crowded (Prompt Engineering Guide, LangChain templates, ChatGPT's built-in features). Needs to prove structure beats existing workflows.
  • 11 block types feel prescriptive—unclear if this works for unconventional prompt patterns or multi-turn agentic use cases.
Target Audience

AI/LLM power users, prompt engineers, Claude Code users, ChatGPT power users

Similar To

PromptFlow (Microsoft) · LangChain Prompt Templates · ChatGPT Custom Instructions

Post Description

Last week I started using Claude Code. My colleague, who has been prompting AI models for months, looked at what I was sending and said he had no idea what I was asking for.

If an experienced user couldn't parse it, the model definitely wasn't getting the best version of it either.

So I built flompt. The idea is simple: instead of writing a prompt as a wall of text, you decompose it into typed visual blocks (role, context, objective, constraints, examples, output format), arrange them, and compile to a structured format optimized for the model you're targeting. Claude gets XML, ChatGPT and Gemini get Markdown, each formatted the way the model actually processes it best.

It also ships as a Claude Code MCP so you can build and inject structured prompts directly from your editor, and as a Chrome extension that puts it as a sidebar inside ChatGPT, Claude and Gemini.

A few things I cared about: - Assembly is 100% local, nothing leaves your browser during compile - No account required - You can paste a rough idea and let the AI decompose it into blocks automatically

Try it: https://flompt.dev/app Chrome extension: https://chromewebstore.google.com/detail/mbobfapnkflkbcflmed...

https://flompt.dev

Similar Projects

AI/ML●●Solid

Prompt Builder – A block-based editor for composing AI prompts

The block metaphor and live compiled preview are honest, practical improvements for anyone wrestling with long, conditional prompts — toggles for A/B testing and global {{vars}} are especially handy. Multi-model execution and editable response panes show the author thought about iteration and comparison, but the screenshot feels safe and functional rather than boldly new; I want to know how it handles collaboration, exports, and model/credit management.

Solve My ProblemNiche Gem
Jaber_Said
103mo ago
Developer Tools●●Solid

MagnetPrompt – visual feature board → AI-ready coding prompts

Bakes your kanban into two ready-to-run outputs: a stakeholder PRD and an AI coding prompt tailored to your chosen stack. The stack presets (Next.js + TypeScript, Rails, Flutter) and the built-in gap analysis are the neat bits — if the analyzer reliably surfaces missing auth/error-handling or edge-case requirements this could shave hours off spec-writing; if it’s shallow, it’s just a nice UI for existing prompt templates.

Solve My ProblemSlick
zen4ttitude
103mo ago