| Service | URL | Platform |
|---|---|---|
| Frontend | https://project-nkv6d.vercel.app | Vercel |
| Backend API | your-backend-url.vercel.app | Vercel |
| Database | MongoDB Atlas — ClusterMelodia | Google Cloud |
| Storage | Firebase Storage | Google Cloud |
Vercel — auto-deployed from GitHub main branch
| Setting | Value |
|---|---|
| Framework | Next.js |
| Build command | npm run build |
| Output directory | .next |
| Node version | 18.x |
| Variable | Description |
|---|---|
| NEXT_PUBLIC_API_URL | Backend Vercel URL |
| NEXT_PUBLIC_FIREBASE_API_KEY | Firebase project API key |
| NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET | Firebase storage bucket name |
| NEXT_PUBLIC_GOOGLE_CLIENT_ID | Google OAuth client ID |