The bmannconsulting.com website

Tonk

Changed files
+29 -13
_journals
_notes
+13
_journals/2025-06-13_1236.md
···
+
---
+
title: "202506131236"
+
date: 2025-06-13, 12:36:21 +02:00
+
section: journal
+
link: https://tonk.substack.com/p/tonk-the-explainer
+
tags:
+
- llm
+
- secondbrain
+
- localfirst
+
---
+
[[Tonk]] [released an explainer](https://tonk.substack.com/p/tonk-the-explainer) about their new release - "a CLI that helps you vibe code your second brain", "designed to simplify the process of building custom dashboards, tools, and AI agents using your own data."
+
+
Explicitly mentions remixing your [[Obsidian]] content.
+16 -13
_notes/Tonk.md
···
- llm
- malleablesoftware
- localfirst
+
- syncengine
+
- Automerge
github: https://github.com/tonk-labs/tonk
telegram: https://t.me/+9W-4wDR9RcM2NWZk
---
-
Build your own little internet
+
The streamlined toolkit for vibe coding over your data
-
Tonk is a copilot-friendly framework that helps developers build grassroots apps on **decentralised, interoperable, private** data stores.
+
Vibe coders use the Tonk CLI to turn their data into custom dashboards, tools & agents.
-
If you're building personal apps for you and your friends, and want to keep them **independent**, **flexible** & **discreet**, then Tonk is for you.
+
Pull in files, notes, web data — then create freely, without backend headaches.
---
-
Tonk is an opinionated state management framework for coding with AI. It's analogous to Ruby on Rails, but for AI, and optimised for putting users in control of their data (rather than platforms).
+
Tonk's mission is to create a world in which people are free to build their own software and collaborate over their own networks.
+
+
AI is fuelling a surge of creative technologists crafting personal tools bespoke to local contexts - where working with data feels as intuitive as molding putty.
+
+
But for symbiotic software to evolve at the speed of thought, we need better data infrastructure that's lightweight, flexible and interoperable.
-
The principles guiding Tonk's development are:
+
As the web fragments into unique digital worlds, we envisage a cryptographic, maximally-interoperable data-sharing network that connects us without losing our organic diversity.
-
1. Any app from any ecosystem should be able to call any data from any user (if the user permits),
-
2. Data custodians should reliably cede control to users,
-
3. The infrastructure should be immune to feature creep and platform degradation.
+
That's the new internet we're building.
+
## Tech Stack
-
Tonk achieves this with:
+
### Keepsync
-
- Local-first architecture
-
- Integrations with your data*
-
- Distributed access control*
+
<https://tonk-labs.github.io/tonk/keepsync.html>
-
* under development
+
Keepsync is our local-first sync engine that provides real-time collaboration and local-first data management for Tonk applications. It uses [[Automerge]] CRDTs under the hood to enable automatic conflict resolution when multiple users edit the same data, and when working offline.
---