FAQ
General
Section titled “General”What is Mistflow?
Section titled “What is Mistflow?”Mistflow is an MCP server that gives AI coding editors (Claude Code, Cursor, Codex CLI) the ability to plan, build, and deploy full web applications. You describe what you want; your AI editor builds it using Mistflow’s tools.
Does Mistflow use AI / LLMs?
Section titled “Does Mistflow use AI / LLMs?”No. Mistflow itself has no AI. It’s a tool provider. Your AI editor (which already has an LLM) does all the reasoning. Mistflow provides the structured tools for planning, scaffolding, building, and deploying.
Do I need to pay for AI tokens?
Section titled “Do I need to pay for AI tokens?”No additional AI costs. You’re already paying for your AI editor (or using a free tier). Mistflow adds no token charges.
What editors does Mistflow support?
Section titled “What editors does Mistflow support?”Any editor that supports the Model Context Protocol (MCP). Currently:
- Claude Code (Anthropic)
- Cursor (Anysphere)
- Codex CLI (OpenAI)
- Any future MCP-compatible tool
Do I own the code?
Section titled “Do I own the code?”Yes. The code is real, generated source code. You own it completely. Connect GitHub and push it to your own repo at any time.
Technical
Section titled “Technical”What tech stack do the apps use?
Section titled “What tech stack do the apps use?”By default: React 19 + Vite + TailwindCSS + TypeScript. The template provides the structure; the AI customizes everything based on your description.
Where are apps hosted?
Section titled “Where are apps hosted?”On Cloudflare Pages. Mistflow handles deployment automatically. You get a *.mistflow.app subdomain, and can add custom domains.
Can I eject / self-host?
Section titled “Can I eject / self-host?”Yes. Your code is a standard React + Vite project. Clone the GitHub repo (or download from the dashboard) and deploy it anywhere — Vercel, Netlify, your own server.
Is there a local dev server?
Section titled “Is there a local dev server?”Yes. The preview tool starts a Vite dev server with hot reload. It can also create a public tunnel via Cloudflare for sharing.
Billing
Section titled “Billing”What’s included in the free plan?
Section titled “What’s included in the free plan?”3 projects, 3 deploys per month, 1 team member. No custom domains or GitHub sync. See Limits & Pricing.
How do I upgrade?
Section titled “How do I upgrade?”From the dashboard Settings page, or tell your AI: Upgrade my Mistflow plan.
Can I cancel anytime?
Section titled “Can I cancel anytime?”Yes. Downgrade from the Settings page. Your projects remain accessible but you lose access to paid features.