Eva Astro Starter screenshot

Eva Astro Starter

Author Avatar Theme by Evadecker
Updated: 16 Jan 2026
17 Stars

Blank Astro project with Biome 2, Stylelint, reset.css, and more

Overview

Eva’s Astro Starter is a meticulously crafted starter project that simplifies the initial setup for Astro applications. By integrating essential tools and best practices, it provides developers with a robust foundation to build their websites quickly and efficiently. The inclusion of pnpm for package management, along with tools like Biome and Stylelint, ensures that your development environment is not only functional but also adheres to modern coding standards right from the start.

Designed for both beginners and seasoned developers, this starter template comes pre-configured with sensible defaults and recommended VS Code extensions, making it easier to kickstart your next Astro project. From its basic structure to advanced features like linting and formatting, Eva’s Astro Starter streamlines the setup process, allowing developers to focus on creating exceptional content without getting bogged down by configuration.

Features

  • TypeScript Enabled: A blank Astro project initialized with TypeScript for added type safety and development efficiency.
  • pnpm Package Management: Utilizes pnpm for efficient package management, enhancing dependency handling while limiting it to one package manager.
  • Import Aliases: Simplifies code organization with import aliases, allowing developers to import components easily with a simple tilde (~) syntax.
  • Basic Meta and Open Graph Tags: Comes with essential meta tags and open graph tags to optimize your site for search engines and social media sharing.
  • Linting and Formatting: Integrates Biome for comprehensive linting and formatting, ensuring that your code adheres to high-quality standards.
  • Stylelint for CSS: Employs Stylelint with a specialized configuration to maintain consistent styling throughout your project.
  • Husky for Git Hooks: Implements Husky to run checks on pre-commit, enhancing code quality by preventing commits with errors.
  • Astro Sitemap Installation: Includes an Astro Sitemap to help with search engine optimization and enhances the discoverability of site pages.