Back to Home

Documentation

Everything you need to deploy and manage your applications on Hextiny.

Quick Start

Deploy your first application in under 2 minutes. No configuration files needed.

npm install -g hextiny-cli
hextiny login
hextiny deploy

That's it. Hextiny automatically detects your framework, builds your project, and deploys it to our global edge network.

Prerequisites

Configuration

For advanced use cases, create a hextiny.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 Hextiny with a simple DNS change. Free SSL included.

hextiny domain add example.com