Getting Started with Astro

Learn how to build lightning-fast websites with Astro, the modern static site generator that ships zero JavaScript by default.

Astro framework logo on a starry background

Getting Started with Astro

This is a sample blog post to demonstrate the content collection schema. Replace this with your real content.

Why Astro?

Astro is a modern static site generator that ships zero JavaScript by default. It’s designed for content-driven websites like blogs, portfolios, and documentation sites.

Key Features

  • Island Architecture — Interactive components hydrate independently
  • Zero JS by Default — Ship only what you need
  • Content Collections — Type-safe content management with Zod schemas
  • Framework Agnostic — Use React, Vue, Svelte, or none at all

Getting Started

npm create astro@latest

That’s all you need to get started. Happy coding!