Skip to main content

Projects

A project represents a single website managed by Micropage.

Each project has:

  • a remote project on the Micropage platform
  • a local folder (when using the CLI)
  • a .micropage configuration directory (when using the CLI)

Using the Web App

  1. Log in at app.micropage.sh.
  2. Click New Project and enter a name.
  3. The project opens in the editor immediately.

To switch between projects, return to the project list on the home screen.

Using the CLI

Create a new project:

micropage projects create mysite

This creates the project remotely and initializes a local folder.

List your projects:

micropage projects list

Fetch an existing project locally:

micropage projects fetch myproject

Show project details:

micropage projects show myproject

Delete a project:

micropage projects delete

Project files (CLI)

Your local project folder contains:

  • page files (.page or .micropage)
  • uploaded assets referenced in markup
  • .micropage configuration (project ID, current build ID)