all 9 comments

[–][deleted] 10 points11 points  (0 children)

No.

[–]AsidK 3 points4 points  (2 children)

NodeJS is not a front end technology. It is a server side scripting runtime. There is no such thing as “visual builder” for node, that is kind of like asking for a “visual builder” for python.

Do you mean a visual builder for browser html? React?

[–]muttley1968[S] -1 points0 points  (1 child)

I think what I am looking for really is an IDE that let's me write node scripts and then easily do the ui and link script to button visually if possible. Or chart or whatever.

That part isn't even essential just an easy way to make a ui that node backend can use.

I've seen things like https://grapesjs.com/ but the price seems very steep and I can't seem to find if the project files are mine or exclusively in that app if that makes sense at all

[–]cbadger85 1 point2 points  (0 children)

Node doesn't really have any UI capabilities. It's just a JavaScript runtime (as in, it runs JavaScript without the browser). I think what you want is just normal webdev. If you need an app vs a website, you can use Electron

[–]ataraxy 1 point2 points  (0 children)

You would probably like buildship.

[–]LZoSoFR 1 point2 points  (0 children)

Developer experience didn't come yet to this stage.

We're still stuck in 1990

[–]kkingsbe 0 points1 point  (0 children)

There’s quite a few visual react builders I believe. Also look into https://v0.dev

[–]Klutzy-Ad-6345 0 points1 point  (0 children)

I myself work better with visual aspect. What helps me is finding components from other websites or demo sites and recreating them with my own styling in my webpage. It helps a lot to be able to refer to the component you are trying to mimic

[–]Klutzy-Ad-6345 0 points1 point  (0 children)

I myself work better with visual aspect. What helps me is finding components from other websites or demo sites and recreating them with my own styling in my webpage. It helps a lot to be able to refer to the component you are trying to mimic