Every Time a SaaS Company Changes Its Pricing, an Engineer Has to Move the Walls. Schematic Raised $6.5 Million to Fix That.

Picture a SaaS company's sales team closing a significant enterprise deal. The client wants custom storage limits, a discounted rate for the first year, and access to a feature tier that does not currently exist in the product's pricing table. The account executive is ready to sign. But before any of that can happen, someone has to file a ticket for engineering. A developer has to go into the product code and manually adjust what the customer can access, at what limits, and under what conditions.
The people who have been inside fast‑growing SaaS companies for any length of time have a name for this. They call it moving the walls. And it is one of the most persistent, most expensive, and least talked‑about bottlenecks in software company operations.
Schematic, the Boulder, Colorado‑based startup founded in 2023 by CEO Fynn Glover, raised $6.5 million in seed funding to fix it. The round was led by S3 Ventures, with participation from MHS Capital, Active Capital, NextView Ventures, and Ritual. Total funding since inception now stands at $12 million. Crunchbase News reported the raise exclusively on April 20, 2026.
Alongside the funding, Schematic is announcing that Stripe, the payments infrastructure company valued at over $65 billion, has selected Schematic to solve entitlements as a first‑class primitive on top of Stripe Billing. Schematic will launch its new Stripe app publicly at Stripe Sessions, which takes place next week.
The Problem Schematic Is Solving
Glover's description of what Schematic does is disarmingly clear: "When a software company sells you a plan, something inside their product has to enforce what you can do and access based on what you paid for. Most companies build that enforcement infrastructure themselves, often badly, and it becomes the thing that slows down every future monetization change. Schematic is the infrastructure that handles it, so engineering doesn't have to."
The gap Schematic fills exists because billing platforms and product applications serve fundamentally different functions and have never been connected at the layer that actually matters. Stripe handles the financial transaction: it generates invoices, charges credit cards, and manages subscription records. But Stripe does not sit inside the application to block or allow a user from clicking a button based on their current plan. That enforcement logic, what can be accessed, at what usage limits, under what conditions, has to live somewhere in the product code. And because it lives in the product code, every pricing change becomes an engineering project.
Schematic decouples that enforcement logic from the application code entirely. The platform serves as a universal remote control, as it has been described internally, for a company's features. Product managers and growth teams can change pricing, packaging, add‑ons, trials, and custom enterprise terms through Schematic's interface without filing an engineering ticket. The changes propagate to the product in real time.
The technical specifics of what Schematic manages:
- Entitlements: which features and capabilities a customer can access based on their current plan.
- Usage limits: how much of a resource a customer can consume before hitting a cap or being prompted to upgrade.
- Credits and consumption tracking: real‑time metering of usage that maps to pricing across API calls, tokens, storage, seats, or any other billing dimension.
- Customer‑specific terms: custom enterprise agreements that deviate from standard plan structures without requiring code changes.
- Pricing tables and checkout flows: embeddable UI components that display current pricing and handle plan selection within the product.
The platform integrates with Stripe for billing, and its application‑layer SDKs are available for Next.js, React, and Python, covering the majority of modern web application development environments.
Why the Timing Matters
Charlie Plauche, general partner at S3 Ventures and lead investor on the round, described the structural shift in SaaS pricing that makes Schematic's moment specific rather than generic: "AI is accelerating a structural shift away from seat‑based pricing. Hybrid and consumption‑based models now represent 38% of SaaS companies, and that number is rising as companies hone their AI pricing strategies, putting real pressure on legacy monetization infrastructure."
That figure is significant. When most SaaS companies were selling per‑seat subscriptions, entitlement management was relatively stable: a customer bought a plan, got their seats provisioned, and nothing changed until renewal. The enforcement logic could be built once and largely forgotten.
AI has broken that model. An AI product's cost to serve varies dramatically based on how users interact with it. A customer using Claude at high inference volume costs more to serve than a customer who opens the product twice a week. Usage‑based pricing, credit systems, consumption tiers, and outcome‑based charges all reflect this reality. And they all require enforcement infrastructure that updates in real time, not at billing cycle intervals.
Glover made the architectural argument precisely: "Neither underlying costs nor customer value are predictable, and both accrue at runtime. This is why we describe what we're building as runtime monetization infrastructure. Value is now accruing nondeterministically at runtime, and as a result, pricing and packaging have to be enforced at runtime. A shadow enforcement system catching webhooks from a billing platform cannot support this inflection."
The Stripe partnership brings this thesis to the largest distribution channel in SaaS payments. Stripe's Billing product serves hundreds of thousands of companies. By positioning Schematic as the entitlements layer that sits on top of Stripe Billing, the company gains access to a distribution pathway that would otherwise take years to build through direct sales. The Stripe Sessions launch next week is the first public signal of what that partnership looks like in practice.
The angel participation in the round adds additional credibility to the infrastructure thesis. Schematic's previous $4.8 million seed in September 2024, led by MHS Capital, included angels from the founding teams of LaunchDarkly, Salesloft, Salesforce Pardot, and CrowdStrike. Operators who have built and scaled developer infrastructure and enterprise SaaS platforms choosing to back a monetization infrastructure company reflects both direct familiarity with the problem Schematic is solving and conviction about the market size.
For SaaS founders who have lived through the experience of watching a pricing change get delayed for three sprints because the engineering team is busy, and then watching that delay compound into a missed quarter, Schematic's pitch requires almost no explanation. The product solves a problem that is both universal and consistently underestimated until someone has experienced it firsthand.
More at schematichq.com





