Quilt Giving
Donation pages, embeddable widgets, and recurring giving for nonprofit thrift operations — unified with ThriftCart and ThriftCart Pay.
Scaffold is live
This is the donor-facing layer (hosted pages + widget + donor portal). It holds no payment secret and is not the donor source of truth — it calls each account's ThriftCart Donations API.
- Hosted donation page:
http://localhost:8000/{slug}(try /spring-build) - Environment self-test: /healthcheck
- Donor portal: /donor (stub)
Embed snippet (preview)
A nonprofit drops this on their own website to get an inline form or an on-page “Donate” button:
<script src="http://localhost:8000/js/embed.js"
data-slug="spring-build"
data-mode="button"></script>