DocsLit Cloud
DocsLit Cloud is a managed hosting service for your documentation. Build and deploy with a single command — no hosting configuration, no CI/CD setup, no infrastructure management.
Get started
This opens your browser to authenticate. Your token is stored securely at ~/.docslit/config.json.
DocsLit builds your site, compresses it, and uploads it to the cloud. Your docs are live in seconds.
Commands
build internally, then uploads the result.
How it works
When you run docslit publish:
- DocsLit runs a full
buildof your site - The
dist/directory is compressed using fflate - The compressed archive is uploaded to the DocsLit Cloud API
- Your site is live at your project URL
~/.docslit/config.json with file permissions set to 0o600 (owner read/write only). Tokens are never stored in your project directory or committed to git.
When to use cloud vs self-hosting
| Feature | DocsLit Cloud | Self-hosting |
|---|---|---|
| Setup time | Instant | Varies |
| CI/CD required | No | Yes |
| Custom domain | Coming soon | Yes |
| Rollback | Built-in | Manual |
| Cost | Managed pricing | Your hosting cost |
For self-hosting options, see static hosting.