Creator here. CC/Codex kept re-solving bugs I'd already fixed in other projects. The fix was pretty much lost forever. Shareful is just markdown files in Git repos that agents can search. No server, no account. Happy to answer questions
If anyone’s exploring Rust + React, I’ve been building something similar on the rendering side.
react-vello [1] exposes Vello (a Rust GPU renderer) as a React renderer via WASM + WebGPU, so you can draw shapes and text declaratively while Rust handles the rendering in the browser.
Creator here. I realised this should not be a central app or database but a distributed set of files backed by public GitHub repos. Happy to answer any questions
I built a blue noise generator and dithering library in Rust and TypeScript. It generates blue noise textures and applies blue noise dithering to images. There’s a small web demo to try it out [1]. The code is open source [2] [3]