Chapkit Browser¶
Read-only DHIS2 explorer for CHAP model services (chapkit) via the chap-core route.
The app lets a DHIS2 operator inspect the model services registered with chap-core - their model metadata, configurations, jobs, and produced artifacts - without leaving DHIS2. It is read-only: it surfaces what chap-core knows, it does not start runs or change anything.
How it connects¶
The app never talks to chap-core directly. It goes through a DHIS2 Route with code chap, which reverse-proxies to chap-core, which in turn proxies to each chapkit service:
Prerequisites¶
- A running DHIS2 instance where you have the App Management authority.
-
A DHIS2 wildcard route with code
chapthat forwards to your chap-core server, for example: -
A reachable chap-core with at least one chapkit model service registered. If the route is missing or chap-core is unreachable, the app shows a setup screen explaining what to fix.
Running locally¶
The app is served at http://localhost:3000. Log in with your DHIS2 credentials.
See Screens for a walkthrough of every page.