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 radical shift in roadmap management: the roadmap is a JSON file on disk, making it open, interoperable, and durable. This approach challenges traditional SaaS tools by emphasizing local control and simplicity.

Threlmark has unveiled a new approach to project roadmaps, where the roadmap is a plain JSON file stored locally on the user’s disk, serving as the definitive contract for project data. This departure from SaaS-based tools emphasizes ownership, interoperability, and durability, making the roadmap accessible and writable by any program that can handle JSON.

The core innovation of Threlmark is that the entire roadmap exists as a JSON file on the user’s local machine, rather than inside a proprietary SaaS platform. The roadmap’s structure is standardized, allowing any compatible tool or agent to read or write to it without needing SDKs, webhooks, or authentication. This design aims to eliminate vendor lock-in and ensure long-term access to project data.

Threlmark also integrates a scoring system for roadmap items, prioritizing tasks and enabling clear trade-offs. The platform supports a shared workspace where humans and automated agents can collaboratively update the roadmap by reading and writing JSON files, creating a live, decentralized coordination layer. This setup is particularly suited for small teams or operators managing multiple automated agents, emphasizing local control and simplicity.

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 development matters because it shifts control of project data from cloud-based SaaS tools to local, owner-controlled files. Disk Is the Contract: Inside Threlmark’s Local-First Architecture. It reduces dependency on vendors, mitigates risks of data loss or tool deprecation, and enhances interoperability. For small teams and operators, this approach simplifies workflows and fosters resilience by making project plans portable and durable.

Python in Action: 60 Mini Projects to Automate Everything (Part 1): Practical CLI Tools, File Automation, and Data Cleaning with CSV, Excel, and JSON

Python in Action: 60 Mini Projects to Automate Everything (Part 1): Practical CLI Tools, File Automation, and Data Cleaning with CSV, Excel, and JSON

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background on Roadmap Tools and Data Durability

Traditional project management tools rely heavily on SaaS platforms, which store roadmaps in proprietary formats accessible via APIs. While convenient, this creates vendor lock-in, risks of data loss if services shut down, and limited control over data ownership. Threlmark’s approach echoes ongoing debates about local-first data storage and open standards, aiming to provide a more durable and interoperable solution for small teams and individual operators.

“A roadmap is only useful if the thing that updates it and the thing that reads it agree on where it lives. Our product makes the roadmap a simple, shared file that anyone can access and update.”

— Thorsten Meyer, Threlmark founder

Amazon

local JSON roadmap software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Risks of File-Based Roadmaps

It is not yet clear how well this approach scales for large, distributed teams requiring simultaneous editing, conflict resolution, or real-time collaboration. The impact of potential agent mis-writes or corruption also remains to be tested in real-world scenarios. Additionally, the approach’s suitability for enterprise-level project management is uncertain, given its emphasis on local control and small-team use cases.

Just Promoted! A 12-Month Road Map for Success in Your New Leadership Role, Second Edition

Just Promoted! A 12-Month Road Map for Success in Your New Leadership Role, Second Edition

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Testing

Threlmark plans to release the full open-source product and invite users to test its capabilities. Future updates may include enhanced conflict management, versioning, and integrations with existing tools. Monitoring user feedback will determine how well the file-based approach adapts to various team sizes and workflows, and whether it can supplement or replace traditional SaaS solutions.

Project Planner Notepad - Project Management Organizer Desk Pad - Manage Project Tasks and Meeting Deadlines Effectively - 50 Sheets of Premium 120gsm Paper | Management | A4 Mono

Project Planner Notepad – Project Management Organizer Desk Pad – Manage Project Tasks and Meeting Deadlines Effectively – 50 Sheets of Premium 120gsm Paper | Management | A4 Mono

Comprehensive Project Planning: Plan for success with a dedicated project timeline and task sections to track milestones and…

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Threlmark ensure data integrity with a simple JSON file?

Currently, data integrity depends on careful management of file writes. Future features may include safeguards like versioning or validation, but the core concept relies on users maintaining control over their files.

Can multiple users edit the roadmap simultaneously?

In its current form, the approach is best suited for small teams or individual operators. Handling concurrent edits at scale may require additional conflict resolution mechanisms, which are still under development.

Is this approach compatible with existing project management tools?

Yes, any tool capable of reading or writing JSON can interact with the roadmap file. This makes integration straightforward, but seamless synchronization across multiple tools may require custom setups.

What are the security implications of storing roadmaps locally?

Storing data on disk grants users full control but also places responsibility on them to secure their files. Threlmark does not provide built-in encryption or access controls, so users should implement their own security measures.

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

When a Content Network Starts Publishing to Itself

A growing trend sees content networks shifting from external distribution to internal publishing, creating self-sustaining ecosystems with new opportunities and risks.

The rails. Why European agentic commerce is co-defined by two converging regimes.

European law is shaping agentic commerce through two regulatory regimes—PSD3/PSR and the AI Act—creating a complex, statutory infrastructure that differs from US models.

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

Cloudflare’s acquisition of VoidZero aims to streamline deployment pipelines, integrating build tools directly into its edge network, marking a major industry shift.

ChannelHelm: One Video, Every Platform

ChannelHelm automates creating multi-platform content from a single video, reducing manual effort and expanding reach efficiently.