The "Golden Stack" architecture definition for Vibe Pilot.
| Layer | Technology | Version | Key Feature |
|---|---|---|---|
| Frontend | Next.js | 15.1.0+ | App Router, Server Actions, PPR |
| Frontend | React | 19.0.0 | Concurrent Mode, Use Cache |
| Styling | Tailwind CSS | 4.0.0 | Utility-first, Zero-runtime |
| Database | PostgreSQL | 16.x | Neon Serverless, pgvector enabled |
| ORM | Drizzle ORM | 0.36.0 | TypeScript-first, SQL-like |
| Auth | Better Auth | 1.1.0 | Session-based, Plugin-ready |
| Payments | Dodo Payments | SDK v2 | Merchant of Record, Global Tax |
| AI | Vercel AI SDK | 4.0.0 | OpenAI, Anthropic, DeepSeek |
Vibe Pilot is built on the principle of Zero Latency Strategy. By moving the decision layer to the Edge and using serverless protocols, we reduce the "idea-to-code" loop from weeks to seconds.
// Vibe Pilot Runtime Definition
Region: Global (Edge Network)
Compute: Vercel Edge Functions (V8 Engine)
Static Assets: Next.js Optimized ISR (Incremental Static Regeneration)
Database: Neon Serverless (Postgres Binary Protocol v3)
Caching: Stale-While-Revalidate (SWR) with Cache-Control headers