/ THE STACK  ·  OPINIONATED, PUBLIC, KEPT CURRENT

Everything I build with —
and what I won’t.

Funds want to know what they’d be standing on. So here it is. Every tool I use in production for client work, with one sentence on why. Plus a short list of things I deliberately don’t use, because those choices matter as much as what you adopt.

Updated when my stack changes. Last reviewed May 2026.

Orchestration

The layer that holds the logic. Whatever runs the LLM + decides what happens next.

Claude API

Default model for prose, structured extraction, code, agent workflows. Sonnet for most things, Haiku when latency or volume matters.

MCP (Model Context Protocol)

The right shape for letting an agent talk to your tools. I build a custom MCP server per fund — one place to govern what Claude can read and write.

OpenClaw

Skill packaging for Claude agents. Modular, version-controlled, agent-portable. I publish to ClawTrove what I'd otherwise rewrite from scratch.

Zapier

Cron, webhooks, and SaaS-to-SaaS glue when an LLM isn't the right tool. I've shipped hundreds of Zaps and still reach for it first when the job is move-this-thing-from-A-to-B. Ubiquitous integrations, dead-simple to hand off to the fund team.

CRM + data

Where the fund's real data lives. Everything I build either reads from these or writes to them.

Affinity

The default VC CRM. I integrate at the API layer — never copy-pasting, never duplicating fields. Most of my work touches Affinity at some point.

Attio

Newer VC CRM I support alongside Affinity. Same integration shape — read deals, write enriched fields, route notifications.

Airtable

When a fund needs structured data outside the CRM — deal scorecards, LP ledgers, portfolio KPI tables — Airtable is faster to build than a custom database and survives team turnover.

Notion

Source of truth for written knowledge. Memos, case notes, this site's content. The API got serious in 2024 — now it's a real backend.

Xano

When a fund needs an actual application backend — auth, custom logic, scheduled jobs — Xano is the no-code answer that doesn't lock you out.

Supabase

When the fund's team has any engineering capacity, Supabase beats Xano for cost, schema control, and raw Postgres power.

Research + LLM

The models I actually use day to day, and the wrappers around them I trust in production.

Perplexity (+ Computer)

Best web research for founder/company diligence. Computer-use mode for the things only a browser session can do.

OpenAI

Second model. I use it for embedding, vision, and the occasional Claude failover.

Claude Managed Agents

Anthropic-hosted scheduled runtime for agents I don't want pinned to my laptop. Planned home for the Lab swarm once I ship it.

Frontend + deploy

Where the work shows up. Static-first, edge-cached, fast.

Next.js

What this site is built on. ISR + edge + good DX. Boring choice for marketing sites, which is the point.

Vercel

Where I deploy almost everything. Pro plan for per-minute crons and image optimization.

Retool

When the fund needs an internal dashboard (LP reporting, portfolio KPI view, deal screener), Retool ships in days instead of weeks.

Webflow

When a fund wants a marketing site they can edit themselves without engineering — that's Webflow. I don't build VC marketing sites in Webflow anymore (this site is Next), but I still ship them for portfolio companies.

Infrastructure

The boring layer. Queues, scheduling, file storage. The stuff funds don't see but breaks first when it's wrong.

Cloudflare

DNS, R2 storage, Workers when I need an edge function not tied to Vercel. Registrar of choice.

Railway

When something needs to run as a long-lived service (Slack bots, queue workers), Railway is the lowest-friction path.

Postmark

Transactional email I trust. Pre-meeting briefs, ship notes, internal alerts.

Communications

Where most of a fund's day lives. Anything I build has to land here or it won't get used.

Slack

Where every fund I work with actually does the day. Most of my interfaces are Slack-native — Block Kit, slash commands, slack-bots over the CRM.

Loom

How I onboard clients and document what I ship. Every system I deliver comes with a Loom of me using it.

Typefully

Cross-post to LinkedIn + X from one place. The agent watching my social output reads from Typefully's API.

What I don't use (anymore)

An opinionated list. If you're paying for these, we should talk before we add anything.

n8n

Self-hosted workflow tool a lot of people try to use as a Zapier replacement. In practice, you spend more time babysitting the runtime than building the workflow. I'd rather pay Zapier for glue and put real logic in the orchestrator.

Generic AI-consultant playbooks

Four-pillar discovery decks, 'AI transformation' workshops, three-week kickoffs. If your last call with an AI consultant started with a maturity-curve diagram, you know the one.

Tools sold as 'an AI for VCs'

Most are a wrapper around Claude with a deal-scoring prompt. If you can describe what the tool does in one sentence, you can usually build it on your own stack in two weeks.

/ WORKING WITH BLACK MATTER VC

This is what you’d be standing on.
Want to start building?

$10k / month. I deploy on the stack above, integrated into whatever your fund already uses. Book a 30-min intro and I’ll map your current setup against this list and name the three highest-leverage systems to build first.