A minimal and powerful scaffold to kickstart your Astro projects with TailwindCSS and DaisyUI.
Fast ⚡ | Clean 🧹 | Ready to grow 🌱
- Astro – Fast, content-focused framework
- TailwindCSS – Utility-first CSS engine
- DaisyUI – Beautiful and customizable UI components
- Simple, scalable project structure
- No extra bloat — pure essentials only!
Clone this repository:
git clone https://github.com/yourusername/astro-tailwind-daisyui-starter.git
cd astro-tailwind-daisyui-starterpnpm install
# or
npm install
# or
yarn install
pnpm dev
# or
npm run dev
# or
yarn dev
Open your browser and visit http://localhost:4321
/
├── public/ # Static assets
├── src/
│ ├── assets/ # Assets Files
│ ├── components/ # Reusable components
│ ├── layouts/ # Layout files
│ └── pages/ # Pages (routes)
│ └── styles/ # Style Files
├── astro.config.mjs # Astro configuration
├── tailwind.config.js # TailwindCSS configuration
└── package.json
- No clutter – Only the tools you actually need.
- Ready to customize – Tailwind and DaisyUI setup done.
- Perfect base – Scale your project however you want.
MIT — Feel free to use, modify, and share.