Remix.run Logo
steveruizok 3 days ago

Hey, thanks! React Flow is more narrowly focused on flow charts and workflows. It’s also MIT licensed and much more popular (looking at NPM installs) and sells premium access to docs and examples, while we license the library directly. Our canvas is more broadly capable, with a default feature set closer to Excalidraw, except that we use React / DOM for the entire canvas, like React Flow does. We also have a very different way of managing the canvas data, closer to a game engine than a controlled React component. I should write some blog posts.

Two of the starter kits we released today are more flowcharty. It’s been possible to make this kind of thing with tldraw for about 18 months, since we made our bindings API, and a few teams have built graph UIs on tldraw already, but I wouldn’t say it’s an easy path. Hopefully these starter kits will make it easier to uh start.