Skip to main content
← Speaking

Interactive web apps at the Edge with Remix, Neon, and Prisma

Talk
· Kongres Next.js · Warsaw, Poland
edge prisma remix

Edge runtimes promise low latency, but they strip away most of Node.js — including the database drivers your ORM depends on. I showed how to build a Remix app deployed to Cloudflare Pages with Neon for serverless Postgres and Prisma for type-safe queries, covering what the Edge gives you and what it takes away.

The practical insights came from my work making Prisma’s internals compatible with the Edge computing stack — the undocumented constraints and workarounds that saved hours of debugging.