.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
REPLICATE_API_TOKEN
secret
Set up Replicate: https://replicate.com
WEBHOOK_SECRET
secret
Generate a random secret for the webhook: https://generate-secret.vercel.app/32
NGROK_URL
Forward Requests Locally (local dev)
BLOB_READ_WRITE_TOKEN
secret
Set up Vercel Blob: https://vercel.com/docs/storage/vercel-blob/quickstart
KV_URL
Set up Vercel KV: https://vercel.com/docs/storage/vercel-kv/quickstart
KV_REST_API_URL
KV_REST_API_TOKEN
secret
KV_REST_API_READ_ONLY_TOKEN
secret
DATABASE_URL
secret
Prisma: https://www.prisma.io/docs/reference/database-reference/connection-urls#env Set up PlanetScale:…