Live data from Hacker News

Show HN: Divjoy – React Codebase and UI Generator

divjoy.com

101–110 of 133 posts

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

#101
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 signific…

Thanks for the kind words! Totally understand the frustration of trying to piece everything together. Been there many times and why I finally decided to give this idea shot :)

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

#102
post #96

Hey there should be a collapse/expand button for component And thanks for creating this. This is so far the best dev product I have seen in a while

Hey, could you clarify what you mean by collapse/expand button for components? Currently, there is a +- button on each component that is a bit like collapse/expand. Technically it's controlling whether the component's inner structure is displayed inline in the tree or whether you just see the instance.

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

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

Really cool -- and super-ambitious! Have you looked at Gatsby recently?

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

#104

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.

Hey, is the main issue you have with Divjoy that it uses the term "codebase generator" or was there something about how it works that you didn't like? To be honest, I'm not a huge fan of "codebase generator" either. Open to changing it if it seems weird or meaningless to people.

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

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

Really cool -- and super-ambitious! Have you looked at Gatsby recently?

Hey Chris, yeah Gatsby is awesome! I use it on https://usehooks.com. They're doing some really interesting stuff with themes, component shadowing, and of course their whole graphql system. Not totally sure how Divjoy would integrate with all that stuff (or whether it should try) but going to be exploring that soon.

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

#106
post #104

Earlier quoted context omitted.

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.

Hey, is the main issue you have with Divjoy that it uses the term "codebase generator" or was there something about how it works that you didn't like? To be honest, I'm not a huge fan of "codebase generator" either. Open to changing it if it seems weird or meaningless to people.

That was just my reaction to it. I think it sounds catchy. I would just leave it and see how it works. I'm not the target audience because stock create-react-app and create-next-app (and rails new) are more boilerplate than I like for starting a project, though I'll look at custom boilerplate for inspiration.

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

#107
post #104

Earlier quoted context omitted.

Hey, is the main issue you have with Divjoy that it uses the term "codebase generator" or was there something about how it works that you didn't like? To be honest, I'm not a huge fan of "codebase generator" either. Open to changing it if it seems weird or meaningless to people.

That was just my reaction to it. I think it sounds catchy. I would just leave it and see how it works. I'm not the target audience because stock create-react-app and create-next-app (and rails new) are more boilerplate than I like for starting a project, though I'll look at custom boilerplate for inspiration.

Ok gotcha, appreciate the feedback.

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

#109
This is amazing, I can't believe it works as well as it does. Very well done! Reminds me a bit of mobirise.com.

I'm curious to hear about your future plans for monetization? Premium blocks? Concurrent sites creation limit?

I can also see that right now the project is cached in the browser session. Any plans to have import/export of project files in order to better manage several projects at once? Or a desktop version?

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

#110
post #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 jus…

+1 for adding all these UI dynamic components (menus, social, nested comments, etc)...
Post reply on HN