from Hacker News

Ask HN: Go to tech stack for building small SaaS in 2024?

by ed_balls on 1/5/24, 11:46 PM with 5 comments

The following list was my goto tech stack for building small B2B SaaS at the end of 2019. Any better alternatives?

The app will manage hardware design documents for 50 customers.

fastapi/Python

Postgres

Celery for tasks

Redis for caching

React for frontend (Tailwind)

Hosting: DO app platform, heroku, k8s on AWS

Sentry for error tracking

Stripe for payments

EmailOctopus for newsletter

SendGrid for transactional emails

NameCheap for the domain

auth: Auth0 or Amplify from AWS

AWS S3 for storage

Github for code

Trello, Slack, Google docs

  • by aprdm on 1/6/24, 12:40 AM

    50 customers ? You can build it with Django and sqlite with zero dependencies and deploy via scp, run it on the cheapest DO and call it a day. Easy to scale later too and you will be developing/deploying the business logic from day 1
  • by thehucklecat on 1/7/24, 10:09 AM

    I think those are all good choices and I don't judge you for k8s. It all depends if you know it already. We use GKE with auto-scaling kubernetes and it's great and took 2 day to get it terraformed sufficient to where it feels like what I had at my old job.

    If/when you need to start "real company stuff": AngelList Mercury Ramp Rippling HubSpot

    I've been pretty impressed with all of those.