Live data from Hacker News

React Flow, open source libraries for node-based UIs with React or Svelte

github.com

11–20 of 32 posts

Re: React Flow, open source libraries for node-based UIs with React or Svelte

#13

Does React Flow still advertise itself unless you pay the developers at least $169/month?

You can programmatically remove the watermark, either via a flag or by changing the source code.

> [1] No, you can do whatever you want with it since it’s MIT

But if you use it in a commercial project, they'll likely shame you if you don't pay - like what happened to OpenAI with Agent Builder:

> [2] Hey @OpenAI :) We just saw that you are using our open source library React Flow We offer startup discount codes :) Let us know if you are interested

Personally, I’d prefer them to use a dual license, but I understand that it would likely create unnecessary hurdles for devs who just want to try out the library.

They explained their reasoning here: https://xyflow.com/blog/asking-for-money-for-open-source

[1] https://x.com/xyflowdev/status/1975660206441820585

[2] https://x.com/xyflowdev/status/1975505810768777360

Re: React Flow, open source libraries for node-based UIs with React or Svelte

#14
I'm working on an open source tool called noodles.gl that uses this library and it's been great. The devs have been good about keeping a cadence of solid changes and keeping the community updated, and overall I'm happy to have bet on this library years ago.

I love the flexibility and the fact that there's a variety of examples for basically anything I want to accomplish with it. Great work to the team.

https://noodles.gl

Re: React Flow, open source libraries for node-based UIs with React or Svelte

#16
This is a great library. I especially appreciate that they added a version for Svelte (with specific examples for Svelte 5).

It's very convenient how you create the graph, with nodes just being Svelte components. Adding custom edges isn't very hard either.

If you're curious what you can do with it, I made this demo for myself https://youtu.be/aVY7ySPiSo8 (never launched it). I used Svelte Flow to visualize AI doing research, my first project using LLMs.

Post reply on HN