📊 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 system where the plan is a simple JSON file stored locally. This approach emphasizes data ownership, interoperability, and durability, contrasting with traditional SaaS tools.

Threlmark has introduced a new project management paradigm where the entire roadmap is stored as a plain JSON file on the user’s local disk, emphasizing data ownership and interoperability. This approach diverges from traditional SaaS-based tools by removing dependencies on external APIs and vendor lock-in, making the roadmap a durable, shareable artifact.

The core innovation from Threlmark is that the roadmap is a simple JSON file sitting on the user’s disk, which serves as the contract for project data. This file is structured in a known format, allowing any program that can read or write JSON to access or modify it without needing SDKs, webhooks, or API keys. The system supports scoring of tasks, enabling prioritized planning, and facilitates a live agent loop where human and automated agents can read and update the roadmap directly via disk operations. This design prioritizes local-first, provider-agnostic operation, ensuring that users retain control over their project data and avoid vendor lock-in. Threlmark emphasizes that this approach suits small teams or operators rather than large, real-time, multi-user environments, acknowledging its limitations in concurrent editing and conflict resolution. The system is open source under MIT license, with detailed internals available online.

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 Data Ownership and Interoperability

This development matters because it shifts control of project data from proprietary SaaS tools to the user, ensuring long-term access and compatibility. By using a plain JSON file as the contract, Threlmark enables seamless integration with any tool capable of handling JSON, reducing vendor lock-in and future-proofing project plans. For small teams or operators, this approach simplifies workflows, enhances durability, and supports automation through shared file access. However, it also limits real-time collaboration and conflict management, making it unsuitable for large, distributed teams needing concurrent editing.

Amazon

JSON file project management tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background on Roadmap Tools and Data Control

Traditional project management tools rely heavily on SaaS platforms with proprietary APIs, which can introduce vendor lock-in, deprecation risks, and data silos. The referral. How AI search severs the content-for-traffic contract that funded the open web. Recent discussions in the developer and project management communities have emphasized the importance of data ownership, interoperability, and simplicity. Threlmark’s approach aligns with open standards by making the roadmap a plain JSON file, echoing broader trends toward local-first and provider-agnostic systems. This shift responds to frustrations with API limitations, rate limits, and the difficulty of long-term data access.

“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’ makes this explicit and simple.”

— Thorsten Meyer, Threlmark

Amazon

local disk project planning software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Risks of the ‘Disk Is the Contract’ Model

While the approach offers durability and interoperability, it is less suited for large, distributed teams requiring real-time collaboration. Conflict resolution, concurrent editing, and permissioning are not inherently supported, which could pose challenges in multi-user environments. Additionally, the quality of the scoring system depends on proper setup, and misconfigured scores could mislead prioritization. There is also a risk that automated agents could corrupt the plan if not properly managed, necessitating guardrails and review processes. These limitations mean the system is best suited for small teams or operators rather than enterprise-scale project management.

Amazon

open source JSON roadmap editor

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Community Engagement

Threlmark plans to release the full open-source code and detailed documentation, encouraging community experimentation and integration. Future updates may include tools for conflict detection, version control, and enhanced multi-user support, although the core remains a local file. Users and developers are invited to contribute to the project, adapt it to their workflows, and explore how automation agents can best interact within this file-based ecosystem. Monitoring how the approach scales and addresses collaborative challenges will be key in upcoming months.

Amazon

version control for JSON project files

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?

It does not natively support real-time concurrent editing or conflict resolution. It is best suited for small teams or operators who update the file sequentially or use external tools for conflict management.

Can I integrate Threlmark’s roadmap with existing project management tools?

Yes. Since the roadmap is a JSON file, any tool capable of reading or writing JSON can be integrated, enabling flexible workflows and automation.

What are the risks of automating updates to the roadmap?

Automated agents can modify the file directly, which introduces risks of corruption or misconfiguration. Proper guardrails, review processes, and validation are recommended.

Is this suitable for large, multi-user teams?

Not currently. The system is designed for small teams or individual operators. Large teams requiring real-time collaboration may find it insufficient without additional conflict management tools.

Where can I learn more about Threlmark’s implementation?

Full details and the open-source code are available at threlmark.com, including a deep dive into the internals and usage guidance.

Source: ThorstenMeyerAI.com

You May Also Like

Why not yserver? It’s Xserver, but Rust-y.

Yserver, a new Rust-based display server, has been released as a lightweight alternative to Xorg, supporting Linux and some BSDs, but with limited features.

When a Content Network Starts Publishing to Itself

A large content network’s automated system is self-publishing unevenly, favoring a few sites and neglecting others, revealing hidden systemic issues.

Disk Is the Contract: Inside Threlmark’s Local-First Architecture

Threlmark treats local disk storage as the definitive source of truth, simplifying sync, enhancing offline use, and improving data portability through a local-first design.

Three Public Vulnerabilities. Chained.

A chain of three publicly documented vulnerabilities enabled a supply-chain attack on TanStack npm packages, exploiting trust boundaries and automated workflows.