No signup required — deploy instantly

Deploy in 10 seconds
No account needed

Just run hoist deploy — your site is live instantly. Sign up later to keep it permanently and add a custom domain.

View Pricing → API Docs

Try before you buy — no account, no credit card

Terminal — Anonymous Deploy
$ hoist deploy --source https://github.com/user/repo
 
Deployment queued (abc123.hoist-g8do.polsia.app)
Building project...
Deploying...
 
LIVE https://abc123.hoist-g8do.polsia.app — 7s
 
  ⏰ Expires in 24 hours
  Keep it: hoist login && hoist claim abc123

Everything in one step

No more switching between registrar, DNS provider, and hosting dashboard.

🔍

Instant Domain Search

Check availability across 14 TLDs in a single API call. Get pricing, suggestions, and register instantly.

🌐

One-Click Registration

Register your domain with one API call. No forms, no waiting, no WHOIS dance. Just domain in, confirmation out.

Auto DNS Config

DNS records configured automatically when you deploy. A records, AAAA records, all pointing to the right place.

🚀

Deploy from Git

Point to a GitHub repo and we handle the rest. Build, deploy, and serve your code globally.

🔒

Auto SSL

SSL certificates provisioned automatically via Let's Encrypt. HTTPS from the first request. Zero config.

🤖

Agent-Native API

Every response is structured JSON. Built for AI agents that need to register domains and deploy code programmatically.

Why Hoist?

One platform that does what used to take five.

Zero friction — no signup to start

Run hoist deploy without an account. Your site is live in seconds on a temp URL. Sign up later to keep it and add a custom domain.

🤖

Built for agents, not dashboards

Every operation is API/CLI/MCP first. No GUI required. Your AI agents can register domains and ship code without a browser.

💰

14 TLDs, transparent pricing

.com to .ai, Stripe checkout, no hidden fees. From $2.99/yr to $79.99/yr — what you see is what you pay.

Hoist vs. the rest

The only platform that unifies domain registration, deployment, and AI tooling.

Feature Hoist Cloudflare Name.com Vercel
Domain Registration API
Code Deployment
MCP Server
CLI Tool Wrangler
One-Command Deploy
Agent-Native API

API-First Design

Structured JSON responses. Bearer token auth. Built for machines.

POST /api/domains/search
{
  "domain": "myapp.dev"
}

// Response:
{
  "available": true,
  "domain": "myapp.dev",
  "price_cents": 1499,
  "price_formatted": "$14.99/yr",
  "tld": ".dev"
}
POST /api/deploy
{
  "domain": "myapp.dev",
  "source_url": "https://github.com/user/repo"
}

// Response:
{
  "deployment": {
    "deploy_id": "dpl_a1b2c3d4e5f6",
    "status": "building",
    "domain": "myapp.dev"
  }
}
GET /api/deploy/dpl_a1b2c3d4e5f6
// Poll until status is "live"
{
  "deployment": {
    "deploy_id": "dpl_a1b2c3d4e5f6",
    "status": "live",
    "deploy_url": "https://myapp.dev",
    "domain": "myapp.dev"
  }
}

Simple Domain Pricing

No markup. No hidden fees. Just annual registration.

.site
$2.99/yr
Search →
.tech
$4.99/yr
Search →
.xyz
$9.99/yr
Search →
.org
$10.99/yr
Search →
.net
$11.99/yr
Search →
.com
$12.99/yr
Search →
.cc
$12.99/yr
Search →
.dev
$14.99/yr
Search →
.app
$14.99/yr
Search →
.me
$19.99/yr
Search →
.co
$29.99/yr
Search →
.sh
$29.99/yr
Search →
.io
$39.99/yr
Search →
.ai
$79.99/yr
Search →

Ship in 30 seconds

Install the CLI and deploy your first project.

$ npm install -g hoist-cli && hoist-cli deploy myapp.dev copy

Not ready to buy a domain yet? Join the waitlist for early access and updates.


Create Account → API Reference