Frequently Asked Questions
A clean and modern FAQ section using the accordion component.
What is Astro?
Astro is a web framework for building fast, scalable, and secure websites.
Why should I use Astro?
Astro provides a set of features that make it an ideal choice for building fast, scalable, and secure websites.
How do I get started with Astro?
To get started with Astro, follow the instructions in the documentation.
Does Astro support Markdown and MDX?
Yes. Astro has first-class support for Markdown and MDX for content-driven sites.
Can I use React, Vue, or Svelte with Astro?
Yes. Astro supports multiple UI frameworks so you can bring your own components as islands.
What is Astro's Islands architecture?
Astro ships zero JS by default and hydrates individual interactive components on the page as needed.
How do I deploy an Astro site?
Export static files or use adapters for platforms like Vercel, Netlify, and Cloudflare to deploy easily.