A complete donation management app for small charities—built offline-first, with an agent-assisted workflow that shipped production features in days.
Context
Small charities often rely on pen-and-paper for in-kind donations. That creates follow-up work: manual data entry, photo organization, and tax receipt generation.
Rapidon replaces that workflow with a mobile app that runs entirely on a phone or tablet, without subscriptions or cloud infrastructure.
What we shipped
- Offline-first donor + donation management (local persistence)
- Photo capture workflow with compression and thumbnails
- Tax-compliant receipt generation (PDF)
- CSV export for reporting and record keeping
- Internationalization (EN/FR) and Canadian address support
Delivery approach
We used a design-first workflow with clear boundaries between “what” and “how”:
- The human provided Figma mockups, domain constraints, and acceptance tests against the running app.
- AI agents implemented the system end-to-end from a written PRD (data model, persistence, UI, and export workflows), then iterated on fixes from test feedback.
Outcome
- ~3 days of active development to reach a production-ready baseline
- ~15k lines of TypeScript / React Native code across 120+ files
- 80%+ of implementation produced by agents, with human-driven review and testing