Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A template for doers built with Astro and Uno CSS.
NAID is a minimal, bold Astro starter template for doers, built with Uno CSS to create a fast personal site or landing page. This boilerplate from Studio Lumina includes a single index page, a reusable Card component, and a shared Layout, giving you a small, readable foundation for any speed-focused web project.
NAID is an Astro project template that pairs the Astro static site framework with the Uno CSS atomic styling engine. It takes a standard Astro file structure — src/pages, src/components, src/layouts, and public — and provides one sample page, one component, and one layout so you can see how the pieces connect. The output is a static site that builds to ./dist with npm run build and previews locally at localhost:4321 with npm run dev.
Scaffold a project by running npm create astro@latest -- --template studiolumina/naid. The generated project follows the standard Astro layout: pages in src/pages become routes, components in src/components are reusable, and public/ holds static assets like favicon.svg. Run npm run dev to preview changes locally and npm run build to generate the production site in ./dist.
The README lists upcoming additions: dark mode, section variants, and more colors. These are not yet implemented, so you'll need to style those yourself if you need them now.
