Threlmark: Disk Is the Contract

📊 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 approach to roadmaps, where the plan is a plain JSON file stored locally, making it simple, durable, and vendor-agnostic. This shifts the way teams and agents coordinate on project planning.

Threlmark has introduced a novel approach to project roadmaps, where the entire plan is stored as a plain JSON file on a user’s local disk, making it accessible, durable, and free from SaaS dependencies. This approach is discussed in detail in Disk Is the Contract: Inside Threlmark’s Local-First Architecture. This shift aims to simplify integration and reduce vendor lock-in for small teams and operators.

The core idea is that the roadmap’s contract is the JSON file itself, which any program capable of reading and writing JSON can access. This means no SDKs, webhooks, or API tokens are needed; the file’s structure is the integration point. The approach emphasizes local-first, provider-agnostic operation, ensuring the roadmap remains accessible beyond any single tool or vendor.

Threlmark’s system also incorporates scoring of tasks, which enforces prioritization and helps teams focus on what matters most. The roadmap is designed to be a shared workspace for both humans and automated agents, where updates happen directly via file operations, creating a live, collaborative environment. However, this simplicity comes with trade-offs, such as limited support for concurrent multi-user editing and conflict resolution, which are acknowledged by the developers.

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

Why ‘Disk Is the Contract’ Changes Roadmap Management

This approach offers significant advantages in terms of data durability, interoperability, and ownership. By owning the roadmap file, teams avoid vendor lock-in and can maintain control over their planning data long-term. It also simplifies integration with various tools and agents, fostering automation and reducing complexity.

However, it also means sacrificing some features of traditional SaaS tools, such as real-time collaboration and conflict management, making it more suitable for small teams or operators managing their own infrastructure. The method encourages disciplined scoring and review processes to mitigate risks of misprioritized tasks or accidental data corruption.

Amazon

JSON file editor for project management

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background and Rationale for a Plain File Roadmap

Traditional project management tools rely on SaaS platforms with APIs and real-time collaboration features, which can lead to vendor lock-in and dependency on external services. For a deeper understanding of how this approach differs, see Disk Is the Contract: Inside Threlmark’s Local-First Architecture. Threlmark’s approach challenges this by proposing a simple, open standard: a JSON file that serves as the single source of truth. This concept aligns with principles of local-first computing and open data, emphasizing durability and interoperability.

The idea builds on existing concerns about SaaS dependency and data ownership, offering a lightweight alternative that can be integrated with any tool capable of handling JSON. The approach is particularly tailored for small teams, operators, or those seeking maximum control over their planning artifacts.

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

— Thorsten Meyer, Threlmark

Amazon

local-first project roadmap software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Collaboration and Conflict

It remains unclear how well this approach scales for large, distributed teams requiring real-time collaboration and conflict resolution. The system’s reliance on manual file management could pose challenges in multi-user environments, especially with concurrent edits or complex workflows. The developers acknowledge these limitations but have not yet detailed solutions for such scenarios.

Amazon

version control tools for JSON files

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 tools to facilitate integration with existing workflows. Learn more about the underlying concepts in The referral. How AI search severs the content-for-traffic contract that funded the open web. Future updates may include features for version control, conflict resolution, and enhanced multi-user support. The company also intends to gather user feedback to refine the system for broader use cases beyond small teams.

Amazon

collaborative JSON editing tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Threlmark’s approach differ from traditional roadmap tools?

Instead of cloud-based APIs and SaaS platforms, Threlmark uses a plain JSON file stored locally as the single source of truth, enabling direct read/write access by any compatible tool or agent.

What are the main advantages of using a disk-based roadmap?

Ownership, durability, interoperability, and avoiding vendor lock-in are key benefits. The approach ensures your plan remains accessible regardless of external service changes.

Are there any limitations to this method?

Yes. It is less suited for large, distributed teams needing real-time collaboration or conflict resolution. Managing concurrent edits requires careful coordination.

Can this system support automation and AI agents?

Yes. Since agents can read and write JSON files directly, automation is straightforward, making it easy to integrate with AI or scripting tools.

Small teams, operators, or individuals seeking a simple, durable, and owner-controlled roadmap system with minimal dependencies.

Source: ThorstenMeyerAI.com

You May Also Like

Trade voice copilo

A new voice copilot for tradespeople is being tested, aiming to streamline job note-taking and invoicing, potentially saving hours daily.

RoundupForge: The Data Layer

Discover how RoundupForge’s open-source data layer transforms product recommendations at scale through structured, ranked, and deduplicated data across 21 Amazon marketplaces.

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 enabling portability without traditional databases.