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:
| Tab | Purpose |
|---|---|
| Edit | Markup editor with live preview |
| AI | AI-assisted content generation |
| Files | Upload and manage project files |
| Form Submissions | View submitted form data |
| Builds | Build history and redeploy |
| Settings | Project 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 pullto 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.