COOPERATIVEMember savings, loans, repayments, mandates.
The empty demo boots the full DatabStudio backend with production migrations only — no sample data, no fake members, no pre-loaded patients. You create your first institution through a built-in setup wizard and grow it from zero.
Choose the type that matches your real workload. The Studio modules — Finance, School, Health — light up based on what you select.
COOPERATIVEMember savings, loans, repayments, mandates.
MICROFINANCEShort-cycle loans, savings groups, schedules.
EMPLOYERPayroll-linked deductions and payouts.
SCHOOLClasses, students, attendance, fees, assessments.
RESEARCH_INSTITUTECohorts, research departments, conference letters.
TUTORIAL_CENTREPrep classes, tuition, mock scores, certificates.
HOSPITALPatients, appointments, visits, prescriptions, billing.
LABORATORYLab patients, scientists, test results, billing.
TEST_CENTREAnonymous flows, counselling appointments, letters.
The bundle ships a self-contained backend JAR and platform-specific launch scripts. It spins up a Postgres container on a high port (no collision with anything else), boots the backend with production migrations only, and waits for you to create your first institution.
# Mac / Linux
unzip datab-studio-empty-v1.0.zip
cd demo-bundle-empty
./run-databstudio-empty.sh
# Windows
unzip datab-studio-empty-v1.0.zip
cd demo-bundle-empty
run-databstudio-empty.bat
# 1. Check setup status
curl http://127.0.0.1:8080/api/v1/demo/empty/status
# 2. Bootstrap your first institution + ADMIN
curl -X POST \
http://127.0.0.1:8080/api/v1/demo/empty/bootstrap \
-H 'Content-Type: application/json' \
-d '{
"institutionName": "Acme Cooperative",
"institutionType": "COOPERATIVE",
"adminEmail": "admin@acme.test",
"adminPassword": "ChangeMe@123"
}'
# 3. Sign in
curl -X POST http://127.0.0.1:8080/api/auth/login \
-H 'Content-Type: application/json' \
-d '{"email":"admin@acme.test","password":"ChangeMe@123"}'GET /api/v1/demo/empty/onboarding returns per-sector progress against the four most important first actions. Use it to drive a checklist UI, or treat it as documentation for where to click first.
The same backend, the same engine, the same modules — installed on a Datab Node appliance in your institution's office. Connect Datab CRM, Atlas identity, Orula intelligence, and Gu protection. Talk to us.