4 frameworks, checklists, glossaries, specs and scenarios on fintech — the reusable assets Khurram Badar built while working, each with what it gets you and what it contains.
research · 2026-04-12 · fintech, UAE, regulatory environment, market analysis
UAE Fintech Landscape: BaaS Use Cases & Regulatory Reality
Analysis of 5 plausible UAE fintech use cases (payroll WPS, remittance, marketplace payouts, SME finance, Islamic products) and structural gap: UAE lacks deep BaaS middleware layer.
- | File | GitHub Repo | Live URL |
- | shari-lme--vercel.json | shari-lme | ai.legalmatterexperts.com |
- | mizan-gmalc--vercel.json | mizan-gmalc | gmalcdemo.khurrambadar.com |
- | newworld-platform--vercel.json | newworld-platform | newworld-platform.vercel.app |
- | khurrambadar--vercel.json | khurrambadar | khurrambadar.vercel.app |
- | spotlightdubai--vercel.json | spotlightdubai | spotlightdubai.com |
- | uae-intelligence-suite--vercel.json | uae-intelligence-suite | enterprisedemo.khurrambadar.com |
- | createagents-ai--vercel.json | createagents-ai | www.createagent.ai |
- | audit-intelligence-suite--vercel.json | audit-intelligence-suite | demosite.khurrambadar.com |
- | economyconsumer--vercel.json | economyconsumer | economyconsumer.vercel.app |
framework · 2026-04-12 · BaaS, financial infrastructure, regulation
Banking as a Service (BaaS): Three-Layer Model Explained
Framework showing BaaS stack: sponsor banks (Cross River, Evolve), middleware platforms (Unit, Treasury Prime), and brands (Chime, Shopify Balance); post-Synapse 2024 regulatory tightening.
- *GMALC (mizan-gmalc) has 6 keys:
- `TAVILY_API_KEY` ✅
- `ANTHROPIC_API_KEY` ✅
- `NEXT_PUBLIC_SUPABASE_URL` ✅
- `NEXT_PUBLIC_SUPABASE_ANON_KEY` ✅
- `SUPABASE_SERVICE_ROLE_KEY` ✅
- `SEED_API_KEY` ✅
- *Shari (shari-lme) has 3 keys:
- `TAVILY_API_KEY` ✅
- `SUPABASE_ANON_KEY` ✅
framework · 2026-04-11 · regulatory, licensing, compliance, capital requirements
Fintech Licensing Reality: Capital Requirements & Timeline by Jurisdiction
Regulatory framework showing AED 1M-10M capital for UAE alone, 18-36 month timeline, team requirements, and brutal comparison table: Coinbase=$150M+, Binance=$4.3B fines, eToro=8 years.
- *Step 2 — Add the API key in Vercel
- Vercel → your `shari-lme` project → Settings → Environment Variables
- Click Add
- Name: `ANTHROPIC_API_KEY`
- Value: `sk-ant-api03-...` (your key from platform.anthropic.com)
- Environment: Production ✓ → Save
- Go to Deployments → click Redeploy (so the new env var takes effect)
- *How it works now:
- Browser calls `/api/shari` — no key in browser ever
- Vercel function reads `ANTHROPIC_API_KEY` from environment
framework · 2026-04-11 · technical architecture, implementation roadmap, BaaS
BaaS Platform Build Sequence: 7-Phase Implementation Plan
Phased technical roadmap: foundation (Supabase, cost logging), RAG (chunks/embeddings/retrieval), caching, router, compliance, deploy gates, landing page; each phase independently testable.
- *Sulaiman's News is live. Here's exactly how the engine works:
- *The autonomous pipeline — 2 Claude API calls per article:
- *Step 1 — Search. Claude API with `web_search` tool enabled searches for real, current news using 8 targeted queries across categories (UAE procurement, GCC new
- *Step 2 — Rewrite. A second Claude API call takes that source material and rewrites it to 850–1000 words in Sulaiman's exact editorial voice — punchy opening ho
- *Self-publishing logic:
- On page load it checks localStorage for a cached edition
- If the cache is older than 22 hours → auto-triggers a new generation
- Articles stream in one by one as they're written (you see them appear live)
- Each article stored with full body text, excerpt, category, date
- *6 category filters: 🇦🇪 UAE · 🌙 GCC · 🕌 Middle East · 🌍 International · ⛓ Supply Chain · 💡 Leadership