Tag
#typescript
3 posts
Applied javascript typescript 15 min
Real-Time AI Typing Coach — Building ZenoType
ZenoType is a typing practice app that uses a local AI model to generate custom prompts — including a Scripture mode. Built with vanilla TypeScript and Ollama.
typescript ollama typing
Professional ai ml 20 min
Natural Language Commanding: Building an NLP Action Dispatcher
OMNI's LENS command palette lets users type natural language to control 84 platform actions — fly to locations, toggle layers, run queries. Here's how the dispatcher works.
nlp command-palette ai
Professional web development 16 min
Zustand at Scale: 4-Slice Architecture for a Real-Time Platform
OMNI manages globe state, layer toggles, panel visibility, and user preferences across 25+ data sources. Here's the 4-slice Zustand architecture that keeps it sane.
zustand state-management react