Live data from Hacker News

Show HN: Divjoy – React Codebase and UI Generator

divjoy.com

1–10 of 133 posts

Re: Show HN: Divjoy – React Codebase and UI Generator

#2
Hey HN, my goal with Divjoy is to make it ridiculously easy to start a new React project. You just select all the things you want in your codebase (UI kit, React framework, auth provider, analytics, form handling, etc), pick a template, then export it as a complete codebase that you can keep building on. All the UI logic like routing and auth flows just works. It also has a built-in editor which I think is pretty nifty. You can view the entire component hierarchy right in the tool and drag in pre-built sections from the component library. I'm planning on building out a large library of components across all the major UI kits (Bootstrap, Material UI, etc) and adding support for Next.js soon.

This was by the far the most difficult project I've ever built. Would love to hear your thoughts and happy to answer questions.

Re: Show HN: Divjoy – React Codebase and UI Generator

#6

That's awesome, well done. Really nice that it exports to codesandbox as well so you don't even need to download anything. Would love to see support for TypeScript as well.

Thank you. I figured people would want to be able to quickly check out the code and play around with it rather than wait for npm install :)

Re: Show HN: Divjoy – React Codebase and UI Generator

#7
post #2

Hey HN, my goal with Divjoy is to make it ridiculously easy to start a new React project. You just select all the things you want in your codebase (UI kit, React framework, auth provider, analytics, form handling, etc), pick a template, then export it as a complete codebase that you can keep building on. All the UI logic like routing and auth flows just works. It also has a built-in editor which I think is pretty nif…

I love the idea and I’ll use it !!! One question: apart Framework can we have a ‘Not needed’ option for all other features? What if I want authentication with no styling at all..... Thanks a lot and keep up !!,

Re: Show HN: Divjoy – React Codebase and UI Generator

#8
post #7
post #2

Hey HN, my goal with Divjoy is to make it ridiculously easy to start a new React project. You just select all the things you want in your codebase (UI kit, React framework, auth provider, analytics, form handling, etc), pick a template, then export it as a complete codebase that you can keep building on. All the UI logic like routing and auth flows just works. It also has a built-in editor which I think is pretty nif…

I love the idea and I’ll use it !!! One question: apart Framework can we have a ‘Not needed’ option for all other features? What if I want authentication with no styling at all..... Thanks a lot and keep up !!,

Yeah, I'm definitely considering that. Basically just wanted to wait and see if anyone asked for it. Out of curiosity, is that because you'd like to use a different UI kit or do you generally write styles from scratch?

Re: Show HN: Divjoy – React Codebase and UI Generator

#10
It's been great seeing the early alpha to what it's become!

Divjoy is like a super powered create-react-app. great way to start off a project. being able to quickly add prebuilt components and essentially "eject" them makes customizing super easy.

the UI is intuitive and love the animating side drawer for the component library.

and :cheer: to exporting to codesandbox!

Post reply on HN