Budget Self-Hosted Stack
I run five side projects on one DigitalOcean Droplet for $24 a month. This stack handles 80k monthly visitors combined and has taught me more about infrastructure than years of managed platforms ever did.
Public stack
If I wanted a SaaS stack with fewer moving parts than a full platform backend, I'd start here: Next.js frontend, serverless Postgres, typed queries, managed auth, billing, and simple deployment.
Workflow stack
Serverless Postgres
Serverless Postgres fits spiky early traffic well and avoids managing a database box before the product earns it.
Open tool profileTyped data layer
Schema changes stay explicit and typed, so moving quickly does not mean losing confidence in the data model.
Open tool profileManaged auth
Production-ready auth and organizations remove weeks of signup, session, and security plumbing.
Open tool profileBilling
Subscriptions, upgrades, and billing webhooks are already solved, which keeps the team focused on the product.
Open tool profileDeployment
Preview deploys and zero-config hosting keep shipping smooth for a small team.
Open tool profileHosted authentication and user management for React, Next.js, and modern web apps: prebuilt sign-in UI, sessions, orgs, B2B add-ons, and optional Clerk Billing tied to Stripe.
Payments infrastructure for the internet: card present and online processing, Billing for subscriptions and invoicing, Connect for marketplaces, Tax, Radar fraud tools, and Terminal for in-person hardware.
Frontend cloud from the Next.js creators: Git-connected deployments, preview URLs per branch, serverless and edge functions, CDN, analytics, and team workflows—optimized for modern JavaScript frameworks.
Compare tools in this stack