Quick Start
Get up and running with Beeuni in 5 minutes.
This guide walks you through creating your first project, assembling your AI team, and watching them deliver results.
Step 1: Sign Up
Go to beeuni.com and sign in with your GitHub account. This also connects your GitHub repositories for easy importing.
Step 2: Create a Company
Click New Company from the dashboard. You can:
- Start from scratch — an empty workspace with a fresh sandbox
- Import from GitHub — clone an existing repository into the workspace
Give your company a name and click Create. Beeuni will provision a cloud sandbox with a full Linux environment, ready for development.
For detailed options, see Create a Company.
Step 3: Your Project is Ready
Once the company is created, you'll see your project dashboard with:
- Terminal — run any command in the cloud sandbox
- File browser — view and edit project files
- Chat — talk to the built-in AI agent
Step 4: Assign Work to Your Team
Open the chat panel and describe what you want to build. For example:
Create a simple Express.js server with a health check endpoint at /api/health
The agent will:
- Install dependencies
- Write the code
- Run and test it in the terminal
You can watch your team's progress in real time through the terminal and file browser.
Step 5: Review and Deploy
Review the changes your team made, then click Deploy to ship your project to production. Beeuni handles domains, SSL, and CI/CD automatically.