HostStack Docs
HostStack Documentation
Concrete guides for deploying, scaling, and operating web services, managed databases, and cron jobs on European infrastructure. No fluff — just the commands, flags, and references you came here for.
Deploy in four commands
bash
npm install -g @hoststack.dev/cli
hoststack login --key hs_live_...
hoststack projects create --name "My Project"
hoststack services create --name my-app --type web_service --project prj_...Then hoststack deploy trigger <service-id> to ship a build. Full flags in the CLI reference.
Start here
- Getting Started — Create an account, project, and deploy your first service
- Deploying Your First App — Supported runtimes, build commands, and health checks
- CLI Reference — Install and use the HostStack command-line tool
- SDK Reference — TypeScript SDK for programmatic access
- Custom Domains — Add domains, configure DNS, and SSL certificates
- Environment Variables — Set, manage, and secure environment variables
- Managed Databases — PostgreSQL, MySQL, MariaDB, MongoDB, and Redis provisioning
- Billing & Plans — Plans, pricing, usage tracking, and payment