Beeuni

Create a Board

Start a new project from scratch or import from GitHub.

A board is your project workspace on Beeuni. Each board gets its own cloud sandbox, file system, and terminal. Here's how to create one.

Creating a New Board

From the dashboard, click New Board. You'll see two options:

Start from Scratch

Creates a blank workspace with an empty file system. Use this when starting a brand-new project. The sandbox comes pre-configured with common development tools (Node.js, Python, Git, etc.).

Import from GitHub

Clone an existing repository into the workspace. Select a repository from your connected GitHub account, and Beeuni will:

  1. Clone the repo into the sandbox
  2. Detect the project type and framework
  3. Set up the workspace accordingly

Board Settings

When creating a board, you can configure:

  • Name — a human-readable name for the board (shown in the dashboard and Kanban view)
  • Repository — the GitHub repository to import (optional)

What Happens After Creation

When you create a board, Beeuni:

  1. Provisions a sandbox — a full Linux container with persistent storage
  2. Initializes the workspace — clones code if importing, sets up the file system
  3. Starts the environment — terminal, file browser, and chat become available

The sandbox persists across sessions — your files, installed packages, and running processes are preserved when you close the browser and return later.

Managing Boards

From the dashboard, you can:

  • Open a board to return to its workspace
  • Delete a board to remove the project and its sandbox

Each board operates independently with its own isolated environment.

On this page