✅ Permanent free tier (no trial expiration) ✅ 2.5M execution seconds/month free ✅ Always-on option (no cold starts) ✅ Global CDN included ✅ GitHub integration ✅ Professional URLs
- Compute: 2.5M execution seconds/month
- Memory: 512MB RAM
- Storage: 2.5GB SSD
- Bandwidth: 100GB/month
- Databases: Need external (use PlanetScale free tier)
# Sign up at https://planetscale.com
# Create database: cinemaverse
# Get connection string- Go to https://koyeb.com
- Sign up with GitHub
- Click "Create App"
- Select "GitHub repository"
- Choose your CinemaVerse repo
Build command: curl -sSL https://get.wasp.sh/installer.sh | sh -s -- -v 0.16.0 && export PATH="$HOME/.wasp/bin:$PATH" && wasp build
Run command: cd .wasp/build && npm install && npm run start:server
DATABASE_URL=mysql://your_planetscale_connection
TMDB_API_KEY=your_tmdb_key
WASP_ENV=production
NODE_ENV=production
✅ No cold starts (with always-on) ✅ Global performance (CDN) ✅ True free tier (permanent) ✅ Good for interviews (always responsive)
❌ No built-in database (need external) ❌ Less popular (newer platform) ❌ MySQL only (with PlanetScale)