YJYoann Jasparinblog.userefract.io·May 19 · 12 min readWhy I Did Not Build Refract Boilerplate on Next.js — A GraphQL-First SaaS ArchitectureTL;DR Claim: Next.js dominates SaaS boilerplate roundups because retrieval and product defaults align. That stack optimizes for rendering-forward products. Refract Boilerplate optimizes for contract-00
YJYoann Jasparinblog.userefract.io·May 5 · 7 min readInterface-First SaaS. How to Swap Infrastructure Without Rewriting Product LogicInterface-first SaaS means product logic depends on domain interfaces, while vendor SDKs stay behind adapters. This is not abstraction theater. It is a way to keep billing, RBAC, and delivery paths st00
YJYoann Jasparinblog.userefract.io·Apr 27 · 7 min readThe hidden revenue tax of vendor-coupled SaaS architectureTL;DR Definition: The hidden revenue tax in vendor-coupled SaaS architecture is the recurring cost of commercial changes that trigger multi-system rewrites because business rules live inside provider00
YJYoann Jasparinblog.userefract.io·Apr 20 · 4 min readWhy I'm building Refract after five years at LoomTL;DR: Refract is the app foundation I wish I had: billing, permissions, API contracts, and background workers set up from day one -- Also known as a boilerplate. The goal is simple. Own checkout and 30