slowlp
← Projects
NOW · In preview deployment (`wiki.slowloop.app`). Awaiting B17 home server deployment gate.

MyWiki

A personal wiki app where thoughts from AI conversations automatically turn into organized documents.

Visit ↗
MyWiki
In preview deployment (B17 home server gate pending)
OVERVIEW

Ideas, decisions, and insights from conversations kept disappearing—so I built an app to capture them. A wiki where thoughts from conversations are automatically organized into their intended space: every chat turn triggers a triage-and-apply pipeline, and the result lands in the right document. Spaces separate intent (work, health, writing…), and within the same conversation, the AI decides which document each thought belongs to. Every stage from requirements to deployment was done in collaboration with AI, with methods to directly measure the cost-quality trade-off baked in.

The PKM space (Notion, Obsidian, Roam, Logseq…) is crowded, but "AI conversation → organized knowledge" in a single product doesn't really exist—everyone works around it by combining tools. That's the gap this app is aimed at: built because I wanted it and it wasn't there.

Key features
01 AI Chat
Multi-LLM selection (Google Gemini, Anthropic Claude, etc.) + SSE streaming
02 Auto-Organize
Chat turn → triage (classify) → apply (reflect in docs) 2-stage pipeline
03 Spaces
Intent-based grouping (Work, Health, Writing, etc.) — soft grouping, spaces isolated from each other
04 Organize Controls
Lock / Undo / Capture (instant wiki-ify) / Pin (position marker)
05 Cost Optimization
Delta mode (new messages only) + fixed cheapest organize model + per-model latency & cost tracking
06 Model Comparison
Same text → N models in parallel → results side by side → pick one to commit
07 Text File Upload
Composer .txt/.md attachment (auto-inline) + space home upload → immediate organize
08 Stream Control
Abort (partial save) + interleave (queue next message during response)
MyWikiMyWiki
Related — how it was made
Series →
COMMENTS