Back to Design
Layer 8 — Applications
Production Themes
Production-ready visual themes running on Kitwork JIT and cloud runtime, designed to be self-hosted or served on our cloud platform.
Infrastructure
Self-Host vs SaaS
Kitwork themes require no compilation steps or complex node modules dependencies. They run directly on top of the VM bytecode interpreter.
Self-Hosted
Run on your private cluster nodes using a single Go compiled binary.
Kitwork Cloud
Deploy directly to our global low-latency serverless edge node infrastructure.
Deployment Config
# config.kitwork.json
{
"theme": "sovereign-dark-cms",
"self_host": true,
"features": ["auth", "routing", "seo", "jitcss"]
}