Public articles and updates
This archive publishes product updates, guides, and reference content.

Merchant of Record or Payment Processor? Choosing the Right SaaS Payment Model in 2026
A practical framework for choosing between a merchant of record and a payment processor, covering global tax, fees, billing control, compliance, risk, and provider migration.

How to Scale a Next.js and Supabase SaaS: Database, Caching, Connections, Queues, and Load Testing
Scale a Next.js and Supabase SaaS without prematurely rebuilding the stack. Learn how to diagnose bottlenecks, optimize Postgres, control connections, cache safely, move work to queues, and load-test realistic growth.

Ship Features Without Betting the Whole Release: Feature Flags and Kill Switches for Next.js SaaS
Feature flags let a Next.js SaaS separate deployment from release, roll out changes gradually, and disable risky behavior without waiting for another deployment. This guide explains how to design server-side flags, safe fallbacks, kill switches, audit controls, testing, and cleanup without turning your codebase into permanent toggle debt.

Your SaaS Is Being Abused: Rate Limiting, Bot Protection, and Cost Controls for Next.js
Protect a Next.js SaaS from bots, brute force, retry storms, expensive API abuse, and runaway usage with layered rate limits, CAPTCHA, quotas, and monitoring.

Stop Managing Customers in SQL: The SaaS Admin Operations Playbook
A practical guide to building a secure SaaS admin operations workspace for customer support, billing investigations, controlled account actions, impersonation, audit logs, and production-safe repairs.

Ship Database Changes Without Breaking Production: A Supabase Migration Workflow for Next.js SaaS
Learn how to ship Supabase database migrations safely in a production Next.js SaaS. This guide covers version-controlled schema changes, RLS testing, type generation, backfills, PostgreSQL locks, CI/CD deployment, recovery decisions, and post-deployment verification.