How to structure a Next.js SaaS using the 7-file DDD-lite module pattern -- schema, relations, types, validation, repository, service, and index -- so each feature is self-contained and easy to extend.
How to add multi-tenant organization support to a Next.js SaaS -- org creation, role-based access, and token-based invitations using Drizzle ORM and JWT.
How to add image uploads to a Next.js SaaS using Cloudinary -- a protected API route, a reusable upload hook, and storing only the public_id in the database so transformation URLs stay flexible.
The difference between drizzle-kit generate and drizzle-kit push, when each belongs in your workflow, and how to run migrations safely against a production Neon DB.
Everything you need to use Drizzle ORM with Neon DB in production -- schema definition, relations, migrations, and the query patterns that keep your repo layer clean.