Skip to content

mastrojs/mastro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

332 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastro

Website | Try Mastro online

The simplest web framework and site generator yet.

🤗 For people who care about their users and web standards.
👨‍🍳 Build directly on top of the browser and Node.js, Deno, Bun, or Workers.

Mastro was designed from the ground up to use modern browser and runtime built-ins (like view transitions and type-stripping), enabling a radically simpler design where everything is a route.

Minimal yet powerful

No bloat

  • No overhead: implemented in just ~800 lines of TypeScript with no dependencies.
  • No client-side JavaScript (until you add some): create MPA websites that load fast.
  • No bundler (until you add one): your code ships exactly how you wrote it.
  • No magic: use plain <img> and <a> tags referencing asset routes.
  • No VC-money: no eventual enshitification – selling is none of our business.
  • No update treadmill: we use web standards instead dependencies.
  • No lock-in: swap out Mastro later or fork it – it's only ~800 lines after all.

How to run

In the browser

Deploy to GitHub Pages without installing anything: run Mastro in your browser

Command line

Deno

After installing Deno, either use the Mastro template for Deno or run:

deno run -A npm:@mastrojs/create-mastro@0.1.6

Node.js

Either use the Mastro template for Node.js or run:

pnpm create @mastrojs/mastro@0.1.6

(npm and yarn also work, but pnpm is recommended.)

Bun

Either use the Mastro template for Bun or run:

bun create @mastrojs/mastro@0.1.6

Documentation

Deploy to production

To deploy your website, see Different ways to run Mastro.

Extensions

The core of Mastro is tiny. But to get you started quickly for common use-cases, there is a growing list of extensions that are tailored to be used with Mastro. Often, it's just a single file wrapping a carefully chosen external dependency.

Join the community

We're looking to build an inclusive community, where people of all kinds of backgrounds and experience levels feel welcome and safe, and help each other out. A place to ask questions and learn new things.

Do you have a question, need help, or would like to talk about future plans? Please start a GitHub Discussion or chat on Stoat.

Something not working as expected or confusing? We consider that a bug. Please open a GitHub issue.

About

The simplest web framework and site generator yet – no bloat, no bundler, no client-side JS by default.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors