Publish
Deploy a temporary live instance of your application to the HYPER cloud, making your latest changes live and accessible to all users.
The Publish button is in the top-right corner of the Studio interface. Click it to open the Deploy to HYPER cloud panel.
Pre-deploy analysis
When you publish, Hyper runs a pre-deploy analysis to check your configuration for issues (for example, reserved keywords in field names).
- All checks passed — Proceed to deploy.
- Issues found — Review the suggestions, or click Resolve with Hyper AI to fix them automatically.
Your live app
Once the deployment is LIVE, the panel gives you two URLs:
| Surface | Description |
|---|---|
| Frontend | The URL of your live application. Click the open icon to launch it. |
| Backend | The API URL. Add /documentation to open the Swagger API docs. |
Seed data
Run these optional seeders after the app is live:
| Action | Description |
|---|---|
| Deploy Seed Data | If Sample Data is enabled, runs the Faker seeder to populate the app. Shows Not run yet until you run it; click Re-run to seed again. |
| Deploy RBAC Seed | If Dynamic RBAC is enabled, inserts the default roles and permissions into the live deployment's database. |
Deployment details
The panel also shows the deployment's status and controls:
| Field | Description |
|---|---|
| Status | LIVE while the deployment is running. |
| Generated By | The team member who published. |
| Deployed At | When the deployment went live. |
| Expires At | When the deployment is automatically deleted. |
| Extend Expiry | Click to add 30 minutes, up to a 2-hour maximum. |
Use Refresh to update the status, or Redeploy to rebuild and deploy the latest version.
note
Each deployment is automatically deleted 30 minutes after creation. Extend it up to a maximum of 2 hours.
Related
- Deployments — Manage your deployments
- Code — Export source code or back up your schema
- Settings → Security — Enable Dynamic RBAC for RBAC seeding