Skip to main content
All changelog entries
Infra

Production-ready deployment on Vercel + Neon

Tendara is now deployable to Vercel (web) + Neon (Postgres) in 15 minutes. Plus Dockerfile, render.yaml, fly.toml, and railway.json for alternative hosts.

Production deployment in 15 minutes via Vercel + Neon (recommended), Render Blueprint (one-click), Fly.io (always-on), or Railway. Multi-stage Dockerfile produces a 360 MB image with Next.js standalone output.

Public /api/health endpoint with DB ping for PaaS load-balancer probes. Auto-runs prisma migrate deploy on container boot. Prisma binaryTargets configured for Vercel's Amazon Linux runtime, Render's Debian, and our Alpine Docker.

Two-environment workflow: pnpm dev hits localhost Postgres, pnpm db:seed:neon hits production Neon. The two never accidentally cross.