Live data from Hacker News

Show HN: Divjoy – React Codebase and UI Generator

divjoy.com

91–100 of 133 posts

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

#91
post #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

Hey Martin, thanks for checking it out! Yeah, I'm eager to get a lot more dynamic components in there (lists, dashboards, social media feeds, dropdown menus, etc). Going to make that a focus over the next few weeks. These components will probably make it in before I have the data part figured out, but long-term want to find an elegant way to let the user pick from multiple data strategies (graphql, rest, etc) and just magically wire it up to the components.

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

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

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.

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

#93
post #92
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.

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

#94
post #93
post #92

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

Cool, thanks for clarifying. Definitely on the todo list, although still figuring out how soon I need to figure out the whole data layer (the big missing piece right now) VS focusing on expanding the component library across all the UI kits. Lots to do..

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

#95
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…

This is awesome! I am a frontend noob and I've been learning a whole lot of things last 4 weeks and got a Vue SPA with Cognito auth, AWS amplify, Quasar and Vuex. I don't like the output I see in the browser and it pisses me off really. I am yet to cover UX, CSS/Stylus/SCSS and I see a bunch of bundle size warnings that I've no idea how to fix. For people like me, this project would reduce the bootstrap time significantly. I see you plan to add support for Vue etc but man, you're building something very valuable. Kudos.

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

#97
post #76
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?

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…

Are you interested in something as simple as being able to export to Github or would you be looking for real git integration (with export and even import). I'm not sure on the feasibility of import but would love to hear more about what you have in mind there.

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

#98
post #76
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?

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…

To the author: Be careful going down the saas root. The path is filled with feature requests with promises of small monthly payments without lockin.

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

#99

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.

That's the proper thing to call it: scaffolding or boilerplate. "Codebase generator" sounds like an excuse to charge for the output it produces. Instead of that's just scaffolding I can imagine well, yeah, we used a codebase generator, that's just smart, isn't it? Should we do everything manually? Divjoy looks pretty cool but I think I'll avoid it out of principle.

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

#100
post #57

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

This is why you may want to open source. There are so many cool features but very little time.
Post reply on HN