AIThis post was created with the assistance of artificial intelligence (AI).

TL;DR

Thorsten Meyer AI published a technical report describing Threlmark’s local-first architecture, where plain JSON files on disk act as the system’s record instead of a database or cloud server. The design is meant to make project data inspectable, portable and usable offline, though performance, scale and production adoption are not yet clear from the source material.

Thorsten Meyer AI has detailed Threlmark’s local-first architecture, describing a Next.js and TypeScript project management app that treats plain JSON files on a user’s disk as the source of truth rather than relying on a traditional database, cloud server or user accounts.

The report says Threlmark’s default data root is ~/.threlmark, where the application stores a manifest, dependency graph, per-project files, item records, suggestions, handoffs, reports and a human-readable roadmap file. In that model, the on-disk layout is treated as the API: the interface and external tools read and write the same files under the same rules.

According to the source material, each work item is stored as its own JSON file, while lane ordering lives separately in board.json. That split is meant to reduce write conflicts when several tools operate on the same project. The report says Threlmark can repair board state on read, preserve unknown keys for future compatibility and let outside tools add items without editing the board file directly.

The architecture also relies on atomic writes. The described pattern writes to a temporary file in the same directory, flushes it and then renames it over the target file. The report says that design should leave either the old complete file or the new complete file after a crash, rather than a partial record.

Why It Matters

The design matters because it pushes project data out of a hosted service and into files users can inspect, back up, search, diff, sync or place under version control. If the approach works as described, teams and individual builders could move work data across tools without needing an export feature or a vendor-controlled database.

It also reflects a wider shift in developer tools toward local-first workflows and AI-assisted work. Threlmark’s report frames agent handoffs as part of the core workflow: an agent can receive a brief, report back through REST or the filesystem and, in some cases, move a card when the work is done.

Cal-Van Tools 693 Ignition Point File

Cal-Van Tools 693 Ignition Point File

  • Material: High-quality, super hard steel

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background

Threlmark is described in the source material as an MIT-licensed Next.js app built on TypeScript and JSON-on-disk storage. The report presents the architecture as part of a series on the tool, with this installment focused on the decision to make disk storage the contract between the app, users and external tools.

The source contrasts this model with a single shared roadmap file or a server-held record. It says values such as priority, stale age, cycle time, throughput and work-in-progress counts are computed from item state rather than saved as separate stored fields, a choice meant to keep displayed metrics aligned with the underlying files.

“The on-disk layout is the API.”

— Thorsten Meyer AI report

“There is no server-of-record — the files are the record.”

— Thorsten Meyer AI report

“Every artifact is a file you can cat, diff, grep, commit.”

— Thorsten Meyer AI report

Real-World Android App Projects with Kotlin and Jetpack Compose: Build Production-Style Android Apps with Modern Architecture, API Integration, State Management, Local Data Storage, Practical Projects

Real-World Android App Projects with Kotlin and Jetpack Compose: Build Production-Style Android Apps with Modern Architecture, API Integration, State Management, Local Data Storage, Practical Projects

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

What Remains Unclear

The source material does not provide adoption figures, benchmarks, release timing or independent verification of reliability claims. It is also unclear how Threlmark handles very large projects, multi-user conflict resolution across sync services, permissions, encryption, schema migration or malformed external writes.

GODIAG GT111 for VW Audi Skoda Seat CAN-Bus 3rd & 3.5th Generation Dashboard IM-MO Key Matching Test Platform Cable with POGO PIN to Read & Write Data

GODIAG GT111 for VW Audi Skoda Seat CAN-Bus 3rd & 3.5th Generation Dashboard IM-MO Key Matching Test Platform Cable with POGO PIN to Read & Write Data

  • Supports VW, Audi, Skoda, Seat: Performs key and IM-MO system tests
  • Compatible with CAN-Bus 3rd & 3.5th Gen: Supports multiple vehicle models with POGO PIN
  • Data reading and writing: Uses POGO PIN for offline data operations

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

What’s Next

The next points to watch are whether Threlmark publishes more implementation details, adds documented interoperability rules for third-party tools and shows how the file contract behaves under larger projects, shared workspaces and repeated AI-agent handoffs.

Blue Summit Supplies 50 Project File Folders, Letter Size, Pocket, Manila

Blue Summit Supplies 50 Project File Folders, Letter Size, Pocket, Manila

  • Expandable Project File Jackets: Preprinted project tracking layout
  • 2 Inch Expansion Pocket: Stores bulky project documents
  • Secure Three-Sided Storage: Prevents loose papers from slipping out

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What is the actual news development?

Thorsten Meyer AI has published a technical report describing Threlmark’s local-first architecture and its decision to make plain files on disk the main data record.

Is Threlmark using a database?

According to the source material, Threlmark avoids a traditional database and stores project state in JSON files under a local data directory.

What is confirmed and what is claimed?

The source confirms the described design choices and file layout. Claims about simplicity, safety, portability and reliability are attributed to the report and have not been independently tested here.

Why does storing one card per file matter?

The report says one file per item reduces write conflicts because external tools can add or change a card without rewriting a shared board array.

What remains unclear?

The report does not say how the system performs at scale, how many users are using it, or how it handles hard multi-user sync conflicts and security-sensitive data.

Source: Thorsten Meyer AI

You May Also Like

The prospectus. Where the AI labs’ singular governance history meets the auditor.

OpenAI is expected to file confidentially for an IPO, forcing its unusual governance and Microsoft ties into SEC review.

The Speed of Prototyping in the Age of AI

AI has accelerated prototyping workflows, enabling developers to test ideas faster and reshape engineering practices. This report explores the current state and implications.

The Forward-Deploy Pivot: Why Anthropic and OpenAI Are Becoming Consulting Firms in the Same Week

Anthropic and OpenAI are forming enterprise services firms backed by major investors, signaling a strategic move into AI-driven consulting for mid-market companies.

Grok 4.6

Grok 4.6, the latest version of the AI platform, has been officially released, promising enhanced speed and new features for developers and users.