Skip to content
BoardOSData-driven whiteboard

A collaborative whiteboard
where every object is real data.

Sticky notes and shapes, yes — plus tables, charts, Gantt, Kanban, ER diagrams, code and a relational Hub. Thirty-three object types, all editable live with your team. Bind a chart or a shape to a table and it keeps itself current, then export in any of seventeen formats — Excel, PowerPoint, Visio, SQL — or read the whole board over the REST API.

No credit card required. Free for personal use. Built by Skillera.io.

What goes on a board

Sticky notesfree

Where most sessions start — and the only part a photograph would have captured.

object types on one canvas
33
shapes across 9 industry libraries
66
chart types, all data-driven
22
templates, each at three sizes
189
export formats, object and board
17
languages in the code engine
4

A relational database that lives on the canvas

Linked lists with twenty-one field types, a twenty-seven function formula engine, and six ways to look at the same records. Not a table object — a work system.

Timeline view

A Gantt over the same records. Typed dependencies — finish-to-start, start-to-start, finish-to-finish, start-to-finish — each with lag, plus baselines drawn under the live bar and a computed critical path.

Field types

  • text
  • long text
  • number
  • currency
  • percent
  • date
  • duration
  • single select
  • multi-select
  • status
  • checkbox
  • rating
  • person
  • email
  • url
  • file
  • relation
  • lookup
  • rollup
  • formula
  • sub-board

A relation points at another list. A rollup aggregates across it. A formula reads this record as [Field] or another list’s whole column as [List].[Field]. A sub-board field spawns a real, standalone board per row.

From a wall of notes to a work system
What the workshop actually produced. Text, and nothing else — sortable by nobody.

Charts and shapes that read live data

Three objects can read live data from another object on the board — charts, shapes and word clouds — and six can feed them: tables, sheets, Hub lists, Kanbans, polls and quizzes. A bound object re-derives itself every time its source changes, including when the change arrives from someone else in the room.

What can bind

  • Charts — to a table, sheet, Hub list, Kanban, poll or quiz, with Excel-style pivot aggregation on the way through: count, sum, average, min or max, grouped by one field and optionally split into series by another.
  • Shape labels and fills — to a single row, so a process diagram recolours itself from live status instead of somebody repainting boxes before the review.
  • Word clouds — to a text column, re-weighted as the column changes.

Conditional formatting

  • Shapes carry rules that switch fill and stroke on a bound value.
  • Hub lists carry list-wide rules that tint a record in every view at once — including date rules, so anything past today reads as overdue everywhere.
  • Gantt and Kanban highlight overdue work and carry red/amber/green status of their own.
The same three boxes, bound and unbound
A normal diagram. The fills mean whatever they meant on the day somebody set them.

Seventeen ways off the board

Each board object and the formats it exports as
objectexports as
TableCSV JSON XLSX
ChartCSV JSON PNG
GanttCSV JSON
KanbanCSV JSON
ER diagramSQL Mermaid
Process chartMermaid JSON CSV
HubCSV XLSX JSON ICS
CalendarICS CSV
WireframeHTML CSS
MapGeoJSON
InkSVG
Whole boardPPTX DOCX VSDX PDF

The whole board, at once

One slide per frame into PowerPoint. One page per frame into Word. Every tabular object as its own worksheet in a single Excel workbook. Or Visio, translated as true vector shapes with the connectors still glued — editable, not a raster paste.

  • PNG
  • PDF
  • PPTX
  • DOCX
  • XLSX
  • VSDX
  • JSON
  • Mermaid
  • ZIP

Or take the lot: an export-by-type archive with every object in its best format, a manifest.json containment tree, and summary CSVs of every object and connector on the board.

What each object turns into

ER diagram

schema.sql

Keys, constraints and the foreign key survive. Paste your own DDL back in and you get the diagram.

What goes on the canvas

Think

  • Sticky notes
  • Text & word art
  • Rich text
  • Markdown
  • Freehand ink
  • Images & GIFs

All free.

Diagram

  • 66 shapes, 9 libraries
  • Smart connectors
  • Flowcharts & Mermaid
  • Process charts
  • Sequence diagrams
  • SmartArt, trees & fishbone
  • ER diagrams

Structure

  • Tables
  • Spreadsheet
  • 22 chart types
  • Gantt with critical path
  • Interactive Kanban
  • Calendar
  • The Hub

Run the room

  • Frames as slides
  • Reveal builds & transitions
  • Laser, spotlight & pen
  • Live polls
  • Quizzes
  • Word clouds
  • Shared timer

Polls, quizzes and word clouds are free.

Bring the outside in

  • Video & web page embeds
  • Power BI & Tableau
  • Figma, Notion & Airtable
  • Google Docs, Sheets & Slides
  • Maps with 6 base layers
  • Wireframes to HTML/CSS
  • Equations & graphs

Control of the room, not just the file

Running a session

  • Focus spaces — admin-drawn regions in guided mode, which confines everyone to the current phase, or assigned mode, which gives each person their own. Late joiners can be locked out until admitted.
  • Private mode — nobody sees anyone else’s notes until the host reveals them.
  • Shared timer — event-based, so it stays in sync across everyone without ticking, with labels and laps.
  • Present mode — frames and explicit steps, seven transitions, and per-object reveal builds triggered on click, with previous, or after previous.

Who can do what

  • Four roles with a real capability matrix — a contributor edits contents but cannot create, move or delete — mirrored by database row-level security rather than hidden buttons.
  • Confidential objects redacted from viewers, or from viewers and editors, on a board you are still sharing.
  • Share links that carry a role and can expire or cap their own use count, with an access-request queue behind them.
  • Version history with manual and automatic snapshots, and restore.

Addressable by machines

REST data API

Mint a personal access token and read any board’s tables, Hub lists, sheets, Kanbans, Gantts and polls as addressable datasets, plus structure feeds for objects and connectors. A token never reaches further than its owner’s own board role.

curl -H "Authorization: Bearer $BOARDOS_TOKEN" \
  https://www.boardos.app/api/v1/boards

First-party MCP server

A JSON-RPC Streamable-HTTP endpoint. Point Claude, Cursor or any MCP client at it and your boards become context it can read.

  • list_boardsevery board the token's owner can reach
  • get_boardone board's full structure
  • get_datasetany tabular object on it, as rows

Installable as a web app with offline support, on the Microsoft Store, and as a Microsoft Teams app.

Where it gets used

Each of these arrives for one object and stays for the export.

  • Product & agile

    Run the sprint on a Kanban that is really a database, with WIP limits and swimlanes, then export the board straight into your tracker.

    Hub board view

  • Strategy & operations

    Map the process once as a process chart and edit it either as a diagram or as a table — same object, one source of truth, exports to Mermaid and CSV.

    Process charts

  • Teaching & training

    Build the lesson as frames, reveal it step by step with laser and spotlight, and check the room with a live quiz that shows the response spread.

    Present mode

  • Consulting & workshops

    Keep a client session on rails with focus spaces and private mode, hide commercials behind confidential objects, and leave with a Word document and a deck.

    Focus spaces

  • Engineering & data

    Design the schema on the canvas, get an AI review of it, export the DDL — or paste your existing DDL in and get the diagram back.

    ERD ↔ SQL

  • Marketing & campaigns

    Plan on a real calendar with recurring events and fiscal periods, wireframe the landing page, and export the calendar as an .ics your team can subscribe to.

    Calendar object

Free to start. Pro to go further.

Everyday whiteboarding is free. Pro unlocks the professional objects, AI and real-time editing. On Team you pay for editors and admins only — contributors and viewers need no seat, however many you invite.

Free

$0no card required

Everyday whiteboarding, free.

  • Unlimited personal boards
  • Sticky notes, text & shapes
  • Connectors, frames & swimlanes
  • Tables with CSV / JSON export
  • Use community templates
  • Join shared boards as contributor or viewer
Start free

Team

Per seatper editor / admin, monthly

Pro for everyone who creates — pay only for editors.

  • Everything in Pro, for every editor & admin
  • Contributors and viewers need no seat
  • Set it up yourself — buy seats, no sales call
  • Add or remove seats as your team changes
  • Shared team template library

Enterprise

Customcontact us

Control and scale for larger organizations.

  • Everything in Team, plus:
  • SSO / SAML & SCIM provisioning
  • Advanced governance & audit
  • Invoicing, custom terms & SLAs
  • Dedicated onboarding & support

SSO, SCIM and invoicing are on the roadmap — talk to us about timing.

Contact us

Sharing a board costs the people you invite nothing — Pro covers the host who’s building the collaboration.

Open a board. See what falls out of it.

Everything above is on the free tier or one click behind it. Nothing to install.