Deploy from your terminal
One command. Zero config. Your app is live.
$ curl -fsSL https://hostwares.com/install.sh | bash
$ cd my-nextjs-app
$ hw deploy
✓ Detected Next.js
✓ Deployed to my-nextjs-app.hostwares.app
✓ SSL provisioned
🟢 Live: https://my-nextjs-app.hostwares.app
Zero Config Deploy
Auto-detects Next.js, Vite, Python, Go, Docker — deploys with the right config automatically.
AI Built-In
hw ask "why is my site down?" — get instant diagnosis from your terminal.
Full Management
Sites, databases, env vars, domains, logs — everything without opening a browser.
# All commands
hostwares deploy Deploy current project
hostwares list List all sites
hostwares status my-app Check site status
hostwares logs my-app View deploy logs
hostwares restart my-app Restart
hostwares env my-app set K=V Set env var
hostwares domain my-app x.com Set domain
hostwares db create mydb Create database
hostwares ask "..." Ask AI anything
hostwares chat Interactive AI chat