Setup

Two env vars for V1.

Add these values locally or in Vercel, run the migration once, then test the dashboard.

DATABASE_URL="postgresql://...neon..."
SCRAPECREATORS_API_KEY="scrapecreators_xxx"

1. Install

npm install

2. Migrate Neon

npm run db:migrate

3. Run

npm run dev

Optional daily checks endpoint: /api/cron/daily-rank-checks. If CRON_SECRET is set, pass it as Authorization: Bearer your-secret or ?secret=....