This tool is an absolute joy to use. At my nine to five, I work on a library that often times feels clunky and heavy. To use a tool as simple, powerful, and beautiful as this one truly does bring me joy. Thanks for putting the time into this! It's the perfect intersection of drag-n-drop and from scratch. If you've got some preferred channel where I can drop you a couple dollars in support of this project, let me know…
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?
Show HN: Divjoy – React Codebase and UI Generator
71–80 of 133 posts
Re: Show HN: Divjoy – React Codebase and UI Generator
#72Earlier quoted context omitted.
Very cool. Are you planning to open-source the tooling behind this? Or will you try to productize it somehow?
Would like to productize it, so no immediate plans to open source. But who knows!
That could really induce testing and user adoption.
Re: Show HN: Divjoy – React Codebase and UI Generator
#73Re: Show HN: Divjoy – React Codebase and UI Generator
#74This looks absolutely awesome. I had been toying with a similar idea in my head for a while, but I never even started building anything, and now it looks like I won't need to! It had seemed to me that due to how web development has evolved in recent years, improving compositionality greatly by adopting functional programming concepts, designing something like this could be done relatively elegantly if you are just ab…
Re: Show HN: Divjoy – React Codebase and UI Generator
#75Earlier quoted context omitted.
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?
I'm using styled components too. But the idea is to have nothing unnecessary forced on you like an UI library, email subscription and so on
Re: Show HN: Divjoy – React Codebase and UI Generator
#76This tool is an absolute joy to use. At my nine to five, I work on a library that often times feels clunky and heavy. To use a tool as simple, powerful, and beautiful as this one truly does bring me joy. Thanks for putting the time into this! It's the perfect intersection of drag-n-drop and from scratch. If you've got some preferred channel where I can drop you a couple dollars in support of this project, let me know…
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?
One idea I'd really love is simple Git integration. If I want to download my code and work on it outside of the GUI, it seems cumbersome to return to the GUI for simpler tasks (e.g. let me double click this string instead of remembering which parent component has it). If I could sync to Git, you'd have all of my money!
As for a word of unsolicited advice: Don't be afraid to monetize! Plenty of people (and corporations) use and pay for tools like e.g. Figma which don't even produce code on this level. What you have right now is, in my opinion, more than generous for a free service.
Cheers, best of luck!
Re: Show HN: Divjoy – React Codebase and UI Generator
#77Looking 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
#78Re: Show HN: Divjoy – React Codebase and UI Generator
#79Re: Show HN: Divjoy – React Codebase and UI Generator
#80Earlier quoted context omitted.
I think a lot of people prefer to write styles from scratch. At least I haven't seen these UI kits being used much around me. I tried using one a couple of times and while it's great for getting something on the screen quickly, it turned into hell when I wanted to customize the look. Also it emitted embarassingly large bundles.
Yeah, having styled-components (not a UI framework) included in the boilerplate would be pretty awesome for something like this.