💡Astro is an all-in-one framework for building static sites, SSR sites, and APIs.
👉Astro uses an architecture called islands, which renders HTML on the server and injects placeholders for dynamic regions.
📁File-based routing in Astro allows you to create pages by adding components to the Pages folder.
💻Astro supports various component frameworks like React, Vue, and Astro components.
🌐Astro can be deployed to various hosting platforms like Vercel, Netlify, and more.