# Cloudflare Workers

Cloudflare Workers is a global serverless functions platform for deploying and running code, including JavaScript, TypeScript, Python, and Rust, with automatic scaling and edge execution.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How to proxy OpenAI image generation on Webflow Cloud without exposing your API key

DevFeed: [How to proxy OpenAI image generation on Webflow Cloud without exposing your API key](<https://devfeed.tech/articles/how-to-proxy-openai-image-generation-on-webflow-cloud-without-exposing-your-api-key-9174.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/ai-image-generator-webflow-cloud>)

Author: Ismail Ajagbe

Published: 2026-08-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [API keys](<https://devfeed.tech/topics/api-keys.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [webflow](<https://devfeed.tech/topics/webflow.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [generate](<https://devfeed.tech/tags/generate.md>), [guide](<https://devfeed.tech/tags/guide.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [images](<https://devfeed.tech/tags/images.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [openai](<https://devfeed.tech/tags/openai.md>), [validation](<https://devfeed.tech/tags/validation.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

This guide explains how to build and deploy an AI image generator on Webflow Cloud using OpenAI. It uses a Next.js Route Handler on Cloudflare Workers as a server-side proxy so the OpenAI API key remains private while the browser submits prompts and receives generated images.

### Source excerpt

Learn how to build an AI image generator on Webflow Cloud using OpenAI.

## How to evaluate AI app quality with Braintrust and Webflow Cloud

DevFeed: [How to evaluate AI app quality with Braintrust and Webflow Cloud](<https://devfeed.tech/articles/how-to-evaluate-ai-app-quality-with-braintrust-and-webflow-cloud-9186.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/braintrust-webflow-cloud-evals>)

Author: Ismail Ajagbe

Published: 2026-08-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [webflow](<https://devfeed.tech/topics/webflow.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [ci](<https://devfeed.tech/topics/ci.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [app](<https://devfeed.tech/tags/app.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [development](<https://devfeed.tech/tags/development.md>), [guides](<https://devfeed.tech/tags/guides.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

A tutorial on evaluating AI app quality in Webflow Cloud with Braintrust. It explains how to log production AI calls in Cloudflare Workers, flush logs before route handlers return, and run evaluation suites with test cases and scorers locally or in CI.

### Source excerpt

Learn how to log, score, and test AI app quality on Webflow Cloud with Braintrust.

## How to add Auth0 role-based access control to a Webflow Cloud App

DevFeed: [How to add Auth0 role-based access control to a Webflow Cloud App](<https://devfeed.tech/articles/how-to-add-auth0-role-based-access-control-to-a-webflow-cloud-app-9181.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/auth0-rbac-webflow-cloud-app>)

Author: Ismail Ajagbe

Published: 2026-07-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [Auth0](<https://devfeed.tech/topics/auth0.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [webflow](<https://devfeed.tech/topics/webflow.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [JSON Web Tokens](<https://devfeed.tech/topics/jwt.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [guide](<https://devfeed.tech/tags/guide.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

A guide to adding Auth0 role-based access control to a Webflow Cloud App. It explains how Auth0 issues tokens and roles, while the app verifies JWTs and enforces access in middleware and handlers running on Cloudflare Workers.

### Source excerpt

Learn how to add Auth0 role-based access control to a Webflow Cloud app, injecting roles into the token and verifying them in middleware and handlers.

## How to add Datadog logging to a Webflow Cloud app that already uses Sentry

DevFeed: [How to add Datadog logging to a Webflow Cloud app that already uses Sentry](<https://devfeed.tech/articles/how-to-add-datadog-logging-to-a-webflow-cloud-app-that-already-uses-sentry-9201.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/error-tracking-webflow-cloud-sentry-datadog>)

Author: Ismail Ajagbe

Published: 2026-07-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [webflow](<https://devfeed.tech/topics/webflow.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [error tracking](<https://devfeed.tech/topics/error-tracking.md>), [observability](<https://devfeed.tech/topics/observability.md>), [API](<https://devfeed.tech/topics/api.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [development](<https://devfeed.tech/tags/development.md>), [error-tracking](<https://devfeed.tech/tags/error-tracking.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [http](<https://devfeed.tech/tags/http.md>), [logs](<https://devfeed.tech/tags/logs.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [observability](<https://devfeed.tech/tags/observability.md>), [tools](<https://devfeed.tech/tags/tools.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

Guide to adding Datadog structured logging to a Webflow Cloud Next.js app that already uses Sentry. It explains how Sentry captures exceptions and stack traces while Datadog collects operational logs through its HTTP log intake API, since the Datadog APM SDK does not run on Cloudflare Workers.

### Source excerpt

Add Datadog log collection to a Webflow Cloud app that already reports to Sentry, using a fetch-based logger utility in your Route Handlers.

## How to build a faceted search interface with Algolia and Webflow without managing infrastructure

DevFeed: [How to build a faceted search interface with Algolia and Webflow without managing infrastructure](<https://devfeed.tech/articles/how-to-build-a-faceted-search-interface-with-algolia-and-webflow-without-managing-infrastructure-9177.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/algolia-faceted-search-webflow>)

Author: Ismail Ajagbe

Published: 2026-07-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [Algolia](<https://devfeed.tech/topics/algolia.md>), [webflow](<https://devfeed.tech/topics/webflow.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [React](<https://devfeed.tech/topics/react.md>), [API](<https://devfeed.tech/topics/api.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [guide](<https://devfeed.tech/tags/guide.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [react](<https://devfeed.tech/tags/react.md>), [search](<https://devfeed.tech/tags/search.md>), [ui](<https://devfeed.tech/tags/ui.md>), [webflow](<https://devfeed.tech/tags/webflow.md>), [writing-code](<https://devfeed.tech/tags/writing-code.md>)

### AI overview

A tutorial on building faceted Algolia search for Webflow CMS content with a Next.js app on Webflow Cloud. It covers indexing content through the Webflow Data API, a React search interface with filters, highlighting, and pagination, webhook-based synchronization, and secure separation of frontend and server-side API keys.

### Source excerpt

Learn how to build a faceted search with Algolia and Webflow Cloud by indexing CMS content, adding filters, and syncing the index with webhooks.

## How to integrate Kajabi online courses with Webflow Cloud using the Public API

DevFeed: [How to integrate Kajabi online courses with Webflow Cloud using the Public API](<https://devfeed.tech/articles/how-to-integrate-kajabi-online-courses-with-webflow-cloud-using-the-public-api-9214.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/integrate-kajabi-courses-webflow-cloud>)

Author: Ismail Ajagbe

Published: 2026-07-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [webflow](<https://devfeed.tech/topics/webflow.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

A step-by-step guide to integrating Kajabi online courses with a Webflow Cloud Next.js app using Kajabi's Public API. It covers authentication, course listing, member access checks, offer-based enrollment after purchases, and webhook synchronization, with credentials and API calls kept server-side.

### Source excerpt

Connect Kajabi online courses to a Webflow Cloud app with the Public API, adding server-side catalog display, access checks, and offer grants.

## Migrating a Hybrid Architecture to Laravel Cloud: Top Q&A Questions Answered

DevFeed: [Migrating a Hybrid Architecture to Laravel Cloud: Top Q&A Questions Answered](<https://devfeed.tech/articles/migrating-a-hybrid-architecture-to-laravel-cloud-top-q-a-questions-answered-3879.md>)

Original publisher: [Read original article](<https://laravel.com/blog/migrating-a-hybrid-architecture-to-laravel-cloud-top-qa-questions-answered>)

Author: Ana Tavares

Published: 2026-05-21T14:13:10Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [API](<https://devfeed.tech/topics/api.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>), [data](<https://devfeed.tech/topics/data.md>), [Database](<https://devfeed.tech/topics/database.md>), [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [database](<https://devfeed.tech/tags/database.md>), [developer](<https://devfeed.tech/tags/developer.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [migration](<https://devfeed.tech/tags/migration.md>), [networking](<https://devfeed.tech/tags/networking.md>), [routing](<https://devfeed.tech/tags/routing.md>), [s3](<https://devfeed.tech/tags/s3.md>)

### AI overview

Trybe migrated a high-volume hybrid booking platform from Laravel Vapor to Laravel Cloud without dropping requests. The article covers its isolated multi-application architecture, routing through Cloudflare Workers, operational scale, and migration-related technical questions.

### Source excerpt

Trybe shared how they migrated from Laravel Vapor to Laravel Cloud in a live webinar. Here are the top developer questions from the Q&A, answered.

## Enterprises power agentic workflows in Cloudflare Agent Cloud with OpenAI

DevFeed: [Enterprises power agentic workflows in Cloudflare Agent Cloud with OpenAI](<https://devfeed.tech/articles/enterprises-power-agentic-workflows-in-cloudflare-agent-cloud-with-openai-6345.md>)

Original publisher: [Read original article](<https://openai.com/index/cloudflare-openai-agent-cloud>)

Published: 2026-04-13T06:00:00Z

Content type: news

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [codex](<https://devfeed.tech/topics/codex.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [codex](<https://devfeed.tech/tags/codex.md>), [global-affairs](<https://devfeed.tech/tags/global-affairs.md>), [openai](<https://devfeed.tech/tags/openai.md>), [platform](<https://devfeed.tech/tags/platform.md>), [production](<https://devfeed.tech/tags/production.md>), [sandboxes](<https://devfeed.tech/tags/sandboxes.md>)

### AI overview

Cloudflare is expanding Agent Cloud access to OpenAI frontier models, including GPT-5.4, so enterprises can deploy AI agents for real-world tasks. The announcement also covers Codex harness availability in Cloudflare Sandboxes and its planned availability in Workers AI.

### Source excerpt

Cloudflare brings OpenAI's GPT-5.4 and Codex to Agent Cloud, enabling enterprises to build, deploy, and scale AI agents for real-world tasks with speed and security.

## Hono + Cloudflare Workers: How to Process Payments at the Edge

DevFeed: [Hono + Cloudflare Workers: How to Process Payments at the Edge](<https://devfeed.tech/articles/hono-cloudflare-workers-how-to-process-payments-at-the-edge-9899.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/hono-cloudflare-workers-payments/>)

Author: Ayush Agarwal

Published: 2026-03-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Hono](<https://devfeed.tech/topics/honojs.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [edge-computing](<https://devfeed.tech/tags/edge-computing.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [latency](<https://devfeed.tech/tags/latency.md>), [payments](<https://devfeed.tech/tags/payments.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform](<https://devfeed.tech/tags/platform.md>), [set](<https://devfeed.tech/tags/set.md>), [subscriptions](<https://devfeed.tech/tags/subscriptions.md>), [webhooks](<https://devfeed.tech/tags/webhooks.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

This guide explains how to build a globally distributed payment system with Hono and Cloudflare Workers. It covers the benefits of edge-first payment processing, environment setup, and integration with Dodo Payments through a Hono adapter, including checkout, subscriptions, and webhooks.

### Source excerpt

Build a high-performance, globally distributed payment system using Hono and Cloudflare Workers. Learn how to integrate Dodo Payments at the edge.

## Astro 6.0

DevFeed: [Astro 6.0](<https://devfeed.tech/articles/astro-6-0-3254.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-6/>)

Author: Matthew Phillips; Emanuele Stoppa; Florian Lefebvre; Matt Kane

Published: 2026-03-10T00:00:00Z

Content type: release

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [API](<https://devfeed.tech/topics/api.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Bun](<https://devfeed.tech/topics/bun.md>), [Deno](<https://devfeed.tech/topics/deno.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform](<https://devfeed.tech/tags/platform.md>), [release](<https://devfeed.tech/tags/release.md>), [rust](<https://devfeed.tech/tags/rust.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Astro 6 introduces a Fonts API, Content Security Policy API, live content collections for externally hosted content, and a refactored development server and build pipeline powered by Vite's Environment API. It also adds an experimental Rust compiler and improved support for running production runtimes such as Cloudflare Workers during development.

### Source excerpt

Astro 6 is here with a refactored dev server, an experimental Rust compiler, live content collections, CSP, and more.

## What's new in Svelte: January 2026

DevFeed: [What's new in Svelte: January 2026](<https://devfeed.tech/articles/what-s-new-in-svelte-january-2026-3085.md>)

Original publisher: [Read original article](<https://svelte.dev/blog/whats-new-in-svelte-january-2026>)

Author: Dani Sandoval

Published: 2026-01-01T00:00:00Z

Content type: article

Language: en

Sources: [Svelte blog](<https://devfeed.tech/sources/svelte-blog.md>)

Topics: [Svelte](<https://devfeed.tech/topics/svelte.md>), [releases](<https://devfeed.tech/topics/releases.md>), [changelog](<https://devfeed.tech/topics/changelog.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [Feathers](<https://devfeed.tech/topics/feathers.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [performance](<https://devfeed.tech/tags/performance.md>), [releases](<https://devfeed.tech/tags/releases.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

A January 2026 roundup of Svelte and SvelteKit updates, including Content Security Policy support, Node 24 support, Cloudflare Workers/Pages setup, Svelte MCP tools, language-tools performance improvements, releases, community projects, and learning resources.

### Source excerpt

During the December holiday season, the Svelte team shared 24 days of Svelte knowledge, tips, and insights to unwrap in 2025's Advent of Svelte. Learn more about under-utilized Svelte features through a series of fun and interactive videos! There were also a bunch of improvements and showcase items across the Svelte ecosystem this last month. So let's have a look... What's new in Svelte & SvelteKit The hydratable option (which adds an inline <script> block to the head) now has a csp option in render to support Content Security Policies (svelte@5.46.0, Docs, #17338) The Vercel adapter now supports Node 24 (adapter-vercel@6.2.0/adapter-auto@7.0.0, #14982 and #14737) The Svelte CLI is now able to fully setup a SvelteKit project for Cloudflare Workers/Pages development (sv@0.11.0, Docs, #851) The Svelte MCP now exposes tools as both a JS API and CLI (mcp@0.1.16, #128) A huge amount of performance improvements were completed this month in the language-tools so make sure your extensions are up to date! For a full list of changes - including all the important bugfixes that went into the releases this month - check out the Svelte compiler's CHANGELOG and the SvelteKit / Adapter CHANGELOGs. Community ShowcaseApps & Sites built with Svelte GCal Wrapped lets students see how they spent their time this semester, wrapped up beautifully Text Processing Studio is a comprehensive text processing web application that lets you process, compare, transform, and analyze text Flumio is a drag-and-drop workflow automation tool Statue is a markdown-based static site generator designed for performance, flexibility, and developer experience sveltemark is a privacy-first, open-source, local-only markdown editor Lovely Docs provides hierarchically optimized documentation for AI coding agents Ikaw bahala is a Manila-based food platform made for couples and friends who want to search for specific foods locally Learning Resources Featuring Svelte Contributors and Ambassadors 2025 Complete Svelte

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

DevFeed: [Cloudflare Donates $150,000 to Support Astro's Open Source Mission](<https://devfeed.tech/articles/cloudflare-donates-150-000-to-support-astro-s-open-source-mission-3298.md>)

Original publisher: [Read original article](<https://astro.build/blog/cloudflare-official-partner/>)

Author: Fred Schott

Published: 2025-09-23T00:00:00Z

Content type: news

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [github](<https://devfeed.tech/tags/github.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Astro announces Cloudflare as an official hosting partner following a $150,000 donation to support Astro's open-source mission. The partnership focuses on deployment, performance, server-side rendering, and improving the Astro experience on Cloudflare, including exploration of the Vite Environment API.

### Source excerpt

Announcing Cloudflare as our new partner alongside their $150,000 donation to the Astro open source project.

## Running Cloudflare Workers Inside Spin Apps

DevFeed: [Running Cloudflare Workers Inside Spin Apps](<https://devfeed.tech/articles/running-cloudflare-workers-inside-spin-apps-15333.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/running-cloudflare-workers-inside-spin-apps>)

Author: Matt Butcher

Published: 2025-08-04T12:00:00Z

Content type: article

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [function](<https://devfeed.tech/topics/function.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [apps](<https://devfeed.tech/tags/apps.md>), [can](<https://devfeed.tech/tags/can.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [function](<https://devfeed.tech/tags/function.md>), [run](<https://devfeed.tech/tags/run.md>), [running](<https://devfeed.tech/tags/running.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

The article states that Cloudflare Workers are a type of serverless function and can run within Spin apps.

### Source excerpt

Cloudflare Workers are another flavor of serverless function. You can run them from within Spin apps.

## Introducing the Turso Serverless JavaScript Driver

DevFeed: [Introducing the Turso Serverless JavaScript Driver](<https://devfeed.tech/articles/introducing-the-turso-serverless-javascript-driver-5991.md>)

Original publisher: [Read original article](<https://turso.tech/blog/introducing-turso-serverless-javascript-driver>)

Author: Pekka Enberg

Published: 2025-07-31T00:00:00Z

Content type: release

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [Deno](<https://devfeed.tech/topics/deno.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Highlight.js](<https://devfeed.tech/topics/highlightjs.md>), [Discord](<https://devfeed.tech/topics/discord.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [edge-compute](<https://devfeed.tech/tags/edge-compute.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [fetch](<https://devfeed.tech/tags/fetch.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [performance](<https://devfeed.tech/tags/performance.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [switching](<https://devfeed.tech/tags/switching.md>), [turso](<https://devfeed.tech/tags/turso.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Turso introduces an experimental, fetch-only Serverless JavaScript Driver for connecting to Turso databases from serverless and edge environments that do not support TCP connections, including Cloudflare Workers, Vercel Edge Functions, and Deno Deploy. It provides a shared API with the LibSQL client so applications can switch between local embedded databases and remote edge deployments with minimal code changes.

### Source excerpt

Connect to Turso from serverless and edge environments with our new fetch-only JavaScript driver, designed for Cloudflare Workers, Vercel Edge Functions, and more.

## Astro 5.6

DevFeed: [Astro 5.6](<https://devfeed.tech/articles/astro-5-6-3244.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-560/>)

Author: Matt Kane; Emanuele Stoppa

Published: 2025-04-03T00:00:00Z

Content type: release

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [browser](<https://devfeed.tech/topics/browser.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [integration](<https://devfeed.tech/tags/integration.md>), [network](<https://devfeed.tech/tags/network.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Astro 5.6 adds first-class global environment variable access and experimental session support for Cloudflare, including automatic Cloudflare KV storage configuration. It also introduces experimental prefetch eagerness controls aligned with the browser's Speculation Rules API.

### Source excerpt

Astro 5.6 brings first-class astro:env and experimental session support to Cloudflare, and gives more control over prefetching.

## What's new in Svelte: April 2025

DevFeed: [What's new in Svelte: April 2025](<https://devfeed.tech/articles/what-s-new-in-svelte-april-2025-3060.md>)

Original publisher: [Read original article](<https://svelte.dev/blog/whats-new-in-svelte-april-2025>)

Author: Dani Sandoval

Published: 2025-04-01T00:00:00Z

Content type: release

Language: en

Sources: [Svelte blog](<https://devfeed.tech/sources/svelte-blog.md>)

Topics: [Svelte](<https://devfeed.tech/topics/svelte.md>), [changelog](<https://devfeed.tech/topics/changelog.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [ESLint](<https://devfeed.tech/topics/eslint.md>)

Tags: [changelog](<https://devfeed.tech/tags/changelog.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [eslint](<https://devfeed.tech/tags/eslint.md>), [releases](<https://devfeed.tech/tags/releases.md>), [svelte](<https://devfeed.tech/tags/svelte.md>)

### AI overview

Svelte's April 2025 update covers recent Svelte and SvelteKit releases, including new helpers and configuration options, writable derived statements, CLI code-generation improvements, eslint-plugin-svelte v3, and Cloudflare Workers support updates.

### Source excerpt

With a couple minor releases of SvelteKit in the last month and a few more from Svelte itself, there's a lot to be excited about this month. From new helper functions to new configuration options, we've got a lot to cover... So let's dive in! What's new in Svelte The new idPrefix option for render makes client-side ID generation more reliable in the rare cases that multiple Svelte runtimes exist on a page (5.22.0, Docs, #15428) State created in deriveds/effects can now be written/read locally without self-invalidation - reducing the number of "unsafe read"s significantly (5.24.0, #15553) Derived statements are now writable (5.25.0/5.25.2, Docs, #15570 and #15581) The Svelte CLI also got an upgrade to its code generation for more intuitive formatting (0.7.0, #380) eslint-plugin-svelte v3 has been released. The main update is improved support for Svelte 5. Check out the CHANGELOG for more details. There were also quite a few fixes to the language tools earlier in the month - so be sure to keep your plugins up to date! What's new in SvelteKit reroute can now be called async - with an option to fetch if you need to pass along cookies or other request context (2.18.0/2.19.0, Docs, #13520 and #13549) The new normalizeUrl helper provides people a way to normalize a raw URL that could contain SvelteKit-internal data (2.18.0, Docs, #13539) getRequestEvent is a new function in $app/server that returns the current RequestEvent (2.20.0, Docs, #13582) Updates to the cloudflare-adapter brings Wrangler 4 support, improved _headers and _redirects files, and support for specifically building for Cloudflare Workers Static Assets (5.1.0-7.0.0, CHANGELOG) For a full list of bug fixes in Svelte, SvelteKit and its adapters, check out their CHANGELOGs here and here. Community ShowcaseApps & Sites built with Svelte Fusion is a lightweight, self-hosted friendly RSS aggregator and reader Brooks' Law simulator visualizes how communication complexity grows as team size grows ai-chatbot-svelte

## How Nodecraft Built a Scalable Game Server Platform with Cloudflare and Neon

DevFeed: [How Nodecraft Built a Scalable Game Server Platform with Cloudflare and Neon](<https://devfeed.tech/articles/how-nodecraft-built-a-scalable-game-server-platform-with-cloudflare-and-neon-5696.md>)

Original publisher: [Read original article](<https://neon.com/blog/nodecraft-cloudflare-neon>)

Author: Carlota Soto

Published: 2025-03-20T18:33:57Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [databases](<https://devfeed.tech/tags/databases.md>), [edge](<https://devfeed.tech/tags/edge.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [latency](<https://devfeed.tech/tags/latency.md>), [platform](<https://devfeed.tech/tags/platform.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

This case study describes how Nodecraft is transitioning from bare-metal infrastructure and bespoke game-specific systems to a serverless backend built on Cloudflare Workers and Neon. Cloudflare Workers run configuration logic at the edge, while Neon provides a central Postgres database for user data, game settings, and mod configurations. The architecture is intended to improve scalability and reduce latency across regions, with caching used to accelerate frequently reused configuration data.

### Source excerpt

"Moving from legacy infrastructure to a fully serverless stack has been a huge upgrade. We wanted our backend to be as hands-off as possible. Now we get all the power of Postgres, without having to think about it" (James Ross, Co-founder and CTO at Nodecraft) Nodecraft is a game...

## Launch Postgres in Your Browser, Keep It On Neon

DevFeed: [Launch Postgres in Your Browser, Keep It On Neon](<https://devfeed.tech/articles/launch-postgres-in-your-browser-keep-it-on-neon-5487.md>)

Original publisher: [Read original article](<https://neon.com/blog/launch-postgres-in-your-browser-keep-it-on-neon>)

Author: Guillaume Rivals

Published: 2025-01-23T19:32:26Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [React Router](<https://devfeed.tech/topics/react-router.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [API](<https://devfeed.tech/topics/api.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [browser](<https://devfeed.tech/tags/browser.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [launch](<https://devfeed.tech/tags/launch.md>), [orm](<https://devfeed.tech/tags/orm.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

Instagres lets users launch a functional Postgres database in a browser or through a CLI without containers, infrastructure setup, or an account. Users can later transfer the database to a free Neon account to keep it persistent.

### Source excerpt

Sometimes you need a Postgres database right now, and you'd like to have it without setting up containers, deploying infra, or creating an account anywhere. Maybe you're following a tutorial online or testing a quick idea. Enter Instagres--a tool that lets you spin up a fully func...

## What's new in Svelte: April 2024

DevFeed: [What's new in Svelte: April 2024](<https://devfeed.tech/articles/what-s-new-in-svelte-april-2024-3059.md>)

Original publisher: [Read original article](<https://svelte.dev/blog/whats-new-in-svelte-april-2024>)

Author: Dani Sandoval

Published: 2024-04-01T00:00:00Z

Content type: news

Language: en

Sources: [Svelte blog](<https://devfeed.tech/sources/svelte-blog.md>)

Topics: [Svelte](<https://devfeed.tech/topics/svelte.md>), [changelog](<https://devfeed.tech/topics/changelog.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Document Object Model (DOM)](<https://devfeed.tech/topics/dom.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [changelog](<https://devfeed.tech/tags/changelog.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [observability](<https://devfeed.tech/tags/observability.md>), [release](<https://devfeed.tech/tags/release.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Svelte's April 2024 update highlights new Svelte 5 preview features and ongoing progress toward release. It also covers SvelteKit adapter changes for Vercel and Cloudflare, improved SSR validation, observability metadata, deployment synchronization, and Google Cloud support.

### Source excerpt

Spring is just around the corner (for half the globe at least), which means Svelte Summit Spring is coming soon! The event will be streamed on the Svelte Society YouTube channel on April 27. Also, this month, a ton of new features have been merged into Svelte 5 to make it the best version of Svelte yet. We'll get into them all below, so let's jump right in! What's new in Svelte Svelte 5 is in preview and gets closer to release every day. Below, you'll find some highlights from its changelog: The new Map, Date and Set classes can now be imported from svelte/reactivity and used just like their native counterparts to fit into Svelte's reactivity model (5.0.0-next.79, Docs, #10803, #10622, #10781) state/derived/props can be explicitly exported from components again (5.0.0-next.62, #10523) bind:value now allows for a dynamic type attribute - fixing issues with common input bindings (5.0.0-next.66, #10608) SSR HTML mismatch validation has been improved and provides clearer error messages (5.0.0-next.69, #10658) Breaking: Slots inside templates with a shadowrootmode attribute are now preserved (5.0.0-next.73, #10721) Breaking: The $props() no longer accepts a generic type argument. Instead, component authors should type their props like any other variable declaration (5.0.0-next.76, #10694) The new $bindable rune allows parents to :bind to a component's prop in addition to using them as regular props (Docs, #10851) The webkitdirectory DOM boolean attribute is now supported (5.0.0-next.81, #10847) Form resets are now taken into account for two way bindings (5.0.0-next.82, Docs, #10617) What's new in SvelteKit adapter-vercel now has Skew Protection which ensures that the client and server stay in sync for any particular deployment (@sveltejs/adapter-vercel@5.2.0, Docs, #11987) adapter-vercel's build output files now include framework metadata - improving observability on the platform (@sveltejs/adapter-vercel@5.2.0, #11800) adapter-cloudflare and adapter-cloudflare-workers n

## The Evolution of Shiki v1.0

DevFeed: [The Evolution of Shiki v1.0](<https://devfeed.tech/articles/the-evolution-of-shiki-v1-0-3420.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/shiki-v1>)

Published: 2024-03-11T00:00:00Z

Content type: article

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [wasm](<https://devfeed.tech/topics/wasm.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Highlight.js](<https://devfeed.tech/topics/highlightjs.md>), [vs-code](<https://devfeed.tech/topics/vs-code.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [code](<https://devfeed.tech/tags/code.md>), [json](<https://devfeed.tech/tags/json.md>), [latency](<https://devfeed.tech/tags/latency.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>), [wasm](<https://devfeed.tech/tags/wasm.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

The article traces Shiki's evolution toward version 1.0. It explains how its TextMate-based, ahead-of-time syntax highlighting produces accurate HTML with zero JavaScript, while earlier versions faced browser limitations because of Node.js filesystem access, Oniguruma WASM, and large grammar and theme files. It also discusses the runtime constraints of edge platforms such as Cloudflare Workers.

### Source excerpt

Shiki v1.0 came with many improvements and features - see how Nuxt drives the evolution of Shiki!

## Creating a fast e-commerce website using Remix, Turso, and Drizzle hosted on Cloudflare Workers

DevFeed: [Creating a fast e-commerce website using Remix, Turso, and Drizzle hosted on Cloudflare Workers](<https://devfeed.tech/articles/creating-a-fast-e-commerce-website-using-remix-turso-and-drizzle-hosted-on-cloudflare-workers-5917.md>)

Original publisher: [Read original article](<https://turso.tech/blog/creating-a-fast-e-commerce-website-using-remix-turso-and-drizzle-hosted-on-cloudflare-workers-e624c000903a>)

Author: James Sinkala

Published: 2023-08-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Remix](<https://devfeed.tech/topics/remix.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Website](<https://devfeed.tech/topics/website.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [databases](<https://devfeed.tech/tags/databases.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [e-commerce](<https://devfeed.tech/tags/e-commerce.md>), [remix](<https://devfeed.tech/tags/remix.md>), [turso](<https://devfeed.tech/tags/turso.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

A tutorial on creating a fast e-commerce website with Remix, Turso, and Drizzle, then deploying it to the edge with Cloudflare Workers. The article references an older version of Turso and notes changes to Turso's current platform and SDKs.

### Source excerpt

Create a fast e-commerce website by using Remix, Turso, and Drizzle and deploy it to the edge by using Cloudflare Workers.

## Nuxt on the Edge

DevFeed: [Nuxt on the Edge](<https://devfeed.tech/articles/nuxt-on-the-edge-3410.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/nuxt-on-the-edge>)

Published: 2023-07-13T00:00:00Z

Content type: article

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [V8](<https://devfeed.tech/topics/v8.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [latency](<https://devfeed.tech/tags/latency.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [performance](<https://devfeed.tech/tags/performance.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>), [v8](<https://devfeed.tech/tags/v8.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

The article explains how Nuxt 3 was adapted to run on edge runtimes and V8 isolates, enabling server-side rendering close to users through platforms such as Cloudflare Workers. It describes the environmental portability work, the h3 server framework, code-splitting and lazy loading, and the reduction of cold-start time from about 300 ms to about 2 ms.

### Source excerpt

Learn how we made Nuxt 3 capable of running on edge runtimes to run with server-side rendering close to your users.

## Introducing the Neon Partner Program

DevFeed: [Introducing the Neon Partner Program](<https://devfeed.tech/articles/introducing-the-neon-partner-program-5710.md>)

Original publisher: [Read original article](<https://neon.com/blog/partner-program>)

Author: Mahmoud Abdelwahab

Published: 2023-07-06T08:41:51Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [OAuth](<https://devfeed.tech/topics/oauth.md>), [API](<https://devfeed.tech/topics/api.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Database](<https://devfeed.tech/topics/database.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Hasura](<https://devfeed.tech/topics/hasura.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Developer Platform](<https://devfeed.tech/topics/developer-platform.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Repl.it](<https://devfeed.tech/topics/replit.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [company](<https://devfeed.tech/tags/company.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [hasura](<https://devfeed.tech/tags/hasura.md>), [ide](<https://devfeed.tech/tags/ide.md>), [integration](<https://devfeed.tech/tags/integration.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [launch](<https://devfeed.tech/tags/launch.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [partners](<https://devfeed.tech/tags/partners.md>), [platform](<https://devfeed.tech/tags/platform.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Neon announces its official Partner Program for integrating Neon into applications. It describes OAuth-based access for third-party applications and API-based integrations that let partners provision and configure Neon Postgres databases in products such as Cloudflare Workers, Hasura Cloud, Vercel, Replit, and WunderGraph Cloud.

### Source excerpt

We're thrilled to announce the launch of our official Neon Partner Program, which makes it possible to integrate Neon into any application seamlessly. Keep reading to learn how you can become a partner and the types of integrations we offer. Neon's OAuth integration The first typ...

## Build a serverless API using Cloudflare Workers, Drizzle ORM, and Neon

DevFeed: [Build a serverless API using Cloudflare Workers, Drizzle ORM, and Neon](<https://devfeed.tech/articles/build-a-serverless-api-using-cloudflare-workers-drizzle-orm-and-neon-4976.md>)

Original publisher: [Read original article](<https://neon.com/blog/api-cf-drizzle-neon>)

Author: Mahmoud Abdelwahab

Published: 2023-05-30T00:08:49Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [API](<https://devfeed.tech/topics/api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [beginner](<https://devfeed.tech/tags/beginner.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [code](<https://devfeed.tech/tags/code.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [community](<https://devfeed.tech/tags/community.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [database](<https://devfeed.tech/tags/database.md>), [development](<https://devfeed.tech/tags/development.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [learn](<https://devfeed.tech/tags/learn.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

A beginner-friendly guide to building and deploying a serverless API with Cloudflare Workers, Hono, Drizzle ORM, and Neon. It introduces Neon's autoscaling serverless Postgres architecture, Drizzle's TypeScript ORM and migration tooling, and the initial Cloudflare Workers project setup.

### Source excerpt

In this guide, you will learn how to build a serverless API using Cloudflare Workers, Hono, Drizzle ORM, and Neon. What are Cloudflare Workers? Cloudflare Workers enable you to build and deploy serverless code instantly across the globe without worrying about managing and scaling...

[Next page](<https://devfeed.tech/topics/cloudflare-workers.md?cursor=WyIyMDIzLTA1LTMwVDAwOjA4OjQ5KzAwOjAwIiwgIjEzYzA3YjBiLTNkNTYtNDFiOS1hNTk1LTc0M2Q1ZjcwNDUyMyJd>)