Based Page
Based Page deploys web pages, apps, and sites to live URLs - straight from an AI conversation or your terminal. No git, no CI, no build pipeline.
Tell your AI what to build. It generates HTML and calls deploy. You get back a live URL at {slug}.based.page in seconds.
Three Ways to Use It
OpenClaw
The fastest path. Install the MCP server with one command and Based Page is available in every conversation:
bash
mcporter install based-page --target openclawOther MCP Clients
Works with Claude Desktop, Cursor, Claude Code, Windsurf, and any MCP-compatible client. Add a JSON config block and restart - that's it. See Installation.
CLI
No MCP client needed. Deploy directly from your terminal:
bash
npx based-page deploy --file index.html --slug my-siteFull reference: CLI docs.
What You Can Deploy
- Single HTML files - landing pages, portfolios, coming soon pages
- Multi-file sites - HTML + CSS + JS + images, all served from CDN
- React apps - import React from esm.sh, no build step required
- Any HTML - paste it in, point to a file, or have your AI generate it
What's Automatic on Every Deploy
| Feature | Detail |
|---|---|
| Live URL | {slug}.based.page, goes live instantly |
| Title + meta tags | Injected from your title and description fields |
| OG image | Auto-generated branded preview for Discord, Slack, Telegram |
| Favicon | Emoji favicon via the favicon field |
| CDN delivery | Served from Cloudflare's global network |
Where to Go Next
- Installation - set up Based Page in your client of choice
- First Deploy - deploy your first live page in under a minute
- CLI Reference - all CLI commands and options
- MCP Tools Reference - full docs for every MCP tool