Self-hosted

Runtime you can put on your own metal.

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.

Docker container

A single deployable unit for the control plane, streaming gateway, and default microfrontends. Configuration stays in your secrets manager.

Microfrontends

Overlay, room, panel, and admin consoles load as independently versioned frontends from the same origin you host.

Documentation URL

Every deployment exposes the product guide, API reference, and operational runbooks next to the runtime.

Cloud or on-prem

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

Ship chat as infrastructure,
not as another SaaS island.

Talk to Restora Read the product guide