Save $100. Get goilerplate for $99 instead of $199. Claim deal

goilerplate

Posts tagged #go

Everything I've written about go. Filtered from the full goilerplate archive.

Why I would not start a SaaS on npm in 2026

JavaScript has an npm problem. 36 months of supply chain receipts: chalk, debug, Solana, Polyfill, Next.js auth bypass, TanStack. An honest, sourced look at the damage and why Go's architecture is structurally safer.

The best Go SaaS stack in 2026: a complete reference

Every piece of the modern Go SaaS stack, picked and justified. Web framework, templates, frontend, database, ORM, auth, payments, deployment, observability. The full reference, opinionated.

Why I built goilerplate: the JavaScript fatigue answer for Go founders

The story behind goilerplate and templUI. How a Go developer escaped the JavaScript framework treadmill, built an open-source UI library, and turned the stack into a boilerplate that ships.

From Next.js to Go: a migration guide for SaaS founders

How to migrate an existing Next.js SaaS to a Go stack with templ and HTMX. Step by step, what to port first, common gotchas, and how to avoid downtime.

SQLite vs Postgres in 2026: most web apps do not actually need Postgres

A practical, opinionated comparison. Why SQLite is the right default for almost every web app in 2026, the rare cases where Postgres is genuinely needed, and how to migrate when you actually outgrow SQLite. From the founder of goilerplate and baselite.io.