Install
Terminal
Create a project
Terminal
- minimal. Single page, no extras.
- app. Dashboard with auth and API routes.
- blog. MDX content with file-based posts.
- ai. Agent with tools, prompts, and a chat UI.
Start the dev server
Terminal
Project overview
Afterinit, your project looks like this:
app/. Agents, tools, prompts, and workflows live at the project root and are auto-discovered by the framework.
Build for production
Terminal
Deploy
Terminal
https://<slug>.veryfront.com.
Next
- Project Structure: understand the full directory layout
- API Reference: complete API documentation
Related
- Pages & Routing: file-based routing and layouts
- Agents: create your first AI agent
- API Routes: backend HTTP handlers