From zero to savings in four steps
Install & Connect
pip install surfclaw. Point it at your directory. SurfClaw runs AST extraction (no LLM needed) and semantic extraction in parallel.
Graph is Built
Nodes, edges, Leiden clusters, confidence scores. Your entire corpus compressed to a queryable JSON graph — 71.5× fewer tokens than raw files.
Query Anything
Ask natural language questions. SurfClaw traverses the graph instead of sending raw files to your LLM — instant answers, massive savings.
We Charge 10% of Savings
Lemon Squeezy usage records are filed automatically. You see your savings in real time. SurfClaw takes exactly 10% of documented savings, nothing more.
Enterprise-grade. Startup-priced.
Any corpus. One graph.
Code, PDFs, Markdown, images, meeting transcripts — SurfClaw extracts every concept and relationship into a single traversable knowledge graph. 25 languages via AST, docs via semantic extraction.
Serverless. Zero fixed cost.
Runs on Modal — you pay only per invocation, never for idle time. Your infrastructure bill is literally $0 when no one is calling the API.
Incremental. Never rebuilds.
Change one file, patch one subgraph. SurfClaw tracks SHA256 content hashes so unchanged nodes are never re-extracted. Enterprise corpora update in under 1 second.
All LLMs. One interface.
OpenAI, Anthropic, Google, Meta — every model family is supported. Savings are calculated at the exact per-token price of whichever model your team uses.
Three lines to start saving
from surfclaw import SurfClawClient
client = SurfClawClient(api_key="sk-sc-...")
result = client.process_directory("./src")
# Read the structured report
print(result.report)
# Query the graph in natural language
q = client.query("Why did we choose gRPC over REST?", result.graph)
print(q.answer)
# See your exact savings
print(result.savings_summary())
# Compression: 71.5x | Tokens saved: 2,847,320 | Savings: $8.54 | Fee: $0.85Pay only for what you save
Flat monthly base + 10% of your documented LLM savings. If SurfClaw doesn't save you money, you don't pay the usage fee.
- ✓Full knowledge graph API access
- ✓All LLM providers supported (OpenAI, Anthropic, etc.)
- ✓Real-time LLM savings dashboard
- ★+ 10% of your documented LLM savings (usage fee)
- ✓You keep 90% of everything saved
- ✓Up to 100 GB corpus / month
- ✓Email support
All plans include a 14-day money-back guarantee. · Powered by Lemon Squeezy — cancel anytime.
Your AI bill is too high.
We fixed it.
Join companies saving thousands per month on LLM costs. Start with $49/mo, pay 10% of your savings.
Install the SurfClaw SDK