Deploying a TanStack Start App with Neon Postgres and Cloudflare Workers
URL: https://isaacfei.com/posts/deploy-tanstack-start-neon-cloudflare Date: 2026-02-23 Tags: TanStack Start, Cloudflare Workers, Neon, Drizzle ORM, Deployment Description: A step-by-step guide to d...

Source: DEV Community
URL: https://isaacfei.com/posts/deploy-tanstack-start-neon-cloudflare Date: 2026-02-23 Tags: TanStack Start, Cloudflare Workers, Neon, Drizzle ORM, Deployment Description: A step-by-step guide to deploying a full-stack TanStack Start application with Neon serverless Postgres (via Drizzle ORM) to Cloudflare Workers, using GitHub integration for CI/CD. This guide walks through deploying a full-stack TanStack Start application to Cloudflare Workers with Neon as the serverless Postgres database, using Drizzle ORM for type-safe database access. We'll set up the database, configure the project for Cloudflare, and deploy via Cloudflare's GitHub integration so every push triggers a new deployment automatically. The Stack Layer Technology Framework TanStack Start (React, full-stack with SSR) Database Neon (serverless Postgres) ORM Drizzle ORM (with neon-http driver) Hosting Cloudflare Workers CI/CD Cloudflare GitHub integration Why this combination? TanStack Start runs on Cloudflare Workers as