Before you start
Be familiar with TypeScript and React. Have Node.js, Deno, or Bun installed, plus a code editor and terminal. AI know-how is not required.Contents
| Page | Goal |
|---|---|
| Quickstart | Build the first app end-to-end. |
| Installation | Install the CLI or framework. |
| Create project | Scaffold and run a project. |
| Create agent | Define and invoke an agent. |
| Create API | Expose the agent route. |
| Create frontend | Add a chat UI for the agent. |
| Coding agents | Connect an editor agent to the dev server. |
| Deploy project | Build and ship the project. |
CLI workflow
Use the CLI for the normal project loop:veryfront generate <type> <name> to add routes, components, and AI
primitives. Use veryfront schema --json when a human or coding agent needs the
current command schema.
Coding-agent workflow
Starter projects includeAGENTS.md. Coding agents should read it first, then
connect to the development MCP server started by veryfront dev and call
vf_bootstrap once at session start. Use
Coding agents for Claude Code, Cursor, Codex, and
other MCP-aware clients.