Drop-in JA4 fingerprinting for your Vercel applications
Enable Vercel Firewall for your project:
# In your Vercel dashboard:
1. Go to Project Settings → Security
2. Enable "Vercel Firewall"
3. JA4 headers will be automatically added to requests
# .env.local JA4DB_INGEST_URL=https://atlas.platphormnews.com/api/ingest/http JA4DB_INGEST_TOKEN=your-secure-token-here JA4DB_SENSOR_NAME=my-app-production JA4DB_SAMPLE_RATE=1.0 # 1.0 = 100% JA4DB_ENV=production
The integration uses standard Next.js middleware and the built-in fetch API. No additional dependencies required.