Live data from Hacker News

Show HN: Divjoy – React Codebase and UI Generator

divjoy.com

81–90 of 133 posts

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

#81
post #71
post #64

Earlier quoted context omitted.

Wow, thank you! And I really appreciate the offer to support the project. The plan is to roll out some premium integrations and themes in the coming months and see how that works out as a revenue model. Not against setting up a Paypal or Patreon, but would love to see if this can be productized (yet still super generous with what you can do for free). Anything come to mind as something extra you'd pay for?

IMHO you should open source a core version and focus on monetizing premium themes and integrations. This has huge potential to grow as a FOSS tool. You'd get a lot of collaborators.

I agree ️

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

#82
post #77

Very cool project. Looking at the code I really like code that comes out of this. Very easy to read / change. I would like to see authentication done with SQL as an option. Admittedly that would be more work than firebase, but it would be a nice second opinion that is more portable / not tied to Google.

The Django project is a great example to emulate re: SQL authentication.

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

#84
This is awesome, great work! One piece of feedback is that currently all of the components seem around designing static components. I'd love to see support for lists, dropdowns, etc, and ideally with the accompanying connect code to wire up a store with the renderer

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

#86
We recently started using another scaffold generator from http://scaffoldhub.io. It’s similar to this but geared more for apps than for marketing sites. It allows you to build out a complete data model and backend. It’s got a lot more features but they add complexity to the code that might not be needed for everyone.

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

#87
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 !!,

It'd be pretty easy to strip the UI framework out if that's what you want - probably easier than starting with CRA :facepalm: I agree, though, this would be a great option.

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

#88
post #50

Earlier quoted context omitted.

Would like to productize it, so no immediate plans to open source. But who knows!

If you do decide that, it would be super cool to make a license like Unity where it's free until a certain project revenue amount, then you do a percentage or something. That could really induce testing and user adoption.

Interesting idea! Will certainly add that to the list of revenue models to explore and learn more about. Thanks!

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

#90

We recently started using another scaffold generator from http://scaffoldhub.io . It’s similar to this but geared more for apps than for marketing sites. It allows you to build out a complete data model and backend. It’s got a lot more features but they add complexity to the code that might not be needed for everyone.

Scaffoldhub looks cool. I can see how Divjoy looks like it's more geared towards marketing sites since that's pretty much what's in the component library right now. Going to be adding a lot of dynamic components over the next few weeks (think dashboards, social media feeds, activity dropdown menus, etc) and figuring out how to cleanly connect all this stuff up with backend options.
Post reply on HN