Overview
Deploy Hyperterse to production environments. Choose how you want to run it and where you want to host it.
Preparing for deployment
Section titled “Preparing for deployment”The hyperterse export command is the recommended first step for any deployment:
hyperterse export -f config.terse -o distWhy export?
Section titled “Why export?”- No CLI required — The script runs standalone
- Optimized — Production-ready deployment
- Portable — Move between environments easily
- Secure — Credentials handled via environment variables
How to deploy
Section titled “How to deploy”Choose your deployment method:
Docker Containerized deployment for portability.
Kubernetes Orchestrated deployment for scale.
Bare metal Direct deployment on servers.
Where to deploy
Section titled “Where to deploy”Choose your hosting platform:
AWS Deploy on Amazon Web Services.
Google Cloud Deploy on Google Cloud Platform.
Azure Deploy on Microsoft Azure.
Cloudflare Deploy at the edge with Cloudflare.
Vercel Serverless deployment on Vercel.
Railway Simple deployment with Railway.
DigitalOcean Deploy on DigitalOcean.
Quick start
Section titled “Quick start”Docker quick start
Fastest path to production with containers.