How to find integration-ids to add to deploy button?

You can find it by digging into integration listing on the Vercel Marketplace. Inspect the page and filter for integrationIdOrSlug. The value of that query param should be the ID you need.

That’s how I found the Neon integration ID for this example button. :smile:

Deploy with Vercel

I hope that helps!