What problem does it solve?
Deploix provides expert guidance and automated patterns for deploying Next.js/TypeScript applications on Vercel with Supabase, ensuring reliable production readiness, observability, and rollback capabilities after merges.
Core Features & Use Cases
- Isolation of each app as a separate Vercel project within a monorepo, preventing cross-project build failures.
- Per-app Vercel configuration with vercel.json, ignoreCommand, framework, and installCommand to ensure deterministic deployments.
- Environment variable governance with per-app secrets, multi-project Supabase keys, and documentation in CLAUDE.md.
- Health checks, monitoring and incident response workflows to detect outages and coordinate rollback.
- Deployment lifecycle guidance (pre-merge checks, post-merge verification) and rollback procedures.
Quick Start
Create a new app by adding its folder under apps, configure vercel.json with the specified commands, then deploy and verify the health endpoint.