Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Astro starter theme for company or personal websites with a blog, styled with Tailwind CSS.
Tiny Rocket is an Astro starter theme for building a company or personal website with a blog, styled with Tailwind CSS and designed to keep client-side JavaScript to a minimum.
Tiny Rocket is a starter theme (boilerplate) for Astro, a static site generator. It takes Markdown and MDX content as input and produces a static website with a blog, RSS feed, sitemap, search, and a geolocation map. The theme was designed around minimizing JS dependency: JavaScript is only required for the search and the map, making the rest of the site static and fast. The repository ships with preconfigured pages including a home page (index.astro), about page (about.mdx), documentation page (doc.mdx), privacy policy (privacy.mdx), a 404 page, map.astro, and search.astro, plus an rss.xml.ts generator.
Tiny Rocket is an Astro project. You write content as Markdown/MDX in the contents folder, and Astro builds static pages from the components and layouts in src. The configuration in astro.config.mjs defines the Tailwind CSS integration, sitemap, and RSS behavior. Running the build command produces a dist folder ready to deploy.
Tiny Rocket is hosted in a public GitHub repository (26 stars per the page metadata). The theme itself is provided as a starter template, and no commercial pricing is mentioned in the documentation.
No, JavaScript is only used for the search page (via Pagefind) and the map page (via Leaflet). The rest of the site is static HTML.
Yes, the theme is described as simple enough for a personal website and/or blog, with Markdown support and RSS generation.
Yes, it includes a map.astro page that uses Leaflet for web map/geolocation, and the public folder contains the _leaflet assets.
The theme includes public/ for static assets (_leaflet, robots.txt, favicon.ico) and src/ with components, contents, layouts, and pages. Key pages are index.astro, about.mdx, doc.mdx, blog/, 404.astro, and search.astro.
