Live data from Hacker News

Show HN: Divjoy – React Codebase and UI Generator

divjoy.com

71–80 of 133 posts

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

#71
post #64
post #62

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?

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.

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

#72
post #50

Earlier 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!

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

#74
post #70

This 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…

Yeah it's super hard to find the right abstraction between UI and code! Lots of feedback sessions and iteration to get where I am and still very far from where I want it to be. Glad you're liking it!

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

#75
post #8
post #7

Earlier 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?

Great! Thanks :)

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

#76
post #64
post #62

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?

I think you're spot on with that revenue model. I would certainly be willing to pay a couple of bucks for a premium suite of templates and components, or integrations with less mainstream technologies.

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

#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.

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

#80

Earlier 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.

I was just going to ask that. I’m not big on using UI kits and prefer to use styled components. I like the idea of implementing Next.js
Post reply on HN