ποΈ System Architecture
In-depth overview of MudraHQ's distributed cloud infrastructure, microservices, and zero-cost cloud topology.
Loading documentationβ¦
MudraHQ is engineered as a high-throughput, fault-tolerant financial operating system designed for Indian retail enterprises. It achieves sub-50ms API response times while operating on a strictly $0.00 / zero-charge cloud infrastructure model.
The production deployment combines Cloudflare Edge Anycast network with an Oracle Cloud Always Free Ampere A1 ARM64 virtual machine:
MudraHQ features a universal codebase delivering both native mobile and desktop browser parity:
@expo/webpack-config / metro into an optimized Single Page Application (SPA).@expo/vector-icons featuring over 2,000 Material Design, Ionicons, and Feather symbols.The backend REST API is built on high-concurrency Node.js microservices managed by PM2:
/api/auth/login (maximum 5 attempts per IP with exponential backoff).MudraHQ operates permanently under strict $0.00 infrastructure rules:
| Layer | Provider | Free Allowance Utilized |
|---|---|---|
| Compute VM | Oracle Cloud Always Free | 4 OCPUs / 24 GB RAM / 200 GB Storage (Zero cost forever) |
| Edge & DNS | Cloudflare Free Tier | Unlimited DDoS protection, Universal SSL, Anycast CDN |
| Documentation | Cloudflare Pages / Workers | 100,000 free requests/day, unlimited static asset bandwidth |
| Transactional Email | Cloudflare Routing + Brevo | Free custom email routing + 300 SMTP transactional emails/day |
| Domain | GitHub Student Pack | .tech domain (mudrahq.tech) free registration |