Articles · Developers

Developer notes: replacing Notion with Kition

API docs, snippets, debug logs, ADRs — these notes belong in Markdown + Git, not block JSON.

Kition Team·May 25, 2026·1 min read

Why Kition fits developers better

  • Markdown is already the technical lingua franca
  • Git sync = a tool you already know
  • Agent can read your code repo directly
  • Terminal and CLI integration feel native

Suggested vault layout

  • tech/<project>/ — per-project notes
  • snippets/ — reusable code blocks
  • adr/ — architecture decision records
  • incidents/ — post-mortems

Related reading