Skip to content

Vercel Setup Guide

If you followed the Getting Started guide, your GitHub App’s webhook URL currently points at a local tunnel, something like https://xyz.localhost.run

Once you’ve deployed Newsy to Vercel, replace that tunnel URL with your Vercel deployment URL, for example https://xyz.vercel.app.

Set the webhook URL to:

https://xyz.vercel.app/api/github/webhooks

Deploy with Vercel

GitHub App webhook settings.png