Cloudflare Workers now supports hosting, storing, and serving static assets for free, allowing developers to build full-stack applications within a single Worker. This feature was previously only available on Cloudflare Pages. The platform has also introduced several improvements to building apps on Cloudflare, including support for popular frameworks such as React Router v7, Astro, and Vue.js, as well as the ability to build complete full-stack apps without a framework using Vite and React together. Additionally, Workers now provides production-ready support for Node.js APIs, allowing developers to use libraries that rely on these modules, such as MongoDB, with minimal modifications. The platform has also raised the maximum CPU time per Worker request from 30 seconds to 5 minutes, allowing for compute-intensive operations to run for longer without timing out. Furthermore, Workers Builds now allows users to connect a Git repository to their Worker and have automatic builds and deployments on every pushed change, reducing setup and button-clicking needed to bring a project over.