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

TL;DR

Threlmark announces a new approach to roadmaps: the plan is a JSON file stored locally, making it open, vendor-agnostic, and easily accessible by any tool that reads JSON. This shifts control from SaaS tools to users’ local files, emphasizing durability and interoperability.

Threlmark has introduced a new approach to project roadmaps, where the plan is a plain JSON file stored on the user’s local disk, replacing traditional SaaS-based tools. This approach is related to disk is the contract philosophy. This method emphasizes ownership, interoperability, and durability, making the roadmap accessible and editable without reliance on vendor APIs or cloud services.

Threlmark’s new product philosophy is encapsulated in the phrase ‘disk is the contract.’ Instead of a roadmap stored in a SaaS platform, it is a JSON file sitting on the user’s disk, serving as the single source of truth. The roadmap’s structure is standardized, enabling any program that reads or writes JSON to interact with it, thus eliminating dependencies on specific APIs or vendor lock-in. The approach supports local-first, provider-agnostic workflows, allowing users to maintain control over their planning data. The roadmap is also scored, with each item assigned a priority, fostering clear trade-offs and prioritization. This setup allows both humans and automated agents to read and modify the plan directly via the file, creating a shared, live workspace. However, this simplicity comes with limitations, notably in multi-user, real-time collaboration scenarios, where conflict resolution and permissioning are more complex. Threlmark emphasizes that this approach is best suited for small teams or operators who value control and durability over real-time concurrency features.

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 shifts control of project planning from vendor-controlled SaaS tools to users’ local files, ensuring long-term access, interoperability, and avoidance of vendor lock-in. It empowers small teams and operators with a simple, durable, and flexible system, though it sacrifices some capabilities like real-time collaboration. This paradigm could influence future project management tools by prioritizing ownership and openness over centralized cloud services. For more context, see the content-for-traffic contract.
Amazon

JSON file project management tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

The Evolution of Roadmap Tools and Data Ownership

Traditional roadmap tools are often SaaS-based, offering features like real-time editing, conflict resolution, and permissioning, but at the cost of vendor lock-in and dependency on cloud infrastructure. Threlmark’s philosophy challenges this model by proposing that the core plan exists as a plain JSON file, which can be managed locally and integrated with any tool capable of reading or writing JSON. Learn more about raw-feed licensing. This reflects a broader trend toward local-first and open standards in operational data management, aiming to enhance durability and interoperability. The concept builds on existing ideas of decentralization and open data, but applies them specifically to project planning artifacts.

“A roadmap is only useful if the thing that updates it and the thing that reads it agree on where it lives. ‘Disk is the contract’ makes that explicit, simple, and durable.”

— Thorsten Meyer, Threlmark founder

Amazon

local disk roadmap software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Risks of a File-Based Roadmap System

It is not yet clear how well this approach scales for large, multi-user teams requiring real-time collaboration or conflict resolution. The potential for accidental corruption or mis-writes by automated agents also raises concerns about data integrity. Threlmark acknowledges these limitations but emphasizes that the system is designed for small teams and operators who prioritize control and durability over real-time features. Further developments or tools to manage multi-user scenarios are still in progress.

Amazon

interoperable project planning tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Tool Integration

Threlmark plans to release detailed documentation and open-source tools to facilitate adoption. They aim to encourage developers and small teams to experiment with the JSON-based workflow, potentially leading to new integrations and enhancements. Future updates may include safeguards for multi-user editing and conflict management, addressing current limitations. The company also intends to gather user feedback to refine the approach and expand its capabilities.

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 compare to traditional SaaS roadmap tools?

Unlike SaaS tools that store data in proprietary cloud environments, Threlmark’s method uses a plain JSON file on disk, giving users full ownership, durability, and interoperability without vendor lock-in.

Can multiple users edit the roadmap simultaneously?

Currently, the system is optimized for small teams or operators. Multi-user, real-time editing and conflict resolution are acknowledged as limitations and are areas for future development.

What are the main advantages of ‘disk is the contract’?

The approach ensures long-term access to planning data, simplifies integrations, and avoids dependency on specific SaaS vendors, making the roadmap more durable and portable.

Are there any security concerns with this approach?

Since the roadmap is a local file, security depends on local access controls. Automated agents can write to the file, so proper safeguards are recommended to prevent unintended modifications.

Is this suitable for enterprise-level project management?

Threlmark’s approach is primarily designed for small teams or individual operators. Large organizations requiring advanced collaboration features may find this setup insufficient without additional tools.

Source: ThorstenMeyerAI.com

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

QAtrial Launches Enterprise-Ready Open-Source Quality Management Platform

QAtrial releases version 3.0.0, offering Docker deployment, SSO, validation docs, webhooks, and Jira/GitHub integrations under AGPL-3.0 license for regulated industries.

Every Benchmark Launched 2023-2024 Has Fallen — The METR / SWE-Bench / CORE-Bench / MLE-Bench / PostTrainBench Sequence

Every major AI research benchmark launched between 2023 and 2024 has reached or is nearing saturation, indicating rapid progress in AI capabilities.

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

Exploring Threlmark’s innovative local-first design that uses disk-based JSON files for project management, enabling portability, safety, and interoperability.

The Quiet Audit: 55–75% of Your Week Is on Thin Ice. Here’s Which Part.

A new analysis reveals that 55–75% of knowledge workers’ weekly time is spent on low-impact tasks, with implications for productivity and AI automation.