Projects — index
TL;DR — Every project Alex is building, with status and a one-liner. Start here to find a project, then open its note. (Demo content for vbrain.)
Active
| Project | Status | One-liner |
|---|---|---|
| PixelPaws | 🟢 Beta | A cozy browser pet game. |
| LedgerLite | 🟡 Live | A private, offline-first personal-finance PWA. |
How project notes work
Each project note records the stack, architecture, what shipped, and the gotchas worth remembering — so future-you (or an AI agent) never re-derives context. The reusable lessons get promoted to learnings/.
Principles
- Ship small, ship monthly. A shipped beta beats a perfect plan.
- Write the post-mortem even when it works — that's where the lessons hide.
- Keep the dependency tree tiny; prefer the platform over a framework.