Before you start
- TypeScript and React: Be familiar with both.
- Runtime: Install Node.js, Deno, or Bun.
- Workspace: Have a code editor and terminal.
- AI background: AI experience is not required.
Start here
- 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.
- Deploy project: Build and ship the project.
Local loop
Terminal
veryfront generate <type> <name> to add routes, components, and AI primitives.
Coding-agent workflow
- Project instructions: Starter projects include
AGENTS.md. - Dev server: Run
veryfront devbefore connecting a coding agent. - Bootstrap: Call
vf_bootstraponce at session start. - Schema: Use
veryfront schema --jsonto inspect current CLI commands. - Guide: Use Coding agents for Claude Code, Cursor, Codex, and other MCP-aware clients.