kbmeknowledge base me
Markdown-first repo memory
Local previewPublic GitHub hostingkbme + business UILight + dark mode

Your AI already wrote the knowledge base. Now give it a home.

`kbme` keeps `knowledge-base/*.md` inside the repo, generates one small manifest, and turns that folder into a clean hosted reader for teammates, clients, and future you.

Plain markdown in the repo. Zero custom CMS. Zero lock-in.
Open a hosted knowledge base
Tonight's branchAI generation stays manual. `knowledge-base/` is the source of truth. `kbme` just indexes it, reads it, and hosts it cleanly.
Zero lock-inYour markdown lives in the repo. If this app disappears, your docs still exist exactly where they belong.
100%repo-native markdown
2 UI modesexpressive kbme and Stripe-inspired business
4 combostwo visual systems across light and dark

1. Generate docs

Use Codex, Claude, or Cursor to create files like `architecture.md`, `api.md`, and `product.md`.

2. Build the index

Run `npx kbme build` from the repo root. That writes `knowledge-base/index.json`.

3. Share it

Push the repo and open `/repo/owner/name`. The hosted reader fetches your markdown directly from GitHub.