Vercel integration

Install the Spronta integration on Vercel and every production deploy triggers a crawl of the linked project — webhooks, scores and alerts included.

The Vercel integration makes Monitor deploy-aware: instead of waiting for the next scheduled crawl, every successful production deploy starts a crawl of the linked project. Regressions come with the deploy that caused them.

What the integration can do

Spronta asks Vercel for one permission, and the plugin card in the app shows the same list before you connect:

  • Read your Vercel projects — used once, to list projects so you can pick which one to watch. This is the only API scope Spronta requests.
  • Receive deploy events — Vercel notifies Spronta when a production deployment succeeds. Spronta never reads your code, deployments, or environment variables, and never writes anything to your Vercel account.

Install it

  1. In app.spronta.com, open Plugins in the sidebar and find the Vercel card.
  2. Click Install. You’ll land on Vercel’s integration page — choose the Vercel scope (your team or personal account) and approve.
  3. Back in Spronta, finish setup on the same card: pick the Vercel project to watch and the Spronta project it should crawl, then click Link.

That’s it. There are no webhooks to copy — deploy events flow automatically.

How deploy crawls behave

  • Only production deploys trigger crawls; previews are ignored.
  • Crawls are debounced to one per 10 minutes per project, however many deploys land.
  • Deploy-triggered crawls use the same crawl credits, regression detection and alerts as scheduled crawls, and reports are marked as deploy-triggered in the project history.

Uninstalling

Remove the integration from either side:

  • In Spronta: Plugins → Vercel → Disconnect.
  • In Vercel: Settings → Integrations → Spronta → Remove. Spronta is notified and deactivates the connection automatically.

Not on Vercel?

The Custom deploy hook plugin does the same job for any CI or platform: it mints a URL, and a curl -X POST from your pipeline after deploy triggers the crawl. GitHub and Netlify plugins are also available with copy-paste webhooks.

Still stuck? Email us — a human replies, usually within a day.