TL;DR

Thorsten Meyer AI has presented Threlmark as an open-source roadmap tool whose core contract is a plain JSON file stored on the user’s disk. The project frames that design as a local-first alternative to SaaS roadmap tools that keep plans inside vendor databases and APIs.

Thorsten Meyer AI has introduced Threlmark, an open-source roadmap tool that stores the plan as a plain JSON file on the user’s disk, a design the project says is meant to reduce dependence on vendor databases, SaaS APIs and proprietary roadmap formats.

The Day 7 Built in Public dispatch describes Threlmark’s central product decision as “disk is the contract.” According to the source material, the roadmap is not treated as data that lives behind a hosted service. It is a structured JSON file that the user owns locally, while the kanban board acts as a view over that file.

The project is described as open source under the MIT license and available at threlmark.com. The source says the same file can be read and written by the Threlmark interface, other tools and automated agents, provided they honor the JSON structure. The stated aim is to make the file format the integration point, rather than requiring an SDK, webhook, hosted API or vendor account.

Threlmark is also described as a scored kanban system. Items carry priority scores, allowing the board to rank work rather than present every task as equal. The dispatch says Threlmark is part of a larger “operator portfolio” and is linked to IdeaClyst, another project in the series, whose verdicts can become scored roadmap items.

Built in Public · Day 7 / 19 ThorstenMeyerAI.com · the operator portfolio
The Decision Layer · Day 07 Dispatch

Threlmark — disk is the contract

The roadmap is a plain JSON file on your disk. The board is just a view over it — and your tools and your agents read and write the same file directly.

01 One file. Everything reads & writes it.
Threlmark UI+ your tools
{ }
roadmap.json
the contract
Agentsread · act · write
read → act → write · no API, no lock-in — a plain file any program can honor
Backlog
Bulk CSV importer
score 49
Niche export format
score 58
Scored← council
Build: validated idea X
score 87
Build: validated idea Y
score 74
Doing
Ship feature Z
score 91
Done
Launch W
✓ shipped
1 filethe whole roadmap, on disk scoredevery item ranked MITopen source · agent-readable
02 Why a file beats a database here
JSON
the contract is a file format, not a vendor — anything that reads JSON is a client.
own it
a text file you own, that outlives any tool — no API, no rate limit, no lock-in.
agent-native
the roadmap is a shared workspace — humans and agents write to the same file.
03 The thesis the whole series inherits
01
Local-first
The roadmap is literally a file on your machine — not a row in someone else’s database.
02
Provider-agnostic
The contract is a format, not a vendor. Any agent, any tool that speaks JSON is first-class.
03
Non-developer build
Radical simplicity by design — the least lock-in-prone thing there is: a plain file.
04
Edit by subtraction
Scoring forces ranking. A board where everything is “high priority” has no priorities.
04 The operator constellation
18 products · one foundation
Today: Threlmark lit — where the council’s verdicts become an ordered plan. IdeaClyst → Threlmark.
Content
DojoClaw
RoundupForge
Stenvrik
ChannelHelm
IdeaNavigator
Decision
IdeaClyst
Threlmark
Outcome-First
Platform
Grimfaste
Delvasta
Open / Reg
Glasspane
QAtrial
Markets
Polybot
TradingAgents
Defense / Intel
Argus
VigilSAR
VigilSAR-Bench
Diagnostic
World Model Readiness
Local-first · Provider-agnostic foundation

Independent commentary, produced with AI assistance under human editorial oversight. The views are the author’s own and may change. Threlmark is open source under MIT, provided “as is” without warranty; see the repository LICENSE. Automated agents that read and write the roadmap file may introduce errors — treat agent writes as changes to review, not facts to trust. Product and company names are trademarks of their respective owners; mention does not imply endorsement.

ThorstenMeyerAI.com · Built in Public · Day 7 of 19 · © 2026 Thorsten Meyer

Roadmaps Built Outside SaaS

The announcement matters for readers who rely on roadmap and project planning tools but want more control over operational data. Many commercial planning tools store roadmap data inside managed databases and expose it through product-specific interfaces. Threlmark’s file-based model is positioned as an alternative: the roadmap remains readable and portable even if the interface changes.

That approach may appeal to developers, small teams and AI-assisted operators who want agents or scripts to update planning data without negotiating a SaaS permission layer. The source argues that anything able to read and write JSON can become a client. That claim depends on the stability and clarity of Threlmark’s schema, which the source material does not fully detail.

The scoring feature also matters because it turns prioritization into part of the data model. Instead of relying only on manual ordering or labels such as “high priority,” Threlmark records a score on each item. The project frames that as a way to make trade-offs visible.

Amazon

JSON file editor for project management

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Day Seven Product Link

Threlmark was presented as Day 7 of a 19-day Built in Public series from Thorsten Meyer AI. The source describes the broader effort as an 18-product “operator constellation,” with local-first and provider-agnostic design as recurring principles.

Within that lineup, Threlmark is positioned as the place where decisions become an ordered plan. The source describes a flow from IdeaClyst to Threlmark: council-style verdicts from IdeaClyst are converted into scored roadmap items. That framing makes Threlmark less a standalone kanban board in the series and more the planning layer for other tools.

The project disclosure says the commentary was produced with AI assistance under human editorial oversight, that views are the author’s own, and that Threlmark is provided “as is” without warranty under its repository license.

“disk is the contract”

— Thorsten Meyer AI dispatch

pmxboard 4 Column Magnetic Kanban Board, Scrum Board Flex Whiteboard Kit. Agile Kit, 64 Magnetic Kanban Cards Kit, Scrum Cards Set. Project Management Board for Project Planning, Kanban Whiteboard Kit

pmxboard 4 Column Magnetic Kanban Board, Scrum Board Flex Whiteboard Kit. Agile Kit, 64 Magnetic Kanban Cards Kit, Scrum Cards Set. Project Management Board for Project Planning, Kanban Whiteboard Kit

✔ FULL AGILE MANAGEMENT BOARD SET. A special flexible Magnetic Agile Board comes with 64 pieces of Magnetic…

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Schema Details Still Limited

The source material does not provide the full JSON schema, release status, installation path, repository activity, supported platforms or whether Threlmark currently has production users. It is also not clear how the project handles concurrent edits, file conflicts, validation errors, backups or version control workflows.

The claim that there is “no API, no lock-in” is the project’s framing. The file-based model reduces one form of vendor dependence, but practical portability will depend on documentation, schema stability and whether other tools adopt or correctly implement the file contract.

Fretboard Roadmaps: The Essential Guitar Patterns That All the Pros Know and Use

Fretboard Roadmaps: The Essential Guitar Patterns That All the Pros Know and Use

Book Only

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Watch The File Contract

The next milestone for readers is the release or review of Threlmark’s full implementation details, including the JSON schema, validation rules and repository documentation. Those details will show whether the project can support the interoperability and agent workflows described in the Built in Public dispatch.

Teams evaluating the project should treat current descriptions as an announcement of design intent and product direction, not proof of operational maturity. The source’s own disclosure says agent-written changes should be reviewed.

task planner prioritization matrix,priority task list

task planner prioritization matrix,priority task list

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What is Threlmark?

Threlmark is described by Thorsten Meyer AI as an open-source roadmap and scored kanban tool that stores its roadmap data in a plain JSON file on the user’s disk.

What does “disk is the contract” mean?

It means the roadmap file itself is the shared interface. The Threlmark UI, other tools and agents are meant to read from and write to the same structured JSON file.

Is Threlmark a SaaS product?

The source material frames Threlmark as a local-first tool rather than a SaaS roadmap database. It says there is no SaaS API required for tools or agents to work with the roadmap file.

Is Threlmark open source?

Yes, according to the provided source material, Threlmark is open source under the MIT license and provided without warranty.

What is still unknown about Threlmark?

The source does not fully show the schema, platform support, release maturity, conflict handling or real-world adoption. Those details will matter for teams deciding whether to use it.

Source: Thorsten Meyer AI

This content is for general information only and is not financial, tax or legal advice. Consult a qualified professional for decisions about your money.
You May Also Like

Digital Wallet Interoperability: Why “Open Loop” Matters in 2025

Lifting barriers to seamless transactions, open loop digital wallet interoperability in 2025 promises a connected financial future—discover how it transforms your digital experience.

How Multi-Step Forms Enhance User Experience and Tripling Completions

Discover how breaking your form into multiple steps triples completion rates. Practical tips, real-world examples, and proven design tricks inside.