Overview
If you need to run superun Cloud in your own intranet environment and ensure business data never traverses the public internet, you can opt for private / self-hosted deployment. superun offers two paths.Path 1: Self-hosted deployment (no technical support)
- Export the frontend code from the project during the development stage
- Deploy the code to your own server or a third-party hosting platform (e.g., Netlify, Vercel)
- Backend data, authentication, cloud functions and other capabilities that depend on superun Cloud need to be re-implemented by you
Path 2: superun enterprise private deployment (paid service)
superun deploys a node inside the customer’s intranet environment, so app generation and runtime both happen within the network and business data does not traverse the public internet. Basic prerequisites:- The customer provides an intranet server (compute resources)
- The required intranet access ports between the business app and the node are opened
- Basic network conditions are met (intranet reachability, access to the designated image registry, etc.)

