Best of CloudflareApril 2025

  1. 1
    Article
    Avatar of astro_sourceAstro·1y

    Astro 5.6

    Astro 5.6 introduces several key features including first-class astro:env support for Cloudflare, experimental session support, and a new prefetch eagerness control. Additional highlights include custom fetch options for prerendered error pages, a new load() method for managing sessions, improved config validation, and breaking changes to the experimental SVG API. The release also comes with various bug fixes and contributions from the community.

  2. 2
    Article
    Avatar of huggingfaceHugging Face·1y

    Hugging Face and Cloudflare Partner to Make Real-Time Speech and Video Seamless with FastRTC

    Hugging Face and Cloudflare have partnered to provide AI developers with seamless real-time speech and video capabilities using FastRTC. This collaboration allows developers to use enterprise-grade WebRTC infrastructure with minimal setup and reliable global connectivity via Cloudflare's TURN servers. AI developers can now access 10GB of free data streaming per month using a Hugging Face token and easily scale using Cloudflare's network.

  3. 3
    Article
    Avatar of svelteSvelte Blog·1y

    What’s new in Svelte: May 2025

    Svelte has introduced several new features, including async support in components and improved runtime performance through partial evaluation of expressions. Updates to SvelteKit include the merger of CloudFlare adapters and enhancements to the HandleServerError hook. The upcoming Svelte Summit Spring 2025 offers virtual attendance options for those unable to be in Barcelona. Various new tools and community showcases highlight the growing Svelte ecosystem.

  4. 4
    Article
    Avatar of cloudflareCloudflare·1y

    Your frontend, backend, and database — now in one Cloudflare Worker

    Cloudflare Workers now supports end-to-end hosting for static sites and full-stack applications, with GA framework support for React Router v7, Astro, Vue, and more. It allows integration with PostgreSQL and MySQL via Hyperdrive, providing a seamless way to host projects without needing separate platforms. New features include Vite plugin support, extended Node.js API compatibility, and enhanced deployment tools, making Cloudflare Workers a versatile platform for developers.

  5. 5
    Article
    Avatar of hnHacker News·1y

    How I write my blogs in Obsidian and publish instantly

    This post describes a method to write and publish blogs using Obsidian and Hugo, with syncing facilitated by iCloud and deployment managed through GitHub and Cloudflare Pages. The setup involves installing Hugo, configuring themes, connecting Obsidian to Hugo’s content folder, setting up front matter templates, previewing posts locally, and using GitHub and Cloudflare Pages for publishing.

  6. 6
    Article
    Avatar of cloudflareCloudflare·1y

    Introducing AutoRAG: fully managed Retrieval-Augmented Generation on Cloudflare

    AutoRAG, now in open beta, is a fully managed Retrieval-Augmented Generation (RAG) pipeline from Cloudflare that simplifies the integration of context-aware AI into applications. It automates the creation and maintenance of RAG pipelines, eliminating the need for manual indexing and embedding. AutoRAG uses Cloudflare's R2 for data storage, Vectorize for semantic search, and Workers AI for processing. It can handle various data types and continuously updates to ensure up-to-date information for AI responses.

  7. 7
    Article
    Avatar of astro_sourceAstro·1y

    What's new in Astro - April 2025

    Astro's April 2025 update highlights recent activities and developments within the ecosystem, including the launch of Astro 5.6 and 5.7 releases, achieving 2 million monthly downloads, and the introduction of new themes and templates. The update also features contributions from the community, recognition of notable adopters, and various integrations and tools. Additionally, insights into the Astro Agency Partner Program and community updates are shared.

  8. 8
    Article
    Avatar of nodejsNode.js·1y

    Node.js — Making Node.js Downloads Reliable

    Node.js has revamped its infrastructure for serving release assets to improve reliability, maintainability, and efficiency. The new system uses Cloudflare Workers and R2, ensuring high uptime and better performance. The post details the history of Node.js's infrastructure, the challenges faced, and the new solutions implemented, including better documentation and the creation of the Release Worker service.

  9. 9
    Video
    Avatar of aarondfrancisAaron Francis·1y

    I built Cloudflare Images in PHP (to scale & compress images)

    Learn how to recreate key features of Cloudflare Images in Laravel, including image resizing and compression. The guide covers setting up routes, transforming images, caching, and rate limiting, ensuring efficient image processing and delivery using Cloudflare as the CDN.