Skip to main content

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

PageGoal
QuickstartBuild the first app end-to-end.
InstallationInstall the CLI or framework.
Create projectScaffold and run a project.
Create agentDefine and invoke an agent.
Create APIExpose the agent route.
Create frontendAdd a chat UI for the agent.
Coding agentsConnect an editor agent to the dev server.
Deploy projectBuild and ship the project.

CLI workflow

Use the CLI for the normal project loop:
npm create veryfront
cd <PROJECT_NAME>
veryfront dev
Use 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 include AGENTS.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.