jwallet / donorbox-clone

A simplified Donorbox clone without the processing fees. 💸

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simplified Donorbox* clone built with React hooks (WIP)

This JS script, which injects a donation form, is a good alternative if you don't want to receive anymore monthly bills for unpayed processing fees.

image

Choose Amount Donor Info Payment (Card) Payment (Paypal)
amount donor payment-stripe payment-paypal
Only support One-Time Donation Limited Donor info fields Credit card fields and payment secured by Stripe Redirect the payment to Paypal

What it does

  • It's free to use, no Donorbox processing fee, no more monthly bills to pay.
  • It uses a free Slack channel to receive notifications about new donations.
    • This is how and where the form data is saved: amount, comment and donor info.
    • If you have access to a backend, use Paypal notify_url (POST) or return (GET/POST) url param.

image

What it doesn't

  • It doesn't send email... yet.
  • It doesn't keep track of all donations.
  • It doesn't do recurring donation, only one-time donation.

* Donorbox is a fundraising webapp that adds 1.5% of processing fees on top of your donations for providing a small form that links to Paypal and for keeping tracks of past donations with access to a dashboard and email notifications.

About

A simplified Donorbox clone without the processing fees. 💸


Languages

Language:JavaScript 99.7%Language:HTML 0.3%