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:
- Clone the repo into the sandbox
- Detect the project type and framework
- 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:
- Provisions a sandbox — a full Linux container with persistent storage
- Initializes the workspace — clones code if importing, sets up the file system
- 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.