Fri, May 1, 2026
10 min read
Building a Next.js + Turso on Vercel Demo App with @libsql/client — From the Official Guide to Migrating to Drizzle ORM
#nextjs
#vercel
#turso
#drizzle
I built a small todo demo app with Next.js App Router, Turso (libSQL), and Vercel. The first iteration calls @libsql/client directly, and the second one swaps the data layer for Drizzle ORM. The post covers the local-vs-prod difference around embedded replicas, why I split the work into two PRs, and how I pinned versions for reproducibility.
read more →