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
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
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.