# Astro > Astro is an all-in-one web framework for building websites. - Astro uses island architecture and server-first design to reduce client-side JavaScript overhead and ship high performance websites. - Astro’s friendly content-focused features like content collections and built-in Markdown support make it an excellent choice for blogs, marketing, and e-commerce sites amongst others. - The `.astro` templating syntax provides powerful server rendering in a format that follows HTML standards and will feel very familiar to anyone who has used JSX. - Astro supports popular UI frameworks like React, Vue, Svelte, Preact, and Solid through official integrations. - Astro is powered by Vite, comes with a fast development server, bundles your JavaScript and CSS for you, and makes building websites feel fun. ## Documentation Sets - [Abridged documentation](https://deploy-preview-10819--astro-docs-2.netlify.app/llms-small.txt): a compact version of the documentation for Astro, with non-essential content removed - [Complete documentation](https://deploy-preview-10819--astro-docs-2.netlify.app/llms-full.txt): the full documentation for Astro - [API Reference](https://deploy-preview-10819--astro-docs-2.netlify.app/_llms-txt/api-reference.txt): terse, structured descriptions of Astro’s APIs - [How-to Recipes](https://deploy-preview-10819--astro-docs-2.netlify.app/_llms-txt/how-to-recipes.txt): guided examples of adding features to an Astro project - [Build a Blog Tutorial](https://deploy-preview-10819--astro-docs-2.netlify.app/_llms-txt/build-a-blog-tutorial.txt): a step-by-step guide to building a basic blog with Astro - [Deployment Guides](https://deploy-preview-10819--astro-docs-2.netlify.app/_llms-txt/deployment-guides.txt): recipes for how to deploy an Astro website to different services - [CMS Guides](https://deploy-preview-10819--astro-docs-2.netlify.app/_llms-txt/cms-guides.txt): recipes for how to use different content management systems in an Astro project - [Backend Services](https://deploy-preview-10819--astro-docs-2.netlify.app/_llms-txt/backend-services.txt): advice on how to integrate backend services like Firebase, Sentry, and Supabase in an Astro project - [Migration Guides](https://deploy-preview-10819--astro-docs-2.netlify.app/_llms-txt/migration-guides.txt): advice on how to migrate a project built with another tool to Astro - [Additional Guides](https://deploy-preview-10819--astro-docs-2.netlify.app/_llms-txt/additional-guides.txt): guides to e-commerce, authentication, testing, and digital asset management in Astro projects ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation ## Optional - [The Astro blog](https://astro.build/blog/): the latest news about Astro development