Knowledge Base

JSON Storage

What it is

Saving data as text files on disk instead of using a database server.

Real-world Analogy

Like keeping notes in a notebook vs a filing cabinet. Simple, portable, no setup needed.

Why Marcus Uses This

Marcus stores businesses, tasks, and messages as JSON files in /data. Perfect for a personal tool — no database server to manage.