Setup Vercel
How to setup Vercel for Vercord
Setup Vercel
Access Vercel Dashboard
Sign in to your account and navigate to the Vercel Dashboard to manage your projects.
Navigate to Project Settings
Click on the Settings tab in the navigation menu.
Access Webhooks Section
In the left sidebar of your project settings, locate and click on the Webhooks option.
Configure New Webhook
Click the Create Webhook button and configure your webhook with:
- URL:
https://<your-deployed-url>/api/vercel-webhook
- Choose which events should trigger the webhook.
Save Your Secret
Click Create Webhook to save your webhook configuration.
Save the secret that Vercel provides you, you will need it for later.