Web App Quickstart
Get a site live without installing anything.
1. Open the app
Go to app.micropage.sh and log in.
2. Create a project
Click New Project, enter a name, and confirm. Micropage creates the project and opens the editor.
3. Write your page
The editor opens with a markup file on the left and a live preview on the right.
Replace the default content with your own:
[site]
title: My Site
[Home -> /]
/// hero
h1: Hello world
p: My first Micropage site
The preview updates as you type.
To add an image, use img: <- keyword (Unsplash search), img: <- filename (uploaded file), or img: <- https://... (URL). To upload a file first, open the Files tab, upload it, then reference it by filename. See Images.
4. Save a draft
Click Save. This creates a draft build. The site is not yet published.
5. Publish
Click Publish. Micropage builds and deploys your site to Cloudflare Pages.
6. Open your site
Click Copy URL to copy the live URL, or click Preview to open it directly in your browser.
If you want to work locally or automate deployments, see the CLI Quickstart.