
June 2025 - Astro Solstice Festival, new Astro Mart swag shop, Spirit of Astro design contest, and more!

What's new in Astro - June 2025
June 2025 - Astro Solstice Festival, new Astro Mart swag shop, Spirit of Astro design contest, and more!
Live Content Collections: A Deep Dive
Explore Astro 5.10's experimental live content collections - bringing real-time data to your Astro sites with the same familiar API you know and love.
Astro 5.10 released
Astro 5.10 brings responsive images for everyone, plus experimental live content collections, CSP improvements, and more!
What's new in Astro - April 2025
April 2025 - April Launch Week, Agency Partner Program, 2 million monthly downloads, and more!
Starlight April Update
Rejuvenate your docs with heading anchor links, Tailwind v4 support, CSS @layer, and a new head metadata API.
Rejuvenate your docs with heading anchor links, Tailwind v4 support, CSS @layer, and a new head metadata API.
Astro 5.7
Astro 5.7 has a basketload of treats, including stable Sessions and SVG components and a new Experimental Fonts API.
Announcing the Astro Agency Partner Program
Announcing the Astro Agency Partner Program, a new way to connect with expert Astro agencies
Astro 5.6
Astro 5.6 brings first-class astro:env and experimental session support to Cloudflare, and gives more control over prefetching.
What's new in Astro - March 2025
March 2025 - Celebrating 50K GitHub stars, ViteConf, and more!
My first impressions of Astro, a web framework for content-driven websites.
Hey all! This is my first time using Astro, and I really like it so far. Here's a post detailing my first impressions!
What's new in Astro - September 2024
September 2024 - Beta 5.0, Astro Storefront, $100,000 Ecosystem Fund update, and more!
Astro 4.14
Astro 4.14 is available now! This release includes the first experimental version of the Content Layer API, experimental support for Intellisense inside content files, and more.
What's new in Astro - July 2024
July 2024 - Server islands, Netlify partnership, and more!
Astro 4.13 - Request Rewriting, Content Collections JSON Schemas, Logging Improvements
Astro 4.13 is now available! This release includes stabilized experimental features, logging improvements, and more.
Astro 4.12: Server Islands
Astro 4.12 is now available! This release includes includes the first experimental release of Server Islands, improvements to pagination and syntax highlighting, and more.
Generate Related Posts for Your Astro Blog with Vector Search
Learn how to add a related posts feature to a blog built with JavaScript framework Astro using Astra DB and OpenAI vector embeddings.
Astro 4.11
Astro 4.11 is out with custom 500 page improvements and Shiki transformers in the Code component.
Zero-JavaScript View Transitions in Astro
Part one of our series on The Future of Astro. Browser-native page transitions are now possible with zero JavaScript required.
This is really cool, however I still wait for Firefox to support it.
Astro 4.8
Astro 4.8 is here! This release includes experimental support for Astro actions and request rewriting, performance improvements, and more.
The View Transitions API
Like anyone, I love a good “native-feeling” experience on the web. I’ve really enjoyed creating that vibe with the new View Transitions API. Luckily it’s is pretty clean to work with, both with the Astro framework, and out of the box! View Transition Options Transitioning UI between states has been ...