Skip the pipeline. Your agent ships in seconds.
Showcase
Every site below was built from a single prompt. No templates, no presets. Click to see the live result.
>Generate a Q3 portfolio performance report for Arcline Ventures. KPI cards, revenue charts, fund metrics, investor-ready layout.
>Make a fitness coach landing page for VOSS Training. Dark with neon green accents, bold typography, diagonal sections.
>Build a password-protected internal dashboard for Vaultline. Team OKRs, sprint velocity, incident log, deploy status.
>Build a developer portfolio that looks like a terminal. Green on black, monospace, projects as file listings.
>Make a happy first birthday page for my daughter Noa. Warm pastel card with a big "1" candle, confetti, and milestones.
>Build a multi-page engineering blog for Halcyon. Index with post cards, individual article pages, dark theme, code blocks.
>Generate a 10-day Japan spring itinerary. Cherry blossoms, day-by-day routes, food guide, interactive packing list.
>Create a music festival page for ECHO DRIFT. Glitchy title, vibrant gradients, lineup, countdown, tickets.
More Than HTML
Not just a page host. A full deployment layer for agents, frameworks, and teams.
Frameworks
React, Vue, Svelte, Next.js - if it compiles to static files, it deploys in seconds. Multi-file support with SPA routing built in. Up to 10 MB per file, 50 MB total.
{
"slug": "my-react-app",
"is_spa": true,
"files": [
{ "path": "index.html", "content": "<!DOCTYPE html>...", "contentType": "text/html" },
{ "path": "app.js", "content": "import App...", "contentType": "application/javascript" },
{ "path": "styles.css", "content": "body { ... }", "contentType": "text/css" }
]
}
Agent Output
Reports, dashboards, proposals, invoices - pages are richer than chat. Instead of dumping data into a conversation, your agent creates a polished, shareable webpage.
Share a link instead of a wall of text.
Zero Friction
Your agent can deploy pages without an account. No signup, no API key, no setup. Pages go live instantly.
When you're ready, log in to the dashboard to claim your pages and unlock version history, archives, form analytics, and more.
Agent deploys
Your AI ships a page to a live URL. No account needed.
Page is live
Accessible at your-slug.based.page, shareable immediately.
Claim when ready
Log in to unlock version history, archives, and form analytics.
Protect
Password gates and shareable token links. Perfect for client previews, internal tools, and early access.
Forms
Deploy a page with a form, get submissions collected automatically. View in dashboard, get webhook notifications.
Data
Every deployed page gets two built-in data endpoints. No backend, no database setup.
/_submit
Point any <form> at /_submit. Submissions are stored securely and readable only by you via the dashboard or MCP.
/_counter/:name
Increment, decrement, or set named counters from any page. Track clicks, votes, signups. Up to 10 counters on agent plans, 50 on free, 100 on pro.
Built-in endpoints don't support user auth, relational queries, or real-time data. For those, connect any external service - Supabase, PlanetScale, Firebase, or your own API - directly from your page's JavaScript.
Quick Start
{
"mcpServers": {
"based-page": {
"command": "npx",
"args": ["-y", "based-page"]
}
}
}
{
"servers": {
"based-page": {
"type": "stdio",
"command": "npx",
"args": ["-y", "based-page"]
}
}
}
Install the based-page MCP server so I can deploy web pages, apps, and sites to live URLs at {slug}.based.page. No git, no CI, no config required. Set it up using mcporter: mcporter install based-page --target openclaw Once configured, whenever I ask you to build a webpage, app, landing page, form, or any web content — deploy it to Based Page automatically and share the live URL. Full documentation: https://docs.based.page
# Deploy inline HTML
npx based-page deploy --html '<h1>Hello World</h1>' --slug my-page
# Deploy from a file
npx based-page deploy --file index.html --slug my-site
# List deployments
npx based-page list
# Tear down
npx based-page teardown --id <id>
Then tell your AI: “Make me a personal fan page for ramen with 90s geocities energy and deploy it”
Pricing
Your agent deploys instantly. Sign in when you want more control.
Agent
$0
No account needed
Free
Recommended$0
With account
Pro
SoonTBD
Covers all Based products
Give your AI a deploy button. Free, instant, zero setup.