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.
Show HN: Divjoy – React Codebase and UI Generator
81–90 of 133 posts
Re: Show HN: Divjoy – React Codebase and UI Generator
#82Very 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.
Re: Show HN: Divjoy – React Codebase and UI Generator
#83Re: Show HN: Divjoy – React Codebase and UI Generator
#84Re: Show HN: Divjoy – React Codebase and UI Generator
#85Re: Show HN: Divjoy – React Codebase and UI Generator
#86Re: Show HN: Divjoy – React Codebase and UI Generator
#87Hey 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
#88Earlier 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.
Re: Show HN: Divjoy – React Codebase and UI Generator
#89Re: Show HN: Divjoy – React Codebase and UI Generator
#90We 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.