Tools and services

What I actually use.

The handful of services I keep paying for, year after year. Honest opinions, no referral links, no sponsorship. Every link goes straight to the vendor page.

Rest of the production stack.

Other services I rely on every week. Same rule: no referral links, just things that work.

Vercel

Where most of my Next.js projects live. The free tier is genuinely useful, the paid plan is worth it the moment you have one production app.

Supabase

Postgres, auth, storage, realtime and edge functions in one panel. I default to it for any new project that needs a database.

Resend

The cleanest transactional email API I have used. Three thousand emails a month free, no card required, deliverability has not let me down.

Cal.com

Open-source Calendly alternative. Self-host or use the hosted version. The free hosted tier covers more than most people need.

Cloudflare R2

S3-compatible object storage with no egress fees. Storage costs are similar to S3, but you do not get burned when traffic spikes.

GitHub

Where the code lives. Actions for CI, Pages for static docs, Wiki for project documentation, Codespaces if you do not want a local toolchain.

Want to see how it all fits together?

Most of these services show up in the production stack at /technology, and the long-form posts at /blog walk through how I wire them up.

See the production stack