Build Pages with AI
Edit Visually

The visual page builder where AI agents and humans collaborate in real-time. No backend needed. Export and deploy anywhere.

Open Editor My Pages

Everything you need

🤖

AI API

20 HTTP methods. Any agent can build pages with curl. Tool schemas for Claude and OpenAI function calling.

🎨

Visual Editor

Drag & drop 30 blocks. Edit text inline. Pick icons. Responsive preview. Dark theme.

🎨

Design System

Set colors, fonts, spacing once. Every section respects the theme. Change it and the whole page updates.

🚀

Real-time Collaboration

Agent and human edit the same page simultaneously. Changes sync via polling. Changelog tracks who changed what.

🔗

Data Sources

Connect any REST API. Dot notation for nested data. Pagination built-in. Auto-refresh.

📨

Form Webhooks

Connect forms to Zapier, Make, n8n, or any endpoint. Success/error messages. No server needed.

📦

Export & Deploy

Get clean HTML + CSS + JS files. Deploy on Vercel, Cloudflare, Netlify, GitHub Pages — anywhere.

💰

Zero Cost to Start

Free tier: 3 pages, visual editor, AI API. Runs on Cloudflare free tier. Zero runtime dependencies.

How it works

1

Create a page

Open the editor or run vb new from the CLI. Get a unique session link.

2

Build with AI or by hand

An agent sends HTTP requests to add sections. You drag blocks and edit text visually. Both at the same time.

3

Connect data

Plug in a CMS API, add form webhooks. Set your theme colors and fonts.

4

Export & deploy

Download clean HTML + CSS + JS. Push to any static host. Done.

Agent builds a page in one request

# Create session curl -X POST /api/session -d '{"sessionId":"demo"}' # Build entire page curl -X POST /api/batch -d '{ "sessionId": "demo", "actions": [ {"method":"setTheme","params":{"colors":{"primary":"#059669"}}}, {"method":"addSection","params":{"type":"hero","options":{"headline":"Hello World"}}}, {"method":"addSection","params":{"type":"features","options":{"heading":"Why Us"}}}, {"method":"addSection","params":{"type":"footer"}}, {"method":"exportProject","params":{"title":"My Site"}} ] }'

Simple pricing

Start free. Upgrade when you need more.

Free

$0/forever
  • 3 pages
  • Visual editor
  • AI API (20 methods)
  • 10 section templates
  • 30 blocks
  • Theme system
Get Started

Ready to build?

No credit card required. Start building in seconds.

Open Editor