Getting Started

Clone the Base Template Repository

Get started instantly by duplicating Pappr’s open-source webhook template from GitHub.

Get started instantly by duplicating Pappr’s open-source webhook template from GitHub.

Written By: Winnie Mulli

Last Updated on June 23, 2025

🚀 Getting Started

1.1 Clone the Base Template Repository

To kick off your journey, head over to the official open-source repository here:
👉 https://github.com/ProjectPappr/pappr_webhook
Click “Code” > Copy URL, then run:

git clone https://github.com/ProjectPappr/pappr_webhook.git
cd pappr_webhook
npm

This clones a lightweight Node.js + Express server configured to handle Payfast notifications and tokenize donor information into Supabase. No need to build your backend from scratch - you’re already halfway there.