I often feel like there is an opportunity for a hybrid model. Build the app "without code" but then pay to download the code and customize it to your will / deploy on your own infrastructure. Not saying this would happen with this company but if you don't own the code you are just (as another poster put it) renting your app. If the company you are renting from goes under or raises their prices you are out of luck and…
Show HN: Websites and Apps Built Without a Single Line of Code
11–20 of 31 posts
Re: Show HN: Websites and Apps Built Without a Single Line of Code
#12I often feel like there is an opportunity for a hybrid model. Build the app "without code" but then pay to download the code and customize it to your will / deploy on your own infrastructure. Not saying this would happen with this company but if you don't own the code you are just (as another poster put it) renting your app. If the company you are renting from goes under or raises their prices you are out of luck and…
What you say makes sense. But that just makes the subscription model of those platform obsolete. Bubble does offer an option to host the app on dedicated infrastructure but it will be still runnin on bubble with a paid subscription. Another thing is - bubble promised if they ever go out of business and shut down they will make their code open source so that everyone can continue running their apps built on Bubble usi…
Consider the trend we're seeing where a company is acquired and ultimately shut down. Those "promises" are (likely) no longer even the founders decision. What happens then?
Edit: it may also be a good idea to disclose that you're the founder/CEO of a Bubble partner.
Re: Show HN: Websites and Apps Built Without a Single Line of Code
#13I often feel like there is an opportunity for a hybrid model. Build the app "without code" but then pay to download the code and customize it to your will / deploy on your own infrastructure. Not saying this would happen with this company but if you don't own the code you are just (as another poster put it) renting your app. If the company you are renting from goes under or raises their prices you are out of luck and…
What you say makes sense. But that just makes the subscription model of those platform obsolete. Bubble does offer an option to host the app on dedicated infrastructure but it will be still runnin on bubble with a paid subscription. Another thing is - bubble promised if they ever go out of business and shut down they will make their code open source so that everyone can continue running their apps built on Bubble usi…
That just means they'd need to charge more than their estimated customer lifetime value to make it worthwhile. If they thought a customer typically stays on the platform for 18 months then they could charge the equivalent of 19 months of fees to download the code in order to make more money than they would hosting the app themselves. If they factored in the cost saving from keeping the app running and supported they could charge much less and still make more money than they would hosting the app.
Re: Show HN: Websites and Apps Built Without a Single Line of Code
#14I often feel like there is an opportunity for a hybrid model. Build the app "without code" but then pay to download the code and customize it to your will / deploy on your own infrastructure. Not saying this would happen with this company but if you don't own the code you are just (as another poster put it) renting your app. If the company you are renting from goes under or raises their prices you are out of luck and…
This is a really important point IMO, and a major problem with the business model of most "app builder" type platforms.
Owning the code matters even to non-developers. Anything beyond a static prototype can be expected to require custom programming at some point, but it's typically impossible if you are locked in as a "renter" on a closed WYSIWYG platform.
I've worked on a couple of projects that have tried to solve parts of this, most recently a product called React Studio. It just launched in version 1.0:
It's a visual front-end design tool that export high-quality React code and complete projects using Facebook's "create-react-app" toolchain (Node, Webpack, Babel).
Re: Show HN: Websites and Apps Built Without a Single Line of Code
#15I often feel like there is an opportunity for a hybrid model. Build the app "without code" but then pay to download the code and customize it to your will / deploy on your own infrastructure. Not saying this would happen with this company but if you don't own the code you are just (as another poster put it) renting your app. If the company you are renting from goes under or raises their prices you are out of luck and…
... if you don't own the code you are just renting your app. This is a really important point IMO, and a major problem with the business model of most "app builder" type platforms. Owning the code matters even to non-developers. Anything beyond a static prototype can be expected to require custom programming at some point, but it's typically impossible if you are locked in as a "renter" on a closed WYSIWYG platform.…
Re: Show HN: Websites and Apps Built Without a Single Line of Code
#16Earlier quoted context omitted.
What you say makes sense. But that just makes the subscription model of those platform obsolete. Bubble does offer an option to host the app on dedicated infrastructure but it will be still runnin on bubble with a paid subscription. Another thing is - bubble promised if they ever go out of business and shut down they will make their code open source so that everyone can continue running their apps built on Bubble usi…
Yeah... "promised" Consider the trend we're seeing where a company is acquired and ultimately shut down. Those "promises" are (likely) no longer even the founders decision. What happens then? Edit: it may also be a good idea to disclose that you're the founder/CEO of a Bubble partner.
Re: Show HN: Websites and Apps Built Without a Single Line of Code
#17I often feel like there is an opportunity for a hybrid model. Build the app "without code" but then pay to download the code and customize it to your will / deploy on your own infrastructure. Not saying this would happen with this company but if you don't own the code you are just (as another poster put it) renting your app. If the company you are renting from goes under or raises their prices you are out of luck and…
The issue is the market is bimodal and there's not really any room for a middle ground. Developers prefer to have full control over their architecture and they have varied and evolving opinions. Non-technical folks tend to churn once they reach the "download your code" step.
Ultimately I think the best software will be created by the developers, who don't need a tool like this.
Re: Show HN: Websites and Apps Built Without a Single Line of Code
#18I really want something like this but not quite this.
In my mind you have a visual builder like this that puts out maybe some bootstrap code. (Jetstrap or Bootply).
Then the back end is already hotwired up to something like Django/Rails with a database, hosted somewhere like DO, VULTR etc.
And you can move any of these pieces around, so you can move from DO to VULTR or move databases from Postgres to Mysql, by clicking a button.
You have access to all the code.
It works pretty much like bubble but out of open sources tools that are cobbled together and you have the access.
Re: Show HN: Websites and Apps Built Without a Single Line of Code
#19So close. I really want something like this but not quite this. In my mind you have a visual builder like this that puts out maybe some bootstrap code. (Jetstrap or Bootply). Then the back end is already hotwired up to something like Django/Rails with a database, hosted somewhere like DO, VULTR etc. And you can move any of these pieces around, so you can move from DO to VULTR or move databases from Postgres to Mysql,…
Re: Show HN: Websites and Apps Built Without a Single Line of Code
#20So close. I really want something like this but not quite this. In my mind you have a visual builder like this that puts out maybe some bootstrap code. (Jetstrap or Bootply). Then the back end is already hotwired up to something like Django/Rails with a database, hosted somewhere like DO, VULTR etc. And you can move any of these pieces around, so you can move from DO to VULTR or move databases from Postgres to Mysql,…
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?
"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 around.
You already have a nice CSS pattern, you just drop it in.