ABOUT TEN MINUTESINSTALL · ASK · REVIEW · DEPLOY

YOUR FIRST MICRO ONE COMPLETE LOOP

From one request
to a live site.

Choose only the local tools you need. Your coding agent uses the Micro skill to create the source with a suitable toolchain, check the real result, and deploy only when it works.

By the endA live HTTPS URL, source you own, and a project ready for users, data, files, or payments.
01

INSTALL MICRO

Choose your local setup.

All Linux downloads are versioned and checksum-verified, with no Homebrew or system package changes. The CLI works alone; the runner and Abla compiler are optional capabilities. Homebrew provides the complete setup on macOS.

Linux · CLI onlyStatic sites, deploys, and your own Wasm build.
curl -fsSL https://micro.do/install | sh -s -- cli
Linux · CLI + runnerLocal preview with Rust or another compiler.
curl -fsSL https://micro.do/install | sh -s -- runtime
Linux · Micro + AblaThe complete self-contained toolchain.
curl -fsSL https://micro.do/install | sh -s -- abla
macOS · completeManaged by Homebrew.
brew install microdotdo/tap/micro
micro doctor
02

TEACH YOUR AGENT

Use the harness you already trust.

The skill contains the project contract and quality gates. MCP adds typed local tools; passwords and provider secrets never enter those tools.

Codex
npx skills add microdotdo/micro-mcp --skill micro-sites -g -a codex -y
codex mcp add micro -- npx -y @microdotdo/micro-mcp
Claude Code
npx skills add microdotdo/micro-mcp --skill micro-sites -g -a claude-code -y
claude mcp add --transport stdio --scope user micro -- npx -y @microdotdo/micro-mcp
Pi
pi install npm:@microdotdo/micro-mcp
Pi uses the bundled skill and the same local CLI workflow.
03

ASK FOR AN OUTCOME

Begin with one useful journey.

This request is deliberately concrete enough to build and verify, while leaving the visual direction to the agent.

Use the Micro skill to build a polished site where I sell one downloadable product. Include a public product page, Login with Micro, test-mode checkout, an authenticated library, and a protected download. Give it a distinctive responsive design, run it locally, and check the complete journey in a browser before creating a preview.
04

REVIEW AND SHIP

Nothing is claimed until deploy succeeds.

The agent should run these itself. Pair the CLI through the browser when asked; an unclaimed preview is safe to share before production.

micro dev
micro deploy --preview
micro login
micro deploy your-slug