Uganda Fiscal Intelligence Platform - 15 products + portal with embedded AI agents. Frontend on Cloudflare Pages, backend on Render.
# Uganda Fiscal Intelligence Platform
16 **separate apps** — a master portal + 15 products — that work as a team through one
shared backend. Every app is its own website, its own installable PWA (own name, icon,
brand color), fully responsive, with an embedded AI agent (✨ button) tailored to its job.
## Live apps (Cloudflare Pages)
| App | URL |
|---|---|
| **Master Portal** |
uganda-fiscal-platform.page… |
| TaxLink (EFRIS compliance) |
taxlink-uganda.pages.dev |
| TaxLink Connect (middleware) |
taxlinkconnect-uganda.pages… |
| CreditTrack (distributor credit) |
credittrack-uganda.pages.dev |
| VerifyUG (product authentication) |
verifyug-uganda.pages.dev |
| GuardPost (warehouse fraud) |
guardpost-uganda.pages.dev |
| PayrollGuard (payroll compliance) |
payrollguard-uganda.pages.d… |
| DeliverUG (last-mile logistics) |
deliverug-uganda.pages.dev |
| ProcureGuard (procurement integrity) |
procureguard-uganda.pages.d… |
| RetailPulse (retail intelligence) |
retailpulse-uganda.pages.dev |
| PowerCost (energy cost) |
powercost-uganda.pages.dev |
| EFRIS Bridge (informal sector USSD) |
efrisbridge-uganda.pages.dev |
| EFRIS Intelligence (URA dashboard) |
efrisdash-uganda.pages.dev |
| DebtWatch (national debt tracker) |
debtwatch-uganda.pages.dev |
| FiscalAI (debt optimisation) |
fiscalai-uganda.pages.dev |
| Customs Intelligence |
customs-uganda.pages.dev |
**Backend (Render):**
uganda-fiscal-platform-api.… — deploy steps below.
## How the separate apps work as a team
```
frontend/ → portal only (its own Pages project)
apps/ / → one folder per product = one Pages project = one installable app
index.html → the product app (+ shared responsive layer)
manifest.json → own PWA identity (name, icon, color)
sw.js → own offline cache
assets/ → platform.js runti …