Earlier quoted context omitted.
hi, I'm working on something similar to Bubble myself - what makes you say that you want such a tool to generate open source code?
Well, the big issue with any of these is that you invariably find yourself needing that one feature so badly. "Here is your site!" "Great, let's add authentication." "Cool, do you want to login with Google, Twitter or Facebook?" "Github..." "Ooh, add it to the list..." And then you're waiting. This doesn't just happen once, it happens constantly on all kinds of things you need. This way you can go in and change it ar…
Yeah this is a big focal point for v1 - providing an avenue for developers to write in any features that aren't natively provided in the editor. I'm currently playing around with a "code view" that shows you the compiled, unminified version of whichever component you're working on and allows you to modify it directly. The plan is to save those modifications as a diff that can be re-integrated when the component is built. Obviously it's not quite as simple as that but my hope is that the editor will be able to gradually add new workflows for missing features but without constraining developers.