Get Wrd running
in under 5 minutes
Four steps. No config files. No CLI. Just a GitHub webhook and your repo.
Add the GitHub webhook
In your GitHub repo, go to Settings → Webhooks → Add webhook.
https://wrd.polsia.app/webhook
application/jsonPushes and Pull requestsSet your Webhook Secret
Create a random secret (e.g., run openssl rand -hex 32) and add it to your Render environment.
Then back in GitHub webhook settings, set the same secret under "Secret". GitHub will sign payloads — Wrd will verify them.
Test it with a push
Push any commit to your repo. GitHub will deliver the event to Wrd.
Wait 5–10 seconds, then check the /changelog page for your entry.
View your changelog
Every push and merged PR generates a polished changelog entry, automatically.
The webhook setup above uses GitHub's Webhooks UI. Use the GitHub Actions tab if you prefer to manage deployments as code — no UI required, and you own the integration definition in your repo.