Skip to main content

Overview

The Micropage web app is a browser-based editor for creating and managing projects.

URL: app.micropage.sh

No installation required. Log in with your Micropage account.

What it provides

  • Create and manage projects
  • Edit page markup with a live preview
  • Upload and manage project files
  • Publish and manage builds
  • View form submissions
  • Configure project settings and custom domains

Layout

Each project opens in a tabbed interface:

TabPurpose
EditMarkup editor with live preview
AIAI-assisted content generation
FilesUpload and manage project files
Form SubmissionsView submitted form data
BuildsBuild history and redeploy
SettingsProject settings and custom domain

Live URLs and domains

  • Each project has a unique domain slug in the database (projects.domain), generated as {slugified-name}-{6hex}.
  • The default live URL for a project is https://{projects.domain}.pages.dev (Cloudflare Pages project hostname).
  • When Pro/Pro+ users connect their own domain, the Settings UI shows CNAME instructions that point at the underlying Cloudflare Pages hostname (for example {projects.domain}.pages.dev); the user-facing link in the editor switches to the connected custom domain when available.

Relationship to the CLI

The web app and CLI operate on the same projects and builds. You can use either one, or both. For example:

  • Create and edit in the web app, then use micropage projects pull to sync locally
  • Edit locally with the CLI, then review submissions in the web app

See CLI setup and the CLI docs if you want to use the command line.