Why isn't there a code generator for web application development yet?
1–10 of 13 posts
Re: Why isn't there a code generator for web application development yet?
#2Note, they do exist in some form depending on what you want.
Re: Why isn't there a code generator for web application development yet?
#3What would you want this generator to look like? What's the input / output / limits? Note, they do exist in some form depending on what you want.
Re: Why isn't there a code generator for web application development yet?
#4Re: Why isn't there a code generator for web application development yet?
#5I just saw this yesterday but it’s pretty confusing... codejoh.com ... but in general I’d think people either want to code themselves or use low-code or no-code solutions.
Re: Why isn't there a code generator for web application development yet?
#6What would you want this generator to look like? What's the input / output / limits? Note, they do exist in some form depending on what you want.
Input design file like sketch, with annotations or an interactive url like framer, then export production ready (for the most part) the html, css, and javascript. What is the closest you know of?
I think there are some plugins for sketch / figma that will output React?
The hard part for design tool to prod code is understanding the data model and knowing how to call an API. I think you want to go a different way, from data model to all the other things, then touch up / add custom code.
Re: Why isn't there a code generator for web application development yet?
#7On the other hand there might be some scenarios where such generators would be nice to have
Re: Why isn't there a code generator for web application development yet?
#8There are many code generators for web application development.
> This seems like it would be revolutionary for large companies that could significantly decrease their engineering teams.
Insofar as it works to increase the value of each hour of engineering time, this should increase the quantity of engineering time it make sense to purchase with any given targeted return, presuming there isn't some other constraint limiting useful engineering work.
Re: Why isn't there a code generator for web application development yet?
#9Also, engineering teams at large corps are typically not just sitting around vomiting out front-end code. Sure, that work does take some time... but the bulk of the job is making sure we're building the right tools for the business, that they keep running and providing value, and get updates as the business evolves. The number of hours spent to build an initial UI is not actually the bulk of the effort over the lifetime of an app.
Re: Why isn't there a code generator for web application development yet?
#10Gives you a full stack React app with UI, auth, db, payments, etc. Can be customized in the tool prior to export.
Would love to hear if this is what you’re looking for or if you had something different in mind.