rdooley.dev
BlogLicenseBuy — $49

Blog

Articles and updates from Next.js SaaS Templates.

September 13, 2026

Never Put the Token in the Redirect URL

Why a Rails or Go API can't hand a Google OAuth session to a separate-origin Next.js frontend by redirect, and the single-use handoff code that replaces it.

September 1, 2026

What a New Stripe Account Can't Do Yet

The Stripe constraints that aren't on the getting-started page: the 120-day wait for two-day ACH settlement, unpublished bank debit volume limits, mandate wording you can't broaden later, and why test clocks can't fast-forward a bank debit.

August 19, 2026

How I'm Running a SaaS for (Almost) Free as a Solo Dev

My hosting stack costs roughly $7-8/month all-in, and most of the individual pieces are free. Here's what I'm actually using, and why.

August 11, 2026

Rails vs Go for SaaS: What Convention Gets You (and What It Costs You)

Rails vs Go compared for building a SaaS backend: real tradeoffs in auth, admin panels, background jobs, and database tooling, from building the same registration flow in both.

August 5, 2026

User Registration Is Never Just a Form

What 'add user registration' really costs: password hashing, email verification in dev and production, background sending, and a POST-only confirm link.

July 30, 2026

Why I Built Templates for Rails and Go

I kept stalling at deployment, never at the idea. So I built starter templates for Rails and Go that handle hosting, auth, and the infrastructure for me.

BlogLicenseTermsPrivacy

© 2026 Next.js SaaS Templates