CLI and framework for pro-coders

Install
- curl
- npx
- brew
Create a project
- 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
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 and deploy
https://<slug>.veryfront.com.
Connect Your Coding Agent
Veryfront exposes an MCP server that gives AI coding agents access to live dev server state: errors, logs, and HMR triggers.Claude Code
Option 1: Install the plugin
Option 1: Install the plugin
Option 2: Manual configuration
Option 2: Manual configuration
Add to your
.mcp.json:Codex CLI
Configuration
Configuration
Add to
~/.codex/config.toml:Cursor
Configuration
Configuration
Add to
.cursor/mcp.json:Gemini CLI
Configuration
Configuration
Add to
~/.gemini/settings.json: