Documentation
Product
Boards and Notes

Boards and Notes

Boards

A board is the top-level container for your canvas workspace.

Board properties

PropertyDescription
NameEditable in the board header
DimensionsFixed canvas area (very wide and tall)
OwnerFirst authenticated user to claim the board
Invited collaboratorsEmails added by the owner via the Share modal
Workflow phasesOptional PM lifecycle stages stored per-board

Board lifecycle

  1. Create — from the dashboard, give it a name
  2. Add notes — via the toolbar, canvas double-click, or AI
  3. Share — copy and send the board URL; invite collaborators via the Share modal
  4. Export — download a Markdown .md snapshot
  5. Import — restore from a .md file

If a board is unclaimed, the first authenticated user to open it may claim ownership.

Notes

Notes are the primary units of information on the board.

Note anatomy

FieldDescription
TitleBrief label displayed on the card
ContentFull Markdown body (edited in the overlay)
Positionx/y coordinates within the canvas
ColourVisual grouping: yellow, blue, green, pink, orange, or purple
Type / tagFree-text label (e.g. "Thought", "Epic", "Decision")
DescriptionShort AI-generated summary
RelationshipsLinks to related notes
CommentsDiscussion thread (view-only on Free)
Content versionsRolling history (last 3 versions)
PhasePM lifecycle phase this note belongs to
AnnotationsInline AI suggestions

Placeholder notes

Notes can be created as placeholders — ghost cards with a dashed border that intentionally signal missing information. Editing a placeholder's content automatically clears the placeholder flag.

Common note workflows

Create

  • Click Add note in the bottom toolbar.
  • Double-click empty canvas space.
  • Use AI chat to create notes via tool calls.
  • Import from a Markdown file or uploaded document.

Edit

  • Click a note card to open the document editor.
  • Edit the title and Markdown body.
  • Change the colour via the colour picker in the editor header.
  • Assign a phase via the phase picker.
  • Add or remove relationships.

Move and recolour

  • Drag a note card to reposition it on the canvas.
  • Drag threshold is 3 px to prevent accidental moves on click.
  • Use the colour swatch in the editor header or card header to recolour.

Versioning and revert

  • The system keeps the last 3 content versions per note.
  • Open the note overlay → click the Versions link to browse history.
  • Click a version entry to revert.

Delete and undo

  • Select a note and press Delete, or click the delete button on the card.
  • Immediately undo with Ctrl / Cmd + Z — this restores the note and re-syncs it.

Soft deletes

Notes are soft-deleted server-side (deleted_at timestamp). Deleted note IDs are included in sync responses so other clients can remove them.

See also