Skip to main content

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:

SurfaceDescription
FrontendThe URL of your live application. Click the open icon to launch it.
BackendThe API URL. Add /documentation to open the Swagger API docs.

Seed data

Run these optional seeders after the app is live:

ActionDescription
Deploy Seed DataIf 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 SeedIf 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:

FieldDescription
StatusLIVE while the deployment is running.
Generated ByThe team member who published.
Deployed AtWhen the deployment went live.
Expires AtWhen the deployment is automatically deleted.
Extend ExpiryClick 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.