Documentation
Everything you need to deploy and manage your applications on Incolis.
Quick Start
Deploy your first application in under 2 minutes. No configuration files needed.
npm install -g incolis-cli incolis login incolis deploy
That's it. Incolis automatically detects your framework, builds your project, and deploys it to our global edge network.
Prerequisites
- Node.js 18+ or Python 3.8+
- A Git repository
- A Incolis account (free tier available)
Configuration
For advanced use cases, create a incolis.json file in your project root:
{
"build": {
"command": "npm run build",
"output": "dist"
},
"env": {
"NODE_VERSION": "20"
},
"regions": ["us-east", "eu-west", "ap-southeast"]
}Custom Domains
Point your domain to Incolis with a simple DNS change. Free SSL included.
incolis domain add example.com