Skip to content

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 openclaw

Other 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-site

Full 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

FeatureDetail
Live URL{slug}.based.page, goes live instantly
Title + meta tagsInjected from your title and description fields
OG imageAuto-generated branded preview for Discord, Slack, Telegram
FaviconEmoji favicon via the favicon field
CDN deliveryServed from Cloudflare's global network

Where to Go Next

Deploy apps from conversation.