Updates

Public articles and updates

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

Global SaaS founder choosing between a merchant of record and a payment processor
Aug 3, 2026

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.

Read article
Next.js and Supabase SaaS scaling architecture with database optimization, caching, queues, workers, cloud infrastructure, and load testing
Aug 2, 2026

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.

Read article
Feature flag dashboard showing gradual rollouts, audience targeting, release monitoring, and an emergency kill switch.
Aug 2, 2026

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.

Read article
Shipflash shield blocking bot and brute-force traffic before it reaches a Next.js SaaS application and API.
Aug 1, 2026

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.

Read article
Shipflash SaaS admin workspace replacing risky SQL updates with controlled customer, billing, entitlement, and audit operations
Aug 1, 2026

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.

Read article
Shipflash illustration showing a safe Supabase database migration workflow from reviewed SQL changes to a healthy production deployment
Jul 31, 2026

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.

Read article