No follow-up system. Donors meant it, but life got in the way.
{/* ── 4 Personas ── */}
Built for how you actually work
Four roles. One platform. Every pledge tracked.
{PERSONAS.map((p) => (
{p.title}
{p.oneLiner}
{p.tags.map((t) => (
{t}
))}
Learn more →
))}
{/* ── How it works ── */}
Four steps. Zero pledges lost.
{[
{ n: "01", title: "Create a pledge link", desc: "One link per campaign, table, volunteer, or WhatsApp group. Share anywhere." },
{ n: "02", title: "Donor pledges", desc: "Amount, Gift Aid, Zakat, schedule — 60-second mobile flow. No app download." },
{ n: "03", title: "WhatsApp follows up", desc: "Automated reminders with bank details. They reply PAID when done." },
{ n: "04", title: "Money arrives", desc: "Live dashboard. Who pledged, who paid, who needs a nudge." },
].map((s) => (
{s.n}
{s.title}
{s.desc}
))}
{/* ── Split: Image + compliance ── */}
Compliance is not optional
Every pledge collects bulletproof consent. Ready for HMRC, ICO, and your trustees.
{[
{ label: "Gift Aid", sub: "HMRC model declaration, home address, timestamped. One-click CSV for claiming." },
{ label: "Zakat", sub: "Per-campaign toggle. Donors tick one checkbox. Tracked separately in reports." },
{ label: "Email consent", sub: "GDPR compliant. Separate opt-in, never pre-ticked. Full audit trail." },
{ label: "WhatsApp consent", sub: "PECR compliant. Separate opt-in. Reply STOP to opt out. No sends without permission." },
].map((c) => (
{c.label}
{c.sub}
))}
{/* ── Payment flexibility ── */}
Donors pay when they're ready
{[
{ title: "Pay now", desc: "Bank transfer or redirect to their fundraising page." },
{ title: "Pick a date", desc: "\"I'll pay on payday\" — WhatsApp reminder sent automatically." },
{ title: "Monthly instalments", desc: "Split into 2–12 payments. Each one tracked and reminded separately." },
].map((o) => (