Getting Started
About 418 wordsAbout 1 min
2026-03-28
This guide walks you through installing CeeGee, running it for the first time, and creating your first workspace.
Requirements
- Node.js v20 or later
- pnpm v9 or later
- A modern web browser (Chrome, Firefox, Edge)
Installation
git clone <repo-url> ceegee
cd ceegee
pnpm installStarting the server
pnpm devCeeGee starts at http://localhost:3000. Open this URL in your browser to see the landing page, then click Launch App to enter the application.
Creating your first workspace
A workspace is the top-level container for your project. It holds all your channels, layers, elements, and assets.
- From the workspace hub (
/app), click Create Workspace. - Enter a name (e.g., "My Show") and optional description.
- The default resolution is 1920x1080 at 16:9 -- you can adjust this if needed.
- Click Create.
Your new workspace appears in the hub. From here you can:
- Click Producer to build your show structure (channels, layers, elements).
- Click Operator to control the live output (take/clear graphics).
First steps
Here's a typical workflow to get your first graphic on screen:
1. Set up the structure (Producer)
Navigate to the Producer view for your workspace.
- Create a channel -- this is an output bus (e.g., "Main Program").
- Create a layer on that channel -- layers control z-index stacking (e.g., "Lower Thirds" at z-index 10).
- Create an element on that layer -- pick a module type (e.g., "Basic Lower Third"), give it a name, and fill in the configuration fields.
2. Connect OBS
- In OBS, add a Browser Source.
- Set the URL to:
http://localhost:3000/o/<workspaceId>/channel/<channelId>(Replace the IDs with your actual workspace and channel IDs.) - Set the resolution to match your workspace (1920x1080 by default).
- The overlay background is transparent -- it composites over your video sources.
See OBS Setup for detailed instructions.
3. Go live (Operator)
Navigate to the Operator view for your workspace.
- Select your channel.
- Find the element you created.
- Click Take to bring it on screen. The graphic animates in.
- Click Clear to remove it. The graphic animates out.
Next steps
- Concepts -- understand workspaces, channels, layers, elements, and modules.
- Producer Guide -- detailed guide to building show structure.
- Operator Guide -- detailed guide to live show control.
- OBS Setup -- connect CeeGee to OBS Studio.