Mastro 👨‍🍳 Docs

Search results

Blog GitHub   Bluesky

Documentation

Welcome to this condensed walk-through of Mastro. Let’s start cooking! 👨‍🍳

Mastro builds on web standards as much as possible. Read about the HTML, CSS and JavaScript features built into modern browsers and runtimes on MDN.

Mastro then provides the few missing pieces: a router, a way to generate HTML, and scripts for static site generation and starting a server – implemented in ~700 lines.

Get started

Table of Contents

  1. Routing
  2. Components and HTML
  3. Installation and setup