Configuration & CLI
# slivshost.json — deployment config (optional)
{
"name": "my-app",
"build": {
"command": "npm run build",
"output": ".next"
},
"env": {
"NODE_ENV": "production"
},
"routes": [
{ "src": "/(.*)", "dest": "/" }
]
}
# Or deploy via CLI
npx slivshost deploy --prod Next.js Vite Nuxt SvelteKit Astro Static HTML
Deployments
Domains & DNS
SSL & Security
Environment & config
Limits by plan
| Plan | Sites | Bandwidth | Deployments/mo |
|---|---|---|---|
| Starter | 1 | 10 GB | 100 |
| Pro | 10 | 100 GB | Unlimited |
| Business | Unlimited | 1 TB | Unlimited |
| Enterprise | Custom | Custom | Unlimited |