Skip to content

Deployment & Ops

Platform:

  • Vercel; CRON jobs defined in vercel.json
  • Edge vs Node runtimes configured via Next instrumentation

Observability:

  • Sentry (@sentry/nextjs), configs in sentry.*.config.js
  • Axiom (next-axiom)

Security headers:

  • Set in next.config.js

Build flags:

  • Bundle analyzer (ANALYZE=true)

Background jobs:

  • QStash/cron endpoints under pages/api/public/cron/* and job queues under pages/api/jobs/*