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 announces a novel approach to roadmapping: the roadmap is a plain JSON file stored locally, making it open, durable, and agent-friendly. This shifts control from SaaS tools to users’ own files.

Threlmark has launched a new approach to roadmapping, where the entire plan resides as a plain JSON file on the user’s disk, making it accessible, durable, and open for integration without relying on SaaS APIs.

The core innovation from Threlmark is that the roadmap is a simple JSON file stored locally, which acts as the contract for all tools and agents interacting with the plan. This approach eliminates dependency on proprietary SaaS APIs, enabling any program capable of reading or writing JSON to access and modify the roadmap. The design prioritizes interoperability, durability, and user ownership, with the roadmap serving as a shared, version-controlled artifact. The system also includes a scored kanban board where each item is prioritized by a score, facilitating clear decision-making and trade-offs. This setup allows both humans and automated agents to read and update the plan directly via file operations, creating a live, collaborative workspace.

Threlmark emphasizes that this method is well-suited for small teams or operators who prefer local control over their planning data, acknowledging that it does not support multi-user real-time editing or large-scale permission management typical of SaaS tools. The open-source project is available under MIT license at threlmark.com, with detailed documentation explaining its internals and usage.

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 of ‘Disk Is the Contract’ for Roadmapping

This approach fundamentally shifts control over planning data from SaaS vendors to users, ensuring long-term access, interoperability, and reduced lock-in. It enables automated agents to participate directly in plan updates, streamlining workflows for small teams and operators. However, it also introduces limitations in real-time collaboration and conflict resolution, making it suitable primarily for smaller-scale use cases. For organizations seeking open, durable, and flexible planning tools, this model offers a compelling alternative to traditional SaaS solutions, emphasizing ownership and simplicity.
Amazon

JSON file editor for project planning

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background and Evolution of Roadmapping Tools

Traditional roadmapping tools are often SaaS-based, offering real-time collaboration, permissioning, and conflict management. While effective for large teams, these solutions can lead to vendor lock-in, limited data ownership, and dependency on proprietary APIs. Threlmark’s approach challenges this paradigm by proposing a local, file-based method rooted in open standards. The concept aligns with broader movements toward local-first, open data, and interoperability in software design. The idea of using plain files for operational data has gained traction in recent years, especially among small teams and operators seeking control over their data without relying on cloud services.

“A roadmap that lives inside your disk and is just a JSON file fundamentally changes how you control and integrate planning data. It’s about ownership, durability, and simplicity.”

— Thorsten Meyer, Threlmark founder

Amazon

local JSON roadmap management tool

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

It is not yet clear how well this approach scales for larger teams or complex projects requiring real-time collaboration, conflict resolution, or permission controls. The system’s reliance on file-based updates may introduce risks of data corruption or inconsistency if multiple agents or users modify the file simultaneously without guardrails. Additionally, the effectiveness of scoring and prioritization depends heavily on how accurately scores are set, which could lead to suboptimal planning if misused. The approach is primarily designed for small teams or operators and may not suit enterprise-level needs requiring robust collaboration features.

Free Fling File Transfer Software for Windows [PC Download]

Free Fling File Transfer Software for Windows [PC Download]

Intuitive interface of a conventional FTP client

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Development of the Approach

Threlmark is expected to release detailed documentation, including best practices for managing and safeguarding the JSON roadmap file. The community may begin experimenting with integrations, testing the approach in real-world scenarios. Future updates could include tools for conflict detection or multi-user editing, addressing current limitations. Monitoring how small teams adopt this model will inform potential enhancements and broader applicability. Threlmark also plans to engage with open-source contributors to expand the ecosystem of tools that can work with the JSON contract.

Amazon

Kanban board software with JSON export

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does this approach compare to traditional SaaS roadmapping tools?

Unlike SaaS tools that store data on proprietary servers, Threlmark’s method keeps the roadmap as a local JSON file, giving users ownership, durability, and interoperability without vendor lock-in.

Can multiple people edit the roadmap simultaneously?

Not easily. The file-based approach is best suited for small teams or operators; it does not inherently support real-time collaboration or conflict resolution, which are typical features of SaaS tools.

What are the security implications of using a local JSON file?

Security depends on how the file is managed. Since it’s stored locally, users retain control over access, but they must implement safeguards against accidental corruption or unauthorized modification.

Is this approach suitable for enterprise or large-scale projects?

Currently, it is primarily designed for small teams or operators. Large organizations needing advanced collaboration, permissioning, and audit trails may find the method limited without further development.

Source: ThorstenMeyerAI.com

You May Also Like

The Deploy Button Became the Bottleneck — and Cloudflare Just Bought the Build Step

Cloudflare’s acquisition of VoidZero aims to streamline build-to-deploy workflows, addressing the shift in software development speeds driven by AI coding tools.

Operational SOP drift detector for franchise operators

A new SOP drift detection tool for multi-location franchise operators is being tested to identify procedural deviations and maintain consistency.

Right-sized planning checklist for 30-guest weddings

A new scaled-down wedding planning checklist for 30 guests is being tested to simplify micro-wedding preparations, targeting couples seeking intimacy and affordability.

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

Threlmark adopts a local-first, file-based architecture where disk is the single source of truth, enabling portable, inspectable, and restartable project management.