Custom Domains¶
Kiket supports custom domains for your workspace, documentation site, and status page. This is useful for white-labeling or running isolated environments.
Configuration¶
Set the following environment variables before deploying:
| Variable | Description | Default |
|---|---|---|
KIKET_BASE_DOMAIN |
Canonical domain for the workspace | kiket.dev |
APP_HOST |
Hostname that serves the web app | KIKET_BASE_DOMAIN |
DOCS_HOST |
Documentation hostname | docs.${KIKET_BASE_DOMAIN} |
STATUS_HOST |
Status page hostname | status.${KIKET_BASE_DOMAIN} |
The platform automatically uses these values for URLs, email links, telemetry, and WebSocket connections.
DNS Setup¶
Point your custom domains to Kiket's infrastructure:
- Create CNAME records for your custom domains
- Configure HTTPS/TLS certificates (automatic via Let's Encrypt)
- Set the environment variables above in your deployment configuration
CLI / SDKs¶
Set KIKET_API_URL (CLI) or KIKET_BASE_URL (SDKs) to point at your custom domain. The command palette, workflows, and extensions automatically reference the correct URLs.