Docker container
A single deployable unit for the control plane, streaming gateway, and default microfrontends. Configuration stays in your secrets manager.
Self-hosted
Essenize ships as a ready-to-host Docker container. Deploy it on your infrastructure and receive a URL source with complete documentation. Chat backends and frontends arrive via a microfrontend architecture so product teams can compose surfaces without forking the core.
A single deployable unit for the control plane, streaming gateway, and default microfrontends. Configuration stays in your secrets manager.
Overlay, room, panel, and admin consoles load as independently versioned frontends from the same origin you host.
Every deployment exposes the product guide, API reference, and operational runbooks next to the runtime.
The same image runs in your VPC or air-gapped network. Observability attaches to whichever instance you stand up.
# Illustrative deploy — wire to your registry and ingress docker run -d --name essenize \ -e ESSENIZE_DB_URL=$DATABASE_URL \ -e ESSENIZE_LLM_ENDPOINT=$LLM_URL \ -p 443:8443 restora/essenize:stable # Result: https://chat.your-domain with /docs attached
Ready when your infrastructure is