Documentation

Ship on Hostingsurge. Start with the task in front of you.

Quick starts for the common jobs, where each task lives in the dashboard and the CLI, and the references your tools and AI assistants read.

Quick starts

Each one takes a few minutes and ends with something live on a preview URL or your own domain.

Move a project from Vercel

Pick the project; settings, environment variables, domains, redirects and cron jobs come with it. Check it on a preview URL, then switch DNS.

Deploy from Git

Import a repository from GitHub, GitLab, Bitbucket or any Git host. Every push builds and deploys; roll back with one click.

Create a database

PostgreSQL, MySQL, MariaDB, Redis or MongoDB on the private network, attached to a project as an environment variable.

Add your domain

Add the domain to a project, set the DNS records exactly as shown, and the certificate is issued automatically.

Launch or move WordPress

Create a managed WordPress site, or bring one in from a backup plugin, cPanel or SFTP.

Connect your AI

Add Hostingsurge to Claude, ChatGPT, Cursor or VS Code over MCP and sign in — your assistant can deploy and debug for you.

From the terminal

The CLI covers the same tasks as the dashboard. Add --json to any command for scripts, CI and AI agents.

# Install and sign in
npm i -g https://hostingsurge.com/cli/hostingsurge.tgz
hostingsurge login

# Deploy the current directory to production
hostingsurge link
hostingsurge deploy --prod

# Move a Vercel project over
hostingsurge import vercel my-app

# Follow the runtime logs
hostingsurge logs --follow

Where things are

Every task in the dashboard and its CLI equivalent.

TaskDashboardCLI
Import from Vercel or NetlifyImport → Vercel / Netlifyhostingsurge import vercel <project>
Import any Git repositoryNew project → Import Git Repositoryhostingsurge import git <url>
Move a WordPress, cPanel or SFTP siteImport → WordPress backup / cPanel / SFTPhostingsurge import wordpress|cpanel|sftp <source>
Deploy and roll backProject → Deploymentshostingsurge deploy --prod
Environment variablesProject → Environment Variableshostingsurge env add <KEY> <value>
Custom domains and SSLProject → Domainshostingsurge domains add <host>
Build and runtime logsProject → Logshostingsurge logs --follow
Cron jobs and deploy hooksProject → Settingshostingsurge cron add · hostingsurge hooks add
Databases and backupsDatabaseshostingsurge databases create · backups · restore
WordPress updates and backupsWordPress → sitehostingsurge wordpress update · backups
Mailboxes and sendingEmailhostingsurge email domains · mailboxes · send
API tokens and AI connectionsSettings → Tokens · AI & MCPhostingsurge login --token <token>

References

Machine-readable descriptions for your tools and AI assistants.

REST API

Every endpoint under /api/v1, described as an OpenAPI document.

CLI

Install from hostingsurge.com; hostingsurge help lists every command and option.

MCP server

https://hostingsurge.com/mcp with OAuth sign-in for AI clients.

llms.txt

A plain-text overview of the platform written for AI agents.

Stuck, or moving something big?

Tell us what you are working on. We can also migrate a site, app or database for you.