Managed to scale my legal tech B2B product Tritium (https://tritium.legal) through an existing professional network. It's technically B2B but B2C in the sense that it's marketed directly to the end-user, not the enterprise. Probably not yet at a hundred users, but it's heading there. I'm using these initial users to flesh out the frequently asked questions and produce the introduction artifacts to hopefully transition to something more product-led.
Thank you, just downloaded the binary :) As a +1 data point it's performing really well on my machine (although I don't think the dark theme toggle works).
Like I said, not the target audience but wishing you good luck with the product!
Do you mind sharing the stack you used to build it?
It's a great question and primarily for the snappiness, but in the end there isn't much difference since the heavy stuff (shaping, layout, rasterizing, etc.) is cached anyway. It's inspired by Zed which also has an obsessive (disciplining) focus on FPS.
Technically, using immediate mode avoids a ton of callbacks/listeners or something else which allows for hundreds of docs to be held in memory usefully without hogging resources. That's an actual use case for this.