⚙️
Database Setup Required
Add your Upstash Redis credentials in Vercel, then redeploy.
- Go to upstash.com → Sign up free → Create Database (Redis) → pick any region
- Open the database → REST API tab → copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN
- Go to vercel.com → Your Project → Settings → Environment Variables
- Add both variables, then go to Deployments → Redeploy
- Refresh this page — the app will load automatically
UPSTASH_REDIS_REST_URL = https://us1-xxx.upstash.io
UPSTASH_REDIS_REST_TOKEN = AXxxxx==