Introduction
Micropage is a markup-driven tool for building and deploying fast static websites.
You write a .page file. Micropage turns it into a deployed site.
Two ways to use Micropage
Web App — browser-based editor, no installation required. Go to app.micropage.sh, create a project, write markup, and publish.
CLI — command-line tool for local editing and automation.
Install with npm install -g micropage, then use micropage publish.
Both interfaces work with the same projects and builds.
What you can build
- Landing pages
- Multi-page sites
- Sites with contact forms
- Portfolios and product pages
Where to start
- Web App Quickstart — publish a site from your browser, no install needed
- CLI Quickstart — work locally with the command line
- Your First Page — learn the markup format
- Web App Overview — overview of the editor and its tabs
- Examples — copy a working page