Astro Boilerplate
Astro Boilerplate is a starter code designed for blogs and portfolios, built using Astro and styled with Tailwind CSS 3.0. It prioritizes developer experience with features like TypeScript, ESLint, Prettier, Husky, and Commitlint.
Key Features:
- Complete Blog Feature:
- Syntax Highlighting
- SEO friendly (sitemap.xml, robots.txt)
- RSS feed
- Pagination
- Dark blog theme
- Markdown support
- Image lazy loading
- Responsive design
- Developer Experience:
- Astro framework
- Tailwind CSS (aspect ratio, typography plugins)
- TypeScript support
- ESLint and Prettier compatibility with .astro files
- Husky and lint-staged for code quality
- Commitlint for commit message standardization
- One-click deployment to Netlify
Use Cases:
- Rapidly setting up a personal blog or portfolio.
- Creating a foundation for more complex Astro-based web applications.
- Learning and experimenting with modern web development tools and workflows.