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
Show HN: Divjoy – React Codebase and UI Generator
91–100 of 133 posts
Re: Show HN: Divjoy – React Codebase and UI Generator
#92Very 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
#93Very 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.
It's great to hear you find the code east to read and change. To clarify, would you want something like a rest API + node server that talks to an SQL database? The plan is to provide more self-hosted options for code export, going with 3rd party services like Firebase was just easier to add for this MVP.
Yes that is what I was thinking.
Re: Show HN: Divjoy – React Codebase and UI Generator
#94Earlier quoted context omitted.
It's great to hear you find the code east to read and change. To clarify, would you want something like a rest API + node server that talks to an SQL database? The plan is to provide more self-hosted options for code export, going with 3rd party services like Firebase was just easier to add for this MVP.
>a rest API + node server that talks to an SQL database Yes that is what I was thinking.
Re: Show HN: Divjoy – React Codebase and UI Generator
#95Hey 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…
Re: Show HN: Divjoy – React Codebase and UI Generator
#96Re: Show HN: Divjoy – React Codebase and UI Generator
#97Earlier 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?
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 inst…
Re: Show HN: Divjoy – React Codebase and UI Generator
#98Earlier 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?
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 inst…
Great for a focused simple product but perhaps not so great for this kind of a tool. Ultimately your customers want something to create as much of the app/site as possible. As you approach this ideal complixity increases making your application more brittle. When the ecosystem changes your tool may not be able to respond to the new reality.
Your better off using this tool to create value for your own customers. Or selling the source code rather than chasing the 9 dollars a month customer.
Re: Show HN: Divjoy – React Codebase and UI Generator
#99We 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
#100Earlier quoted context omitted.
Even the code sandbox integration is great, I dont even need to download the code. Good focus on what devs want...have you thought of integrating this with tools like VS Code ? More non web based product ?
I love the idea of doing some kind of VS Code plugin, but not sure where it will fall on the priority list. Any thoughts as to what a VS code integration might look like?