Formint docs

Build, edit, and export with the same graph.

These docs mirror the generated README and AI_CONTEXT guidance.

Quick start

Describe the AI tool you want, review the matched starters, edit the generated app, then export a self-contained Next.js project.

Run the exported project

Install dependencies with scripts disabled when reviewing generated code, then run the standard Next.js build or dev command in the exported project.

Replace capability stubs

Generated route stubs such as app/api/run, app/api/upload, and app/api/chat are explicit replacement seams for your model, storage, and streaming adapters.

Design system contract

Keep visual values in app/globals.css tokens. Avoid hard-coded hex colors and arbitrary spacing in exported app code.