Settings

Theme

Ask HN: Fastest way to launch web app

4 points by smarri a year ago · 8 comments · 1 min read

Reader

Hello HN. I have a handful of web projects that I want to launch to get user feedback. Each requires user log and authentication, the ability to store and retrieve user content, payment functionality, and to scale with user demand, (all done securely). Is there a single provider or service that offers this off the shelf? I don't want to have to build it all myself as I was to test my ideas quickly. Thank you

gls2ro a year ago

I would recommend Ruby on Rails - you will find well establish gems for everything you need (eg: devise for auth, pay gem for paymens, sitepress for static content like marketing pages …)

There are also some very well done (simple to understand and maintain) starter kits. Here are two of them:

- https://jumpstartrails.com

- https://businessclasskit.com

I would recommend Avo (and I am doing so for a couple of projects) as a super great admin to manage everything:

- https://avohq.io

politelemon a year ago

I think you might be looking for Firebase, it is basically a set of components that you can use on your web application and you'll find things like database, authentication, payments, caching.

You could also look at Vercel and Heroku, I think they do similar things, but I've not used them a lot.

  • FrenchDevRemote a year ago

    Firebase can save you a lot of time at the beginning of your project, but it have so many issues once you start to scale even just a bit, it's such a pain to work with on a real project.(safety issues, bugs, all kind of stupid limitations, your bill can go up extremely easily, it has so many shortcomings)

    I'd recommend using some boilerplate from github in your favorite stack even if it might be a little bit longer to build a product with it.

    • shuki a year ago

      Curious mind here: I have few projects running on Firebase. Haven't had any issues so far. What type of safety issues/bugs and limitations are you referring to?

the__alchemist a year ago

Django + Heroku is a good stack for full (batteries-included) web apps.

hknws2023saio a year ago

Nextjs has a stripe integration template with supabase, easy for quick iterations and prototyping.

smarriOP a year ago

Thank you all for the recommendations.

sfmz a year ago

Supabase

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection