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 |
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 pullto 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.