Skip to main content

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