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. |