Best of AstroSeptember 2025

  1. 1
    Article
    Avatar of astro_sourceAstro·35w

    Cloudflare Donates $150,000 to Support Astro's Open Source Mission

    Cloudflare has donated $150,000 to the Astro open source project and become an official hosting partner. The partnership aims to improve Astro's deployment experience on Cloudflare's platform, leveraging their global CDN for static sites and Workers for server-side rendering. The funding will support long-term maintenance of the Astro project, with future collaboration planned around the new Vite Environment API for better development and deployment runtime support.

  2. 2
    Article
    Avatar of astro_sourceAstro·35w

    Astro 5.14

    Astro 5.14 introduces several developer experience improvements including prerendered route collision warnings to catch routing conflicts, route patterns in getStaticPaths for complex dynamic routes, async rendering support for Svelte components, React 19 Actions integration with useActionState, and enhanced database support with libSQL for non-Node.js environments. Additional features include sitemap namespace configuration, programmatic font data access, and a new SvgComponent type for better TypeScript support.

  3. 3
    Video
    Avatar of fireshipFireship·36w

    AI companions are taking over… let’s build one

    A tutorial on building an AI voice companion that can receive phone calls and have natural conversations with users. The project uses Vapi for voice AI capabilities, Astro for the web application, and Turso Cloud for data storage. The bot is designed to collect technology suggestions from callers for future video content, demonstrating how to integrate voice AI with existing APIs and handle call data processing.

  4. 4
    Video
    Avatar of awesome-codingAwesome·34w

    The simplest tech stack

    A demonstration of building a stock monitoring app using a simplified tech stack consisting of Bun runtime, Astro for server-side rendering, HTMX for dynamic interactions, Alpine.js for UI behavior, and MongoDB for data persistence. The approach emphasizes reducing complexity and JavaScript bloat while maintaining functionality, showcasing how modern web development can be simpler than current industry trends suggest.