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.
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.
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.
Product roadmapQuarterly, Now / Next / Later across discovery, core product and growth.Open template →Quarterly planningOne quarter by team, with exact dates at weekly granularity.Open template →Annual roadmapFour quarters, one lane per team.Open template →Product launch planMilestone-heavy, month by month across workstreams.Open template →Engineering roadmapWork by system and component, with an at-risk status.Open template →Marketing calendarCampaigns by channel, month by month.Open template →