CLI and framework for pro-coders

Install
- curl
- npx
- brew
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 and deploy
Terminal
Terminal
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
Terminal
Option 2: Manual configuration
Option 2: Manual configuration
Add to your
.mcp.json:.mcp.json
Codex CLI
Configuration
Configuration
Add to
~/.codex/config.toml:~/.codex/config.toml
Cursor
Configuration
Configuration
Add to
.cursor/mcp.json:.cursor/mcp.json
Gemini CLI
Configuration
Configuration
Add to
~/.gemini/settings.json:~/.gemini/settings.json