Show HN: Serverless Single Page Applications
Please check out out project, Lite Engine[1], a Backend as a Service web application platform. We provide everything you need to rapidly prototype and deploy your single page applications: static file hosting for your html, css, javascript and other assets, a subdomain on our site, security with https, and a 'create your own API' with SQL over CORS and JSON. I think of this as "geocities with a CORS backend".
For your backend we've developed a system we call API Queries. You'll define SQL queries, save them on the backend, then execute them with http post requests that return JSON responses. There are obviously a lot of pros and cons to this 'stored procedure' approach. Please chime in with your thoughts below!
Right now we're offering free accounts while we gauge interest. We plan to offer custom domains with paid accounts. What this means is when you signup for a free account, you will get a 'myapp.lite-engine.com' domain, with a paid account, we'll host your 'www.myapp.com' site, secured with Let's Encrypt certs.
All feedback appreciated!
[1] https://www.lite-engine.com
14 comments
[ 3.7 ms ] story [ 40.4 ms ] threadOur goal was to combine them into a 'rapid web application development' platform. I'd like to hear other opinions on this.
[1] http://martinfowler.com/articles/serverless.html
how can a user take periodical backup of data?
Data backup besides our periodic update (we haven't finalized the frequency, hourly for example) is through an api to pull a snapshot. Otherwise, we're considering backing up the database to a user provided S3 bucket.
So, this product scratches my own itch, I just want to code a web application, that's it!
I'll add I think there's an opportunity for price reduction with the hosted single page app concept I'm promoting, $5 a month for an aws t1 micro (for 3 year reserve) vs $5 a year for a solution like Lite Engine.
I do think the opportunity is available for making the process easier for specific technology stack. For example, I used Meteor's galaxy hosting platform 'cause it works so nicely with Meteor applications. And it is so simple to do, the toolbelt makes it so that it is literally a one-line command line to configure and deploy. And I know that it JUST WORKS, I don't need to worry about nuisances of Meteor hosting.
What if something like this exists for say React? The JS tools fatigue is drowning all React devs. If you can make something that is super simple for say webpack deployment. That would be sweet! I'd pay a premium for that convenience and knowledge that I'm not doing something stupid.
I think ultimately, the message I'd like to convey is, 'it' doesn't have to be that hard to deploy a single page app. This is heresy to many :)
Thanks again for the feedback I really do appreciate it!