This guide takes you from a fresh Nubo account to a running app served over HTTPS.Documentation Index
Fetch the complete documentation index at: https://docs.withnubo.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you start
You’ll need:- A Nubo account
- The Nubo GitHub App installed on the repo you want to deploy
1. Create a Project
A Project is the top-level container for your app. Create one from the dashboard and give it a name.2. Deploy a Frame
Inside your Project, click New Frame. Pick the repo you want to deploy and the branch to track, then set the port your app listens on. Nubo detects your language automatically, so you don’t need a Dockerfile. If your app starts withnpm start, python manage.py runserver, go run, or anything similar, it’ll just work.
The build kicks off immediately. You can follow along in real time from the Frame’s log panel.
3. Open your app
Once the build finishes, your Frame is live at its auto-assigned subdomain (something likemy-app-a3f2.nubo.onl). Click the URL in the dashboard to open it.
To redeploy, trigger a new build from the dashboard or via the API.
Next steps
Environment variables
Inject config at build and runtime
Custom domains
Serve your Frame at your own hostname
Deployments
How Nubo builds, deploys, and rolls back
Deployment guides
Framework-specific walkthroughs
