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’s new platform makes the roadmap a simple JSON file stored locally, replacing SaaS APIs. This change emphasizes durability, interoperability, and control, but has limitations for large teams.

Threlmark has unveiled a new approach to project roadmaps, where the entire plan is stored as a plain JSON file on the user’s local disk, removing dependence on SaaS APIs and vendor-specific tools. This shift aims to enhance durability, interoperability, and ownership of project data, making the roadmap accessible and editable with any compatible tool. This shift aims to enhance durability, interoperability, and ownership of project data, making the roadmap accessible and editable with any compatible tool.

The core innovation of Threlmark is the concept that the roadmap’s contract is the JSON file itself, not an API or SaaS platform. The file resides on the user’s disk, with a known structure that any program capable of reading or writing JSON can access. This design ensures that the roadmap is portable, durable, and free from vendor lock-in. The platform also introduces a scored kanban system, where each task carries a priority score, enabling clear prioritization and trade-offs. Because the roadmap is a file, it can be read and modified by both humans and automated agents, creating a shared workspace for collaboration and automation without complex integrations. Threlmark emphasizes local-first and provider-agnostic architecture, meaning the data can be managed without cloud dependencies or vendor-specific tools. However, the approach has limitations, notably in multi-user environments requiring real-time collaboration, conflict resolution, or permission controls, which are not supported by a simple file-based system. The company acknowledges these trade-offs and positions the platform as suitable mainly for small teams or operators managing their own data.

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 approach shifts control of project data from SaaS platforms to the user, reducing dependency on vendor-specific tools and increasing data durability. It offers a simple, interoperable solution for small teams or individual operators, ensuring that project plans are portable and long-lasting. However, it sacrifices some features of traditional collaborative tools, such as real-time editing, conflict resolution, and permission management, which limits its suitability for large, distributed teams. Overall, this innovation highlights a trade-off between simplicity and scalability, emphasizing ownership and durability over advanced collaboration features.

Amazon

JSON file editor for project management

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Roadmap Tools and Data Control

Traditional project management tools rely heavily on SaaS platforms with APIs and real-time collaboration features, which can create vendor lock-in and dependency issues. Threlmark’s approach is a response to these concerns, advocating for a local-first, open format that anyone can read or modify using standard JSON tools. This concept aligns with broader movements toward data portability and user ownership, challenging the dominance of cloud-based project management solutions. The platform’s emphasis on a plain file as the contract is a notable departure from conventional SaaS models, aiming to give users more control over their operational data.

“A roadmap is only useful if the thing that updates it and the thing that reads it agree on where it lives. Threlmark makes a deliberately different bet: the roadmap is a plain JSON file on your disk.”

— Thorsten Meyer, Threlmark founder

Amazon

local JSON project roadmap tool

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations for Large-Scale, Real-Time Collaboration

It is not yet clear how well Threlmark’s approach scales to large, distributed teams requiring simultaneous editing, conflict resolution, and permission controls. The platform explicitly acknowledges that a plain JSON file is not suited for multi-user environments with high concurrency, and it remains to be seen how users will manage these limitations in practice.

Amazon

Kanban board with JSON integration

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Integration

Threlmark plans to release the platform publicly, encouraging small teams and operators to adopt the file-based approach. Future updates may include tools for managing conflict resolution or integrating with other systems, but the core philosophy remains focused on local ownership. Watch for user feedback on how well this approach handles real-world collaboration challenges and potential development of auxiliary tools to support larger teams.

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

What are the main advantages of Threlmark’s approach?

The main advantages include data ownership, durability, interoperability, and simplicity. The roadmap is a portable, plain JSON file that any tool can access, reducing vendor lock-in.

What limitations does this approach have?

It is less suitable for large, distributed teams needing real-time collaboration, conflict resolution, and permission management. It is primarily designed for small teams or individual operators.

Can existing project management tools integrate with Threlmark?

Integration is straightforward at the technical level, as any JSON-compatible tool can read or write the roadmap file. However, specialized features like real-time editing or permissions are not supported out of the box.

Is Threlmark open source?

Yes, the platform is open source under the MIT license, and the full internals are available at threlmark.com.

How does scoring improve project prioritization?

Each task carries a priority score, which enforces trade-offs and helps teams focus on the most valuable work, reducing the tendency to treat all tasks as equally important.

Source: ThorstenMeyerAI.com

You May Also Like

Build vs Buy a Prebuilt AI Workstation

Evaluate the advantages and disadvantages of building or buying prebuilt AI workstations in 2026, considering cost, speed, control, and support.

Best Quiet CPU Coolers for Sustained AI/Compute Loads

Discover the top quiet CPU coolers ideal for long AI and compute workloads. Expert picks include air and liquid options for high-performance, low-noise operation.

What Makes Open-Source AI So Important Right Now

Just as collaboration fuels innovation, open-source AI is crucial now to ensure transparency, fairness, and diverse voices shape the future—discover how.