Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Mizu Light is a free Astro and Tailwind CSS v4 product launch template for SaaS, digital launches, and startups.

A free, responsive HTML5 single-page site template from HTML5 UP with a hero, features, stats, and Twitter widget.
Mizu Light is a free product launch template for Astro and Tailwind CSS v4, built by the theme studio Oxygenna for SaaS products, digital launches, and startups that need a fast, SEO-ready landing page for beta signups and early access campaigns.
Mizu Light is a free Astro and Tailwind CSS v4 website template designed for product launches. It takes content stored in JSON data files and Astro content collections and renders it into a static, responsive marketing site with a 100/100 Google PageSpeed score. The theme includes pre-built launch pages, modular section blocks, reusable UI components, and configuration files in TypeScript, and is developed by Oxygenna, a theme design studio.
global.css theme section.src/components/blocks that can be added, rearranged, or expanded to build unique layouts.src/components/ui for consistent design across the site.mode-light or mode-dark classes by default; switching to the mode-auto class and uncommenting the ThemeSwitcher component gives users a toggle.src/config/analytics.ts configuration file.global.css, replace font files in the public directory, and update the @font-face configuration to match your brand.mode-auto class in src/layouts/Layout.astro and uncomment the ThemeSwitcher component in the NavigationBar to let visitors toggle between light and dark mode.src/config/analytics.ts to monitor visitor behavior and conversion.After downloading the theme, install dependencies with npm install, then run npm run dev to start a local development server at localhost:4321. The project uses a clear folder structure: src/pages holds the .astro route files, src/components contains UI components and section blocks, and src/config stores TypeScript configuration for navigation, analytics, and general settings. When ready, npm run build generates a production site in ./dist/, and npm run preview lets you test the build locally. The theme requires Node.js version 22.12.0 or later.
Mizu Light is the free version of the Mizu theme. The paid full version, Mizu, extends it with 14 ready-to-use pages, 34 reusable UI components, 33 pre-built blocks, sliders, refined animations, a mega menu, integrated analytics, and complete light and dark mode support. No pricing amount is listed on the page.
Yes, Mizu Light is the free tier of the Mizu theme. You can download and use it to build a product launch site, while the full Mizu version is a paid upgrade with additional pages and features.
Mizu Light is the starter version with core landing pages. The full Mizu version adds 14 pages, 34 UI components, 33 blocks, a mega menu, sliders, refined animations, and analytics integration, making it a more complete solution for product and startup websites.
The theme requires Node.js version 22.12.0 or later. Check the package.json file for the full list of scripts and dependencies after installation.
Open the global.css file and locate the theme section to change the primary and neutral color values. For fonts, add your custom font files to the public directory and update the font-family property in the @font-face section.
By default, Mizu Light uses a forced mode set via a mode-light or mode-dark class in the layout. To give visitors a theme toggle, add the mode-auto class to src/layouts/Layout.astro and uncomment the ThemeSwitcher component in the NavigationBar component.
