Provisioning & Registry
Master registry for tenants, chassis templates, and deployments. Cloudflare Workers + D1 + KV + R2 + Queues.
- Multi-tenant isolation
- Automated provisioning
- Rollback capability
- Audit logging
Building the Tower of Digital Holiness. Empowering African entrepreneurs with sovereign infrastructure, divine orchestration, and eternal resilience.
∞
Eternal Uptime
5
Active Portals
100%
LinkMesh Sync
∞
Memory Stones
KÚMÁ MIGDAL rests on three sacred foundations
Master registry for tenants, chassis templates, and deployments. Cloudflare Workers + D1 + KV + R2 + Queues.
Hono.js backend + React/Vite frontend with OAuth, PWA, offline-first, and queue-driven architecture.
Custom Open WebUI fork with MIGDAL Command Center - radial portal interface with 5 spiritual-technical ministries.
Built on Cloudflare's global network for sovereignty and speed
Deploy your first KÚMÁ MIGDAL application in minutes
curl -X POST https://kuma-provisioner.perissosdigitals.workers.dev/api/v1/tenants -H "Content-Type: application/json" -d '{
"slug": "my-startup",
"name": "My Startup",
"owner_email": "founder@startup.com",
"plan": "starter"
}' curl -X POST https://kuma-provisioner.perissosdigitals.workers.dev/api/v1/chassis -H "Content-Type: application/json" -d '{
"tenant_id": "TENANT_ID_FROM_STEP_1",
"template_id": "CHASSIS_TEMPLATE_ID",
"name": "my-app",
"config": { "currency": "XOF", "locale": "fr-SN" }
}' curl -X POST https://kuma-provisioner.perissosdigitals.workers.dev/api/v1/deployments -H "Content-Type: application/json" -d '{
"chassis_id": "CHASSIS_ID_FROM_STEP_2",
"environment": "production"
}' Cloudflare Account
With Workers, D1, KV, R2, Queues enabled
Domain (optional)
For custom subdomain deployment
OAuth Credentials
Google & Microsoft for Console auth
Wrangler CLI
For local development
# Provisioning Worker
CLOUDFLARE_ACCOUNT_ID=your-account-id
CLOUDFLARE_API_TOKEN=your-api-token
# Chassis Template
JWT_SECRET=your-jwt-secret
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-secret
MICROSOFT_CLIENT_ID=your-microsoft-client-id
MICROSOFT_CLIENT_SECRET=your-microsoft-secret
ALLOWED_ADMIN_EMAIL=admin@yourdomain.com Forked and consecrated for the MIGDAL mission
KÚMÁ Console - Custom Open WebUI fork with MIGDAL Command Center radial interface
KÚMÁ Computer - Open WebUI Computer fork with provisioning tools
KÚMÁ LinkMesh - Pipelines fork for inter-service communication
Provisioning Worker - Master registry and deployment orchestrator
Chassis Template - Hono + React monorepo with OAuth & PWA
Documentation - This site, deployed on Cloudflare Pages