Case study — Community + finance platform
A community platform with an integrated finance layer
Mobile app, web app, and moderation console for a social community — sharing one backend with Shariah-compliant stock screening, portfolios, and Zakaat tools.
The problem
Two products, one audience, zero shared code.
The client had a proven finance product — Shariah stock screening, portfolios, Zakaat tools — running on a mature PHP engine, and a vision for a social community around the same audience. Rebuilding finance from scratch was off the table; bolting a forum onto PHP was too.
The brief: ship a modern, mobile-first social experience — feed, reels, messaging, profiles — that shares users, auth, and data with the existing finance system, without freezing either side's roadmap.
The system
How it fits together.
simplified public map of implemented components and boundaries
Platform tour
Walk the product, watch the backend.
Step through the features — the architecture map below lights up the exact services each one runs on. Nothing here is a mockup of a plan; the public map is intentionally simplified.





captured live from the Hudood web experience
live architecture map — the highlighted nodes serve the selected feature
The build
The hard part was the bridge.
One database, two owners
An auth bridge across generations
Media work stays off the feed request path
Three surfaces, one contract
Implementation evidence
Constraint
A new service layer had to coexist with a legacy finance engine and a shared data model.
Tradeoff
The architecture preserves working legacy logic while new product surfaces move onto a typed API and queued workers.
Public evidence is limited to approved screens, system boundaries, and implementation details; client and commercial results are not asserted.
For your business
Discuss a related system.
If your business runs on a legacy system that works but can't carry the next product — this is the playbook: keep the engine, build the modern surface, bridge auth and data properly. We've done it in production, mobile app included.