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 ATLAS_INGEST_URL=https://atlas.platphormnews.com/api/ingest/http PLATPHORM_API_KEY=PLATPHORM_API_KEY ATLAS_SENSOR_NAME=my-app-production ATLAS_SAMPLE_RATE=1.0 # 1.0 = 100% ATLAS_ENV=production
The integration uses standard Next.js middleware and the built-in fetch API. No additional dependencies required.