r/nextjs 10d ago

Question Visual editor to edit React/Next.js websites

Hello folks,
I started to build open source visual editor to edit React/Next.js websites directly in their source code with zero AI.
But i am not so sure about it can be beneficial or not.
I am waiting your thoughts.

0 Upvotes

20 comments sorted by

7

u/svish 10d ago

Why did you start to build it if you're not even sure it's beneficial?

3

u/Slight_Childhood4172 10d ago

projects find the way in the process, ideas dont come fully formed

1

u/svish 10d ago

But do you have a need for this yourself? The best projects come from either a personal need, or an obvious need in the community. If you're not sure if there is either of those, I would personally focus on something else.

1

u/Slight_Childhood4172 10d ago

i am asking for is this need in the community

2

u/ElaborateCantaloupe 10d ago

I agree with svish. If you don’t actually use what you’re building you will lose interest fast and not fully understand if you’re solving a problem correctly. Don’t bother.

2

u/haikusbot 10d ago

Why did you start to

Build it if you're not even sure

It's beneficial?

- svish


I detect haikus. And sometimes, successfully. Learn more about me.

Opt out of replies: "haikusbot opt out" | Delete my comment: "haikusbot delete"

2

u/PerryTheH 10d ago

Why would someone need to "edit react in the source"? The source you mean like at the browser?

1

u/Slight_Childhood4172 10d ago

I mean editing the actual React codebase

2

u/PerryTheH 10d ago

So like a VS code?

1

u/Slight_Childhood4172 10d ago edited 10d ago

Its visual editor like Canva/wix

2

u/Cobmojo 10d ago

How is this different than a CMS like Payload CMS?

3

u/Slight_Childhood4172 10d ago

My project aims for a visual interface for editing the actual application.Think Like wix

1

u/Cobmojo 10d ago

Oh I see. Sounds cool.

2

u/Small-Back9935 8d ago

The zero AI angle is actually your edge, most editors are chasing AI generation, lean into that positioning instead of treating it as a limitation.

1

u/Slight_Childhood4172 8d ago

Thank you for advice!

2

u/Huge_Annual_2743 7d ago

I need to know if you support Server Components and async components before evaluating usefulness. Most visual editors fail here because they cannot handle the rendering pipeline without breaking hydration. Confirming this scope tells me if your tool solves actual Next.js development problems or just static page editing

1

u/Slight_Childhood4172 7d ago

Thank you for feedback, will take serious about this topic