Skip to content
Self-hosting index

Know which software bills are worth replacing.

Practical verdicts for common SaaS infrastructure: what it costs, what can replace it, and how much operational work the swap actually creates.

01
VercelHosting

The default host for Next.js. Trivial to leave if your app is a standard Node server — Vercel's value is DX, not anything proprietary.

Typical~$20/moPotential saving~$240/yr
Easy to self-host
02
SupabaseDatabase

Postgres plus batteries. The Postgres part is easy to self-host; the Auth/Storage/Realtime surface is what you'd be rebuilding.

Typical~$25/moPotential saving~$300/yr
Medium
03
Auth0Auth

Auth0 charges per user. For most SaaS, a session-cookie library plus an email/password (or OAuth) flow is a weekend of work and $0/mo.

Typical~$35/moPotential saving~$420/yr
Easy to self-host
04
ClerkAuth

Drop-in auth UI that bills per MAU. The convenience is real; so is the bill once you cross 10k users.

Typical~$29/moPotential saving~$348/yr
Easy to self-host
05
AWS SESEmail

Cheap at the unit price, expensive in operational tax. Replacing it means owning deliverability (IPs, DMARC, bounces).

TypicalUsage-basedPotential savingNone
Medium
06
StripePayments

Don't. Card processing, PCI scope, dunning, tax, and 3DS are why every sane founder pays Stripe's ~3%. There is no savings here worth the risk.

TypicalUsage-basedPotential savingNone
Hard — keep it
07
SentryMonitoring

Self-hostable (it's open source), but the self-hosted Sentry docker stack is heavy. GlitchTip is the lean alternative.

Typical~$26/moPotential saving~$312/yr
Medium
08
AlgoliaSearch

Excellent relevance, expensive at scale. Postgres full-text search or a self-hosted Meilisearch/Typesense covers 90% of use cases.

Typical~$1/moPotential saving~$500/yr
Medium
09
PlanetScaleDatabase

You're paying for branching and a managed proxy over MySQL. Plain MySQL or Postgres on a VPS is a direct swap if you don't need branching.

Typical~$39/moPotential saving~$468/yr
Easy to self-host
10
DatadogMonitoring

The all-in-one observability tax. Powerful, but priced for enterprises. Piecing together the open-source equivalent is real work.

Typical~$15/moPotential saving~$600/yr
Hard — keep it
11
Upstash RedisCache/Queue

Convenient per-request pricing. A self-hosted Redis or a KeyDB instance on your existing box is free and plenty fast.

Typical~$10/moPotential saving~$120/yr
Easy to self-host
12
AWS S3Storage

S3 storage is cheap; S3 egress is not. S3-compatible alternatives with free egress (paired with Cloudflare) cut the bill dramatically for read-heavy workloads.

Typical~$23/moPotential saving~$900/yr
Easy to self-host