Market Opportunity

The Market Opportunity

Where this fits, how big it is, and why the timing is right.

P2 — Semi-technical Investors P4 — Technical Investors
01 — Where We Fit

The Developer Tools Stack

Every developer tool sits on a stack. Click each layer to explore.

Applications
What developers use daily
ESLint, Prettier, TypeScript, Copilot

End-user tools that developers interact with directly. Each one is built from scratch with custom tree-walking logic. They work, but every tool reinvents the wheel for computing information over code trees.

Frameworks / Engines The Gap
Declarative computation over code — the missing layer
This is where we are

Between parsing (turning text into trees) and applications (tools developers use), there is no standard framework for computing semantic information over syntax trees. Every tool re-implements tree traversal, scope resolution, type propagation from scratch. We fill this gap with a declarative, high-performance engine.

Parsing
Text → Syntax Tree
Tree-sitter, Babel, TS Compiler API

Parsers turn source code text into structured tree representations. This layer is well-served — Tree-sitter alone has become the industry standard, used by GitHub, Neovim, and dozens of tools. But parsing only gives you structure, not meaning.

Protocols
Editor communication
LSP, DAP

Protocols like the Language Server Protocol (LSP) standardize how tools communicate with editors. They define the interface, but say nothing about how to compute the information that flows through it. That computation is what our framework provides.

02 — Market Size

TAM / SAM / SOM

Hover each ring to see the breakdown.

TAM Developer Tools Market $40B+ SAM Code Quality & Analysis $5B+ SOM TS Ecosystem Early Adopters $250M+
03 — Customer Segments

Who Buys This

Three distinct customer segments with different buying motions. Click to expand.

🏢

Enterprise Platform Teams

Developer tools / platform / DevEx teams at mid-to-large tech companies (50+ engineers)

ACV $20K–100K/yr Top-down sales High retention
Click to expand
They buy Infrastructure to reduce internal tooling costs. Custom linters, code migration tools, internal IDE extensions.
Sales Top-down, longer cycles. High retention and expansion once embedded in platform.
Pain Each internal tool is hand-built. Duplicated effort across teams. No reusable infrastructure.
🚀

Dev-Tool Startups

Startups building next-gen code analysis, AI code review, security scanners, or DSL tooling

ACV $5K–20K/yr Bottom-up adoption Fast cycles
Click to expand
They buy Foundation to ship faster. Instead of building tree computation from scratch, they build on our framework and focus on their unique value.
Sales Bottom-up, fast adoption. Ecosystem lock-in once they build on the framework.
Pain Months of engineering on tree traversal before they can even start on their actual product.
🤝

Consultancies & Agencies

Companies delivering custom tooling, migration, and analysis solutions to enterprise clients

ACV $5K–15K/yr Bottom-up Tool-of-choice
Click to expand
They buy A reliable, reusable foundation for client engagements. Build once, deliver many times.
Sales Bottom-up. Becomes the tool-of-choice for building client deliverables. Revenue multiplier.
Pain Every client engagement starts from zero. No standard platform to build on for code analysis work.
04 — Competitive Positioning

The Landscape

Hover each dot for details. The top-left quadrant — practical and general-purpose — is wide open.

PRACTICAL + GENERAL HARD + GENERAL PRACTICAL + SPECIFIC HARD + SPECIFIC ADOPTION DIFFICULTY → GENERAL PURPOSE ↑ Practical / Easy Theoretical / Hard General Language-specific AG Framework JastAdd Silver Kiama Roslyn Analyzers Tree-sitter (parsing only) Hand-written Visitors
05 — Timing

Growth Tailwinds

Three macro trends converging to create this opportunity right now.

AI Code Explosion

AI-generated code volume is growing exponentially. Every AI-written line needs automated semantic analysis. Human review cannot scale — machines need to check machines.

2022 AI code share growing 10x/yr

TypeScript Dominance

TypeScript is the #1 language for developer tooling. Zero AG infrastructure exists in the TS ecosystem. This is a greenfield opportunity in the world's most active developer community.

TS ecosystem No AG framework exists

Platform Engineering

Companies investing billions in internal developer platforms. Custom linters, migration tools, governance — all need tree computation. The infrastructure layer is underserved.

Market investment $12B+ platform engineering spend

Tree-sitter became the standard for parsing. LSP became the standard for editor integration. The declarative computation layer is the next standard to emerge — and nobody owns it yet.