Connect GitHub
When you first open Apps, Nixopus walks you through setting up the GitHub App. This creates a GitHub App on your account and installs it on the repositories you choose. See the GitHub integration guide for details.
Pick a repo
Click Create from the apps list. You’ll see your connected repositories — search or sort to find the one you want, then select it.
Deploy via chat
Selecting a repo takes you to the AI Chat with a pre-filled prompt. Hit Enter and Nixopus analyzes your codebase, generates the right build configuration, and deploys your app automatically.
Self-hosted users who need full control over build configuration can use the deploy form instead. This lets you manually set the build pack, Dockerfile path, environment variables, domains, and pre/post run commands.
App detail tabs
After deploying, your app’s detail page has these tabs:| Tab | What’s there |
|---|---|
| Monitoring | Deployment overview, health check status, deployment health chart |
| Configuration | Build settings, domains, environment variables |
| Deployments | Deploy history, logs for each deployment |
| Workflows | AI-powered deployment workflows |
| Resources | Running containers, images, start/stop/restart |
| Logs | Real-time container logs |
Next steps
- Set environment variables for your app.
- Enable auto-deploy on every push.
- Configure health checks to monitor uptime.