Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Modern home page template built with Astro and Tailwind CSS using Tailus blocks, with light and dark themes.
Astrolus is an open-source home page template for the Astro static site generator, styled with Tailwind CSS and Tailus blocks, that ships with light and dark themes and a minimal single-page structure.
Astrolus is a minimal home page template built with Astro and Tailwind CSS, using Tailus blocks for its UI elements. It accepts a standard Astro project structure — with src/pages/index.astro defining the page, src/layouts/Layout.astro wrapping it, and src/components/Card.astro providing a sample component — and outputs a static landing page. The repository is hosted on GitHub and has collected 310 stars.
npm run astro CLI to add new integrations.Astrolus follows the standard Astro workflow. After cloning the repository, run npm install to install dependencies, then npm run dev to start the development server at localhost:3000. When ready to publish, npm run build creates a production site in ./dist/, and npm run preview lets you test that build locally before deploying.
