What I’m building right now
The site you’re reading. A lo-fi-cybersec-aesthetic Astro site backed by a local-only authoring app: I talk, faster-whisper transcribes inside my Claude Code Docker container, Anthropic’s API proposes a structure, and I review section-by-section.
Challenges
- Mic access can’t (and shouldn’t) live inside the container — split is “browser captures, container processes”.
mediumwhisper model on CPU is the goal; falling back tosmallif RAM is too tight.- Tamil rendering across browsers needs care — Noto Serif Tamil is the safest baseline.
Next steps
- Wire
/outlineand/cleanendpoints in the authoring container. - Bespoke Tamil long-read layout for the AK reading-and-writing piece.
- Cloudflare Pages deploy with strict CSP.