# Build and Deploy a Global Serverless Nuxt SSR App with Cloudflare Hyperdrive and Postgres

DevFeed: [Build and Deploy a Global Serverless Nuxt SSR App with Cloudflare Hyperdrive and Postgres](<https://devfeed.tech/articles/build-and-deploy-a-global-serverless-nuxt-ssr-app-with-cloudflare-hyperdrive-and-postgres-5070.md>)

Original publisher: [Read original article](<https://neon.com/blog/build-and-deploy-global-serverless-nuxt-ssr-app-with-cloudflare-hyperdrive-and-postgres>)

Author: Stephen Siegert

Published: 2024-04-05T17:40:09Z

Content type: tutorial

Language: en

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

Topics: [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [community](<https://devfeed.tech/tags/community.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [http](<https://devfeed.tech/tags/http.md>), [integration](<https://devfeed.tech/tags/integration.md>), [orm](<https://devfeed.tech/tags/orm.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [routing](<https://devfeed.tech/tags/routing.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

## AI overview

A tutorial for deploying a Nuxt SSR application on Cloudflare Pages with Neon Serverless Postgres and Cloudflare Hyperdrive. It presents a Worker-based integration using Drizzle's Postgres HTTP Proxy and explains the request flow.

## Source excerpt

Introduction In this post, we'll create and deploy a Nuxt fullstack application on Cloudflare Pages that uses server routes (API endpoints) to access Neon Serverless Postgres with Cloudflare Hyperdrive. Cloudflare Hyperdrive, now Generally Available, is a serverless application t...