Rust open source software that I publish when it's ready and maintain as long as people use it. I test it, I run it myself, and I won't publish something I wouldn't ship in my own projects.
Right now the work is mostly GPUI, the framework behind the Zed editor. gpui-starter gives you a working desktop app with window management, SQLite, and a sidebar. gpui-query handles async data fetching and caching the same way TanStack Query does for React. I built these because I needed them.
No roadmap. I build what I need, publish when the tests pass, and fix things when people file issues. Contributions welcome.