From 0df3779aad74dd6296791df3ed3e299481ee5589 Mon Sep 17 00:00:00 2001 From: toutkit Date: Tue, 12 May 2026 12:06:01 +0100 Subject: [PATCH 1/2] docs: add toutkit to projects Co-Authored-By: Claude Opus 4.7 (1M context) --- data/projects/toutkit.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/projects/toutkit.yaml diff --git a/data/projects/toutkit.yaml b/data/projects/toutkit.yaml new file mode 100644 index 0000000..25179ac --- /dev/null +++ b/data/projects/toutkit.yaml @@ -0,0 +1,4 @@ +name: ToutKit +repo: https://github.com/toutkit/toutkit +tagline: Desktop note-taking app for HTML notes, edited by your local AI coding-agent CLI (OpenCode and others) +description: Electron desktop app that turns a workspace folder of plain .html files into an AI-editable notebook. Agent-agnostic — edit notes with OpenCode or any other agent CLI in an embedded terminal. Notes are real HTML pages. Each note is a self-contained folder that can include a SQLite database, key/value store, attached files, and scripts — so it can grow from a static page into a sortable table, interactive dashboard, or research tool. From 032b0341cbe42ff771c07e1b1288019f93fbee0e Mon Sep 17 00:00:00 2001 From: marcheur Date: Thu, 25 Jun 2026 10:25:01 +0800 Subject: [PATCH 2/2] rename toutkit to nextprob following repo rename --- data/projects/{toutkit.yaml => nextprob.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename data/projects/{toutkit.yaml => nextprob.yaml} (72%) diff --git a/data/projects/toutkit.yaml b/data/projects/nextprob.yaml similarity index 72% rename from data/projects/toutkit.yaml rename to data/projects/nextprob.yaml index 25179ac..917b9c9 100644 --- a/data/projects/toutkit.yaml +++ b/data/projects/nextprob.yaml @@ -1,4 +1,4 @@ -name: ToutKit -repo: https://github.com/toutkit/toutkit -tagline: Desktop note-taking app for HTML notes, edited by your local AI coding-agent CLI (OpenCode and others) +name: NextProb +repo: https://github.com/NextProb/nextprob +tagline: Desktop notebook for vibe-coded websites, edited by your local AI coding-agent CLI (OpenCode and others) description: Electron desktop app that turns a workspace folder of plain .html files into an AI-editable notebook. Agent-agnostic — edit notes with OpenCode or any other agent CLI in an embedded terminal. Notes are real HTML pages. Each note is a self-contained folder that can include a SQLite database, key/value store, attached files, and scripts — so it can grow from a static page into a sortable table, interactive dashboard, or research tool.