1. Create Your Account

1

Sign Up

Go to obeya.cloud/register and create your account with email or OAuth.
2

Create Organization

Set up your organization name and URL slug. Your workspace will be available at your-org.obeya.cloud.
3

Invite Team

Add team members by email. Assign roles: Admin, Member, or Guest.

2. Create Your First Project

1

Create a Workspace

Workspaces help you organize related projects. Create one for your team or department.
2

Create a Project

Inside your workspace, create a project. Choose a default view (Board, Table, Timeline, or Calendar).
3

Add Items

Start adding tasks, issues, or any items to your board. Drag and drop to organize.

3. Customize Your Board

Click + Add Column to add fields like Status, Priority, Due Date, Assignee, or any of our 25+ field types.
Organize items into groups (e.g., “To Do”, “In Progress”, “Done”) with color-coded headers.
Use the view tabs at the top to switch between Board, Table, Timeline, Calendar, and Visual views.

Self-Hosted Setup

For self-hosted installations:
git clone https://github.com/obeya-cloud/obeya.git
cd obeya-cloud
cp .env.example .env
docker compose -f docker/docker-compose.yml up -d
pnpm install && pnpm db:push && pnpm db:seed
pnpm dev
Self-hosted requires Node.js 20+, pnpm 9+, and Docker.