Newsletter For Templates
Join the Community For Templates
Subscribe to Templates newsletter for the latest news and updates
Astro & Tailwind CSS starter kit for building modern web applications with a focus on customization and ease of use.
NoGeek offers technical consulting, coaching, and products for CTOs, architects, and entrepreneurs focusing on high concurrency and system design.
Tablog-svelte is a minimalistic blog theme built with SvelteKit, designed for easy setup and customization.
Nextplate is a free Next.js starter template with Tailwind CSS and TypeScript, designed to quickly launch Next.js projects.
Relivator is a next.js 15 ecommerce template with better-auth, polar payments, shadcn/ui, tailwind, drizzle orm, and typescript.
This starter kit provides a foundation for building web applications using Astro and Tailwind CSS. It emphasizes ease of customization and modern development practices.
npm install
.npm run dev
.npm run build
.This template uses Tailwind CSS V4, configured through a global CSS file (global.css) instead of a tailwind.config.cjs file. Styles are added using the @theme
directive.
/
├── public/
├── src/
│ └── pages/
│ └── index.astro
└── package.json
src/pages/
: Astro pages.src/components/
: Components.public/
: Static assets.