📊 Full opportunity report: Threlmark: Disk Is the Contract on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

Threlmark has announced a new roadmap approach where the plan is a JSON file stored locally, making it open, simple, and tool-agnostic. This shifts control from SaaS tools to users’ own files, enhancing durability and interoperability.

Threlmark has introduced a novel approach to project roadmapping, where the entire roadmap is represented as a plain JSON file stored locally on the user’s disk, eliminating reliance on SaaS APIs or vendor-specific tools. This approach is similar to the concepts discussed in Disk Is the Contract: Inside Threlmark’s Local-First Architecture. This innovation emphasizes ownership, durability, and interoperability, making the roadmap a simple, shared contract between humans and automation agents.

The core idea behind Threlmark’s approach is that the roadmap’s structure is defined by a known JSON format, which any program capable of reading or writing JSON can access. This means there is no need for SDKs, webhooks, or authentication, reducing vendor lock-in and increasing longevity of the data. The system also incorporates a scored kanban, where each task carries a priority score, enabling clear prioritization and trade-off visualization. Because the roadmap is a file, it can be read and modified by both humans and automated agents without intermediaries, creating a shared, live workspace. This design supports local-first and provider-agnostic principles, ensuring the plan remains accessible regardless of future tools or vendors. However, the approach does acknowledge limitations, such as challenges with concurrent editing and the risk of data corruption if agents miswrite the file. Threlmark emphasizes that this method is best suited for small teams or operators rather than large, enterprise-scale organizations.

Threlmark — Disk Is the Contract · Built in Public Day 7/19
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

Implications for Project Management and Data Ownership

This development matters because it shifts control over project plans from proprietary SaaS platforms to users’ own files, ensuring long-term access and reducing dependency on specific vendors. It promotes interoperability, simplicity, and durability, which are critical for teams valuing data ownership and resilience. However, it also introduces trade-offs, such as limited support for real-time collaboration and increased responsibility for managing data integrity, making it particularly relevant for small teams or operators seeking a lightweight, flexible solution.

Amazon

JSON file project management tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Roadmapping Tools and Open Data Principles

Traditional project management tools rely heavily on SaaS platforms with APIs, SDKs, and real-time collaboration features. For more on open data principles, see The referral. How AI search severs the content-for-traffic contract that funded the open web.. While these tools offer convenience, they often lock users into specific vendors, risking data loss if the platform shuts down or changes pricing. Threlmark’s approach builds on open data principles, emphasizing local storage and a shared file format—JSON—as the universal contract. This concept aligns with broader trends toward open source, data portability, and local-first design, offering an alternative to vendor lock-in and fostering long-term data sovereignty.

“A roadmap is only useful if the thing that updates it and the thing that reads it agree on where it lives. Threlmark’s ‘disk is the contract’ approach makes the roadmap a simple, shared file.”

— Thorsten Meyer, Threlmark

Amazon

local-first kanban board software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Risks of File-Based Roadmaps

It remains unclear how well this approach scales for large teams requiring concurrent editing and real-time collaboration. The risks associated with agent miswrites or data corruption are acknowledged but not fully quantified. Additionally, the impact on enterprise workflows and integrations with existing tools is still being evaluated, as the model favors smaller teams and operators rather than large organizations.

Amazon

interoperable project planning apps

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Development

Threlmark plans to release detailed documentation and open-source tools to support adoption of this model. Learn more about the underlying architecture in Threlmark: Disk Is the Contract. Future developments may include safeguards for concurrent editing, version control, and conflict resolution. The company also intends to gather user feedback to refine the system’s robustness and explore integrations with other project management tools, aiming to expand its applicability beyond small teams.

Amazon

version control for JSON project roadmap

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does this approach handle multiple users editing the roadmap simultaneously?

Currently, the model is best suited for small teams or operators. Handling concurrent edits at scale remains a challenge, and users should implement guardrails or review processes to prevent data corruption.

Can existing project management tools adopt this JSON file approach?

Yes, any tool that can read and write JSON can integrate with the roadmap, making it highly interoperable and open. However, full integration with complex enterprise tools may require additional development.

What are the main advantages over traditional SaaS roadmapping tools?

The primary benefits include ownership of data, durability beyond vendor platforms, simplicity, and flexibility. The roadmap is a portable, future-proof file, reducing lock-in and ensuring long-term access.

What are the main limitations of this approach?

It does not support real-time, multi-user collaboration at scale and carries risks of data corruption if not managed carefully. It is best suited for small teams or operators with manageable workflows.

Source: ThorstenMeyerAI.com

You May Also Like

E-Waste Crisis: What You Can Do About Your Old Electronics

Beware of the growing e-waste crisis—discover simple, impactful ways you can responsibly dispose of your old electronics and help make a difference.

Deepfakes 101: How to Tell If a Video Is Real or Fake

To spot a deepfake, look closely at facial movements, blinking patterns, and…

Go Green With Gadgets: Tips for a More Eco-Friendly Tech Life

Considering eco-friendly gadgets and sustainable habits can transform your tech life—discover how to make smarter, greener choices today.

Technology operations signal monitor: Show HN: Kage – Shadow any website to a single binary for offline viewing

Kage is a new tool allowing developers to shadow any website into a single binary for offline viewing, tested as a role-specific workflow for small software teams.