React Flow, open source libraries for node-based UIs with React or Svelte
11–20 of 32 posts
Re: React Flow, open source libraries for node-based UIs with React or Svelte
#12Re: React Flow, open source libraries for node-based UIs with React or Svelte
#13Does React Flow still advertise itself unless you pay the developers at least $169/month?
> [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
Re: React Flow, open source libraries for node-based UIs with React or Svelte
#14I 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.
Re: React Flow, open source libraries for node-based UIs with React or Svelte
#15Re: React Flow, open source libraries for node-based UIs with React or Svelte
#16It'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.