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

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 pull to sync locally
  • Edit locally with the CLI, then review submissions in the web app

See CLI Quickstart if you want to use the command line.