RoadmapstarOpen the editor

A roadmap you maintain in one place and paste straight into the deck.

Edit one list of items. See it as a table, a board or a timeline. Export a 3840 × 2160 image for a 16:9 slide. No account, and nothing is uploaded.

This timeline is live. Drag a bar, or drag its edge.

The same data, three ways

Table to maintain it, board to discuss it, timeline to present it. Every view reads the same items; nothing is copied between them.

Tableto maintain it
Boardto discuss it
Timelineto present it

Export for the deck

Pick PowerPoint 16:9 and you get a 3840 × 2160 PNG that fits the frame without cropping, always in the light theme.

  • PNG
  • SVG
  • CSV
  • Markdown
  • JSON
  • 4:3
  • Document width

PowerPoint 16:9 · 3840 × 2160 PNG · fits the frame, nothing cropped

Your file

A roadmap is one .roadmap.json file that you own. Open it in any text editor, email it, keep it in version control.

{
  "schemaVersion": 1,
  "title": "Platform 2026",
  "properties": [
    { "id": "stage", "label": "Stage", "type": "select",
      "options": [{ "id": "now", "label": "Now", "color": "blue" }] }
  ],
  "items": [
    { "id": "k3n8fq2p", "parentId": null,
      "values": { "title": "Call Auditor GA", "stage": "now",
                  "start": "2026-01-01", "end": "2026-03-31" } }
  ],
  "views": [{ "name": "All items", "type": "table" }]
}
  • No accountNo email, no login, no sign-up screen.
  • Nothing uploadedThe editor sends no roadmap content anywhere. Watch the network tab while you edit.
  • Works offlineOnce loaded, the editor needs nothing from the network.
  • Opens in any text editorPlain JSON with readable ids, so a diff makes sense.

Templates

Six starting points. Each opens straight into the editor.

Start with the sample roadmap. It is already on the wall.

Open the editor