Deployments
HYPER Cloud provides temporary deployments for testing and demos. Deploy your project directly from Studio and access a live preview within seconds.
Go to Deployments in the left sidebar.
Deployment Overview
The Deployments screen shows all your active and past deployments:
| Column | Description |
|---|---|
| Name | Project name |
| Status | Deploying, Active, or Expired |
| Date | Deployment timestamp |
| Actions | Deploy project, View Details |
Click Refresh to update the status of active deployments.
Deploy from Studio
- Open your project in Studio
- Click Publish in the top-right corner
- The Code Analysis step runs automatically:
- "Perfect! No Issues Found" — You're ready to deploy
- Countdown shows "Proceeding to deployment in X seconds..."
- Click Continue to Deploy or wait for auto-proceed
- The deployment starts and shows status
Deployment Status
The deployment modal shows:
| Field | Description |
|---|---|
| Status | Not deployed, DEPLOYING, Active |
| Generated By | User who initiated deployment |
| Deployed At | Timestamp of deployment |
| Expires At | When the deployment will auto-delete |
| Extend Expiry | Click + to extend the deployment time |
Expiration
warning
Deployments are scheduled for automatic deletion 30 minutes after creation. Use the Extend Expiry button to keep deployments active longer.
Actions
| Action | Description |
|---|---|
| Deploy | Start a new deployment |
| Refresh | Check current deployment status |
| View Details | Open the deployment modal with full details |
Use Cases
- Testing — Quickly verify your configuration works
- Demos — Share a live preview with stakeholders
- Pre-sales — Show potential customers a working prototype
Related
- Deploy and Export — Download source code for self-hosting
- Studio Overview — Working inside a project