Docs / Getting started / Quickstart

Quickstart

Get a board with realtime collaboration running in under three minutes. No installation, no card.

1. Create your account

Head to register. Pick Personal if you want a free workspace just for yourself, or Team to invite colleagues. You can always create a second workspace later — accounts are not tied to a single workspace.

Tip. If you have a promo code, append ?promo=YOURCODE to the registration URL — we'll save it and apply it at checkout.

2. Pick a starting template

The personal onboarding offers four templates: Personal todos, Reading list, Side project, or an empty board. Each one provisions a real board you can immediately edit, share, and rename.

# Or skip templates entirely:
POST /api/v1/boards
{
  "name": "My first board",
  "lists": ["To do", "Doing", "Done"]
}

3. Invite teammates

Open the Members tab in workspace admin. Invites are email-based with a 14-day expiry. Personal workspaces don't have invites — they're solo by definition.

  • Admin — full access including billing and member management
  • Member — full access to assigned boards, can create boards if permitted
  • Guest — single-board access (Team plan and up)

Keyboard shortcuts

Most navigation works without a mouse:

  • ⌘K — open command palette
  • N — new card on focused list
  • / — focus search
  • G then B — go to board picker

Next steps

  • Learn about the 5 views — Board, Calendar, Gantt, Table, List
  • Configure custom fields for your workflow
  • Connect Slack for inline notifications