Hey! I’ve been using bubbletea a lot, and the similarity makes me wonder if you started this project by asking a LLM to translate bubbletea to zig. Is it the case ? If so, did you test extensively the resulting code ?
Bubbletea was a big inspiration for the architecture, yeah. I used LLMs as a tool during development like I do with most projects nowadays, but it’s not a translation. Zig requires a very different approach to memory management, error handling, etc. And yes, everything is tested and properly maintained.