Trigger & test your Vercel cron jobs. Vercel only runs them in production — this project lets you test them anywhere, two ways:
Run it in your project — no install, no setup:
npx previewcronIt reads your vercel.json, detects CRON_SECRET and
VERCEL_AUTOMATION_BYPASS_SECRET, and opens a dashboard to trigger each cron
against your dev server. Works with any framework. See the
CLI documentation.
Preview deployments → previewcron.dev
- Paste your
vercel.json - Enter your preview URL (e.g.
https://my-app-abc123.vercel.app) - Add your Vercel bypass token if the preview has Deployment Protection
- Click "Run" on any cron job
Nothing is stored: your configuration and tokens stay in your browser's memory and disappear when you close the tab.
The web app cannot reach localhost (browser security); the CLI runs on your
machine, so it can. Same dashboard, same experience.
bun install
bun run devLicense: MIT