Skip to main content
The deploy agent handles the full deployment pipeline inside your editor. You tell it to deploy — it analyzes, configures, builds, and ships.

The deploy flow

1

Start a deploy

Open the Nixopus chat and type something like “deploy this project” or “go live.”
2

Codebase analysis

The agent scans your workspace — framework detection, dependency analysis, service discovery. It figures out what you’re building and how to deploy it.
3

Configuration generation

Based on the analysis, the agent generates a Dockerfile and any required compose configuration. If a Dockerfile already exists, it uses that.
4

Project creation

The agent creates a project on Nixopus (or uses an existing linked project) and pushes your configuration.
5

Deploy

Your app is built, deployed, and given a live URL with HTTPS. The agent streams build logs in the chat so you can follow along.