Falah OS — checked against the actual repos

moslem03 has no backend either — same gap as moslem04

Verified against nur-muslim-companion-v2 and nur-falah-prevention source. Neither app talks to a Falah OS server. There is no existing pattern to copy — the admin console link has to be built from zero.

01 · What moslem03 actually does today

moslem03.falahos.my Svelte 5 PWA · static build
Public third-party APIs Al Quran Cloud · Aladhan · Overpass
✕ No auth Anyone opens the app, no login
✕ No Falah OS server Never calls anything on the Contabo VPS
✕ No admin console link Nothing to sync — data never leaves the browser
Same for moslem04 Same localStorage-only pattern

02 · What has to be built — bottom up

casdoor (ummahid) identity service
Already running on the Contabo VPS :8000 — reuse it, don't rebuild login
Already exists
1
Login screen in moslem04
App currently has zero auth UI — needs a casdoor sign-in flow bolted on
To build
2
Sync API (new)
Push Faraid / Assets / Wassiyah / Hibah / Waqf drafts from localStorage to a server, encrypted
To build
3
RAMZ tenant tagging
Every synced record gets stamped with which tenant/firm it belongs to
To build
4
Admin console read view
Nur Falah Admin Console reads synced cases — view only, not edit
To build
exists on the VPS today needs to be built — nothing to copy from moslem03