Mastro Template Basic for Deno

November 14, 2025 ยท View on GitHub

This is a basic TypeScript template for Mastro when using Deno.

Run locally

deno task start

and open http://localhost:8000 in your browser, or see install instructions.

To generate the whole static site (this will create a generated folder):

deno task generate

Next steps

To see how Mastro works, follow the guide.

To make sure you're using the latest Mastro packages:

deno update --latest "@mastrojs/*"

Deploy to production