DEV Community

NgxViewBuilder
NgxViewBuilder

Posted on

Building a JSON-driven UI Builder for Angular

After 2.5 years of building in my free time, I'm excited to share the beta of NGX View Builder.

The idea started while working on a project that needed dynamic JSON based forms with a drag and drop editor. We ended up using an existing solution, but the experience made me wonder if I could build something similar with a different approach.

Since early 2024, I've been working on NGX View Builder after work and on weekends. I rewrote it three times before arriving at an architecture I was happy with.

The goal isn't just another form builder. I wanted to create a flexible way to build and manage Angular application views using JSON, while making it easy to extend with custom components, plugins, themes, and integrations.

The project is now available in beta, and I'd really appreciate any feedback or suggestions from the Angular community.

🔗 https://ngxviewbuilder.io/

angular #typescript #webdev #lowcode

Top comments (0)