The long-form pieces, in the order they are useful: decide what you are building on, set the agent up so it works in your codebase, then know where the approach stops working.
A working playbook for starting a SaaS with coding agents in 2026: what the agent should own, what you should own, and why the foundation you hand it decides the outcome.
5 min read
Letting a coding agent pick your stack mid-build is how projects end up with three ORMs and two auth systems. Decide the stack first, then prompt. Here is the decision order that works.
5 min read
A day-by-day plan for going from idea to a deployed, billable SaaS in seven days using a boilerplate and a coding agent. What to build, what to skip, and what to cut when you fall behind.
5 min read
Clerk, Auth.js, Supabase Auth, WorkOS, or roll your own: a decision guide for SaaS authentication in 2026, including what changes when a coding agent writes the code around it.
4 min read
Stripe, Lemon Squeezy, Polar, or Paddle: how to choose a SaaS payment processor in 2026 based on tax handling, not API quality, and what generated billing code gets wrong.
4 min read
Postgres is the answer. The real database decisions for a SaaS in 2026 are hosting, ORM, and how you enforce tenant isolation, especially when an agent writes the queries.
4 min read
The first hour with Claude Code on a new repo decides the next three months. A concrete setup: instruction file, commands, permissions, subagents, and the verification loop.
4 min read
Which MCP servers actually earn a slot in a SaaS development setup, which ones waste context, and why exposing your own product over MCP is becoming a distribution channel.
5 min read
Claude Code reads CLAUDE.md. Most other agents read AGENTS.md. Here is which file each tool loads, how to keep one canonical source with a symlink, and what belongs inside.
11 min read
In 2026, the best boilerplate is the one your AI coding agent can understand. Here are the 10 properties that make a starter kit agent-ready, and how to check them before you buy.
7 min read
We run a boilerplate directory and we still think there are cases where buying one is the wrong call. Here are the situations where a starter kit costs you more than it saves.
4 min read
The AI-builder-vs-boilerplate debate misses how successful products are actually built: validate on Lovable or Bolt, ship production on a boilerplate, extend with a coding agent. The full hybrid playbook.
9 min read