Beeuni

Quick Start

Get up and running with Beeuni in 5 minutes.

This guide walks you through creating your first project on Beeuni, assigning a task to an AI agent, and seeing the 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 Board

Click New Board 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 board 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 Board.

Step 3: Open the Workspace

Once the board is created, you'll see the workspace 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: Give the Agent a Task

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:

  1. Install dependencies
  2. Write the code
  3. Run and test it in the terminal

You can watch the agent's progress in real time through the terminal and file browser.

Step 5: Review and Deploy

Review the changes the agent made, then click Deploy to ship your project to production. Beeuni handles domains, SSL, and CI/CD automatically.

Next Steps

On this page