Deploy
Ship your project to production with one click.
Beeuni includes built-in deployment, so you can go from code to production without leaving the platform.
One-Click Deploy
When your project is ready, click the Deploy button in the workspace. Beeuni will:
- Build your project using the detected framework and build command
- Deploy the built output to Beeuni's hosting infrastructure
- Assign a URL where your project is live
The entire process takes seconds for most projects.
Supported Frameworks
Beeuni auto-detects your project type and configures the build accordingly. Supported frameworks include:
- Next.js — static and server-side rendering
- React (Vite, Create React App)
- Vue.js
- Static sites — HTML, CSS, JavaScript
- And more
Deployment Logs
During deployment, you can view real-time build logs to monitor progress and debug any issues. Logs include:
- Dependency installation output
- Build command output
- Deployment status updates
Custom Domains
After deploying, you can configure a custom domain for your project. Beeuni handles SSL certificates automatically.
Redeploying
When you make changes and want to update the live site:
- Make your changes (manually or via an agent)
- Click Deploy again
- The new version replaces the old one
You can also set up auto-deploy workflows where agent changes are automatically deployed after approval.
Agent-Driven Deployment
The deployment workflow integrates naturally with AI agents:
- An agent completes a task (e.g., building a feature)
- You review the changes
- Click Deploy to ship
- The agent can then move on to the next task
This creates a smooth loop of agent work → human review → deploy.