What to show

A technical roadmap for a fundraise

A technical roadmap for a fundraise is a twelve-month plan that says what the engineering team will build with the money being raised, what share of the team's time goes to maintenance and technical debt, and how the team's measured delivery capacity supports the dates. It is the document a reviewer reads most closely after the code, because it connects the round to the product. Matt Van Itallie's TechCrunch checklist of 26 October 2022 asks for the roadmap for the next twelve months alongside twelve months of ticket history split between new features and maintenance, and his seventh reviewer question asks how much finance invests in preventing technical debt. This page gives the roadmap a shape that answers all three at once.

Published September 17, 2026. Editorial.

Key takeaways

  • Write the roadmap for twelve months and tie every line to the money: what it costs in engineer-time, what it needs from the round, and what the company gets when it ships.
  • Show the maintenance share. Van Itallie's 2022 checklist asks for the last twelve months of tickets split between new features and maintenance, and the roadmap should carry the same split forward.
  • Check the plan against measured capacity. A team that deployed 30 times last quarter cannot credibly plan a roadmap that assumes daily releases, and the reviewer will compute the gap from your logs.
  • Put technical debt on the roadmap as its own line with a budget, because the reviewer's seventh question is how much finance invests in preventing it, and a line item is the only artefact that answers it.

A technical roadmap for a fundraise is a twelve-month plan that ties the engineering work to the money being raised, carries its own maintenance and technical-debt share, and is checked against the team's measured delivery capacity. That is the whole shape. The rest of this page is what goes on each line and what the reviewer does with it. The pillar page on preparing for technical due diligence puts the roadmap in sequence with the rest of the preparation, and the investor's view of how the roadmap is read is on SaaS metrics versus engineering reality.

Matt Van Itallie's checklist, published in TechCrunch on 26 October 2022, asks for three things under the product roadmap heading that this page is built around: the last twelve months of product management data split between new features and maintenance, the roadmap for the next twelve months, and (under code quality) what finance invests in preventing and remediating technical debt, security risk and IP risk [1]. His list of eight reviewer questions, published the day before, makes the last of those a question in its own right: "How much does finance invest in tech debt prevention?" [2]. Reveneau's preparation method treats the roadmap as the answer to all three, one document with the history on the left, the plan on the right, and the debt line in both, because a reviewer who can see the split going backward and forward has no reason to compute it.

What does a reviewer do with the roadmap?

A reviewer reads the roadmap against three other things: the deck, the ticket history, and the deploy log. Against the deck, they check that the product the roadmap builds is the product the deck sells. Against the ticket history, they check that the team has been working on what the roadmap continues, which is Van Itallie's first question ("What have you been working on?") [2]. Against the deploy log, they check that the team ships at a rate that makes the roadmap's dates possible.

The third check is the one founders miss. DORA's software delivery metrics, as defined on dora.dev, include deployment frequency and change lead time, the time from a commit to running in production [8]. A reviewer computes both from your logs. A roadmap whose first quarter assumes twelve releases from a team whose deploy log shows six per quarter is a plan the reviewer will mark as unsupported, whatever the deck says about velocity. The page on what investors look for in a startup's codebase covers computing the five DORA numbers before the reviewer does.

What should each line of the roadmap carry?

Each line carries six things, and a roadmap is a table of them:

Column What it holds
Item One deliverable a customer or an operator would notice
Why The customer problem or the revenue line it serves, in one sentence
Cost Engineer-weeks, from the team's own estimate
Needs What the round buys for this line: a hire, a vendor, infrastructure
Quarter When it ships, with the dependency on any earlier line named
Evidence The load test, customer request or incident that justifies it

The "needs" column is the one that ties the roadmap to the fundraise. If the round is for two engineers and a data platform, the roadmap should show which lines those two engineers and that platform make possible, and the lines should sum to the ask. A roadmap that would be the same with or without the money is telling the investor the money is not needed, and a roadmap that needs more than the money is telling them the ask is wrong. Our guide to software development cost covers estimating the cost column, and scaling engineering teams covers what a new hire adds to capacity and when.

Keep the "why" column honest about who asked. A line justified by "three of the five largest customers asked for this in Q2, tickets attached" is an artefact; a line justified by "strategic" is a slide.

How much of the roadmap should be maintenance?

Whatever share the last twelve months show, unless you can say what changes. The checklist asks for the historical split between new features and maintenance [1] because the reviewer wants to know two things: what the real share is, and whether the roadmap pretends it is smaller.

Compute the share from the ticket export: label every ticket in the last twelve months as feature, maintenance or incident, and total the engineer-time or the ticket count per label. Then carry the same share into the roadmap as a standing line per quarter. If the historical share is 35 percent maintenance and the roadmap shows 10 percent, the reviewer will ask what changed, and "we will have fewer bugs" is the answer that ends the conversation badly. "We are retiring the legacy reporting module in Q1, which produced 40 percent of maintenance tickets last year, tickets attached" is the answer that survives.

The right share differs by company. A reviewer at seed expects more maintenance than a reviewer at Series B, and a product with a hardware integration expects more than a web application. What every reviewer expects is that the number on the roadmap is the number in the history, or that the difference has a reason with evidence.

Where does technical debt go on the roadmap?

On its own line, with a budget, per quarter. Van Itallie's seventh question is "How much does finance invest in tech debt prevention?" [2], and the only artefact that answers a question about investment is a line item with a number on it. Put the technical-debt line in the same table as the feature lines, with the same six columns, and let the "evidence" column carry the item from the known-problems list it addresses.

This is also where the architecture presentation's change table lands. The page on presenting your architecture to investors describes a table of the parts of the system you would change, with the scale at which each stops fitting, the cost and the trigger. The rows of that table whose trigger falls inside the next twelve months are roadmap lines. The rows whose trigger falls later are the reason the technical-debt line has a budget at all: some of it will be spent on work you cannot name yet.

A reviewer who sees a debt line reads the roadmap as a plan made by a team that knows its own system. A reviewer who sees no debt line assumes the debt is paid out of the feature lines, and discounts every date accordingly. The investor-side page on assessing technical debt describes how that discount is applied.

How should the roadmap connect to the deck?

Line by line. Every product claim in the deck that describes something not yet shipped should be a row in the roadmap, with its quarter. Every roadmap row that ships something the deck sells should say which slide. A reviewer reads the two side by side, and the a16z data room guide of 25 August 2022 lists numbers inconsistent with the deck as the first red flag in a data room [3]. A date in the deck that the roadmap does not carry is the roadmap equivalent.

The same guide advises leaving detailed three-to-five-year projections out of the data room unless asked [3], and the engineering version of that advice is to keep the roadmap to twelve months. Beyond twelve months, the roadmap is a vision, and a vision belongs in the deck. A reviewer asked to assess a three-year technical plan can only say that it is a plan; a reviewer asked to assess a twelve-month plan can check it against capacity, history and money, and a plan that survives that check is worth more to the investor than a longer one that cannot be checked.

What does a roadmap look like that fails the review?

Four shapes fail most often, and each is fixable in an afternoon:

  1. The wish list. Twenty features, no costs, no quarters, no dependencies. Fix: cut to the lines the money buys, cost each one, and order them.
  2. The capacity fiction. Dates that assume a release rate the deploy log does not show. Fix: compute deployment frequency and change lead time for the last quarter, and plan at that rate plus whatever the new hires add after their ramp.
  3. The maintenance-free future. A historical maintenance share of a third and a roadmap that shows none. Fix: carry the share forward as a standing line, or name the specific change that reduces it, with evidence.
  4. The debt in hiding. Known problems on the data room index page and no roadmap line that addresses them. Fix: a debt line per quarter with a budget, referencing the known-problems list.

The roadmap goes in the roadmap folder of the engineering data room, next to the ticket export it is computed from. Put both in before the review starts, so that the reviewer's first reading of the plan is beside the history that supports it, and the one-sentence answer that accompanies them, per what a technical review asks for, can be as short as "the split is attached and the roadmap carries it forward".

Best for

  • A founder or CTO writing the engineering plan that accompanies a round
  • A team whose deck promises features and needs the dates to survive a capacity check
  • An investor who wants a company to send a roadmap in a checkable form

Avoid if

  • You are at pre-seed with no ticket history to compute the maintenance share from
  • You need the product strategy narrative rather than the engineering plan behind it

Verify before you commit

  • The needs column sums to the ask, and no line would ship without the round
  • The maintenance share on the roadmap equals the historical share or the difference has a named reason with evidence
  • First-quarter dates are consistent with last quarter's deployment frequency and change lead time

Common questions

What is a technical roadmap for a fundraise?

A technical roadmap for a fundraise is a twelve-month engineering plan that ties each deliverable to the money being raised, carries the team's maintenance and technical-debt share as its own lines, and is checked against the team's measured delivery rate. Matt Van Itallie's TechCrunch checklist of 26 October 2022 asks for the next twelve months of roadmap beside twelve months of ticket history split between features and maintenance, and the roadmap should answer both requests in one table.

How far ahead should a technical roadmap go for investors?

Twelve months. Van Itallie's checklist of 26 October 2022 asks for the roadmap for the next twelve months, and a16z's data room guide of 25 August 2022 advises leaving detailed three-to-five-year projections out of the room unless asked. A twelve-month plan can be checked against capacity, ticket history and the ask; a three-year plan can only be described as a plan. Keep the longer vision in the deck, where it belongs.

What columns should a technical roadmap have?

Six: the item, the reason in one sentence, the cost in engineer-weeks, what the round buys for that line, the quarter with any dependency named, and the evidence such as a load test, a customer request or an incident. The needs column is what ties the roadmap to the fundraise; its lines should sum to the ask. The evidence column is what turns each line from a slide into an artefact a reviewer can check.

How much of a startup's roadmap should be maintenance?

The share the last twelve months of tickets show, carried forward, unless a named change with evidence reduces it. Van Itallie's 2022 checklist asks for the historical split between new features and maintenance so the reviewer can compare it with the plan. There is no correct percentage; it differs by stage and product. What every reviewer checks is that the roadmap's share matches the history or that the difference is explained by something like retiring a module that produced the tickets.

Should technical debt be on the roadmap I show investors?

Yes, as its own line with a budget per quarter. Van Itallie's seventh reviewer question, published in TechCrunch on 25 October 2022, is how much finance invests in tech debt prevention, and a line item is the only artefact that answers a question about investment. A reviewer who sees no debt line assumes the debt is paid out of the feature lines and discounts every date on the roadmap to allow for it.

How does a reviewer check whether a roadmap is realistic?

A reviewer computes the team's deployment frequency and change lead time from the deploy log, using DORA's definitions on dora.dev, and compares the rate with what the roadmap's first quarter assumes. A team that deployed six times last quarter cannot credibly plan twelve releases in the next one. Compute the numbers yourself, plan at last quarter's rate plus what new hires add after their ramp, and put the log in the data room.

How should the technical roadmap match the pitch deck?

Line by line. Every unshipped product claim in the deck should be a row in the roadmap with a quarter, and every roadmap row that ships something the deck sells should name the slide. a16z's data room guide of 25 August 2022 lists numbers inconsistent with the deck as the first red flag, and a date in the deck that the roadmap does not carry is the engineering version. One person reads both side by side and fixes every disagreement before the room goes out.

What does a bad technical roadmap look like in due diligence?

Four shapes fail most often: a wish list with no costs or quarters; dates that assume a release rate the deploy log does not show; a maintenance-free future after a year in which a third of tickets were maintenance; and known problems on the data room index with no roadmap line addressing them. Each is fixable in an afternoon by costing and ordering the lines, planning at the measured rate, carrying the maintenance share forward, and adding a debt line.

How do I compute the feature versus maintenance split for a reviewer?

Export every ticket from the last twelve months, label each as feature, maintenance or incident, and total engineer-time or ticket count per label. Van Itallie's checklist of 26 October 2022 names Jira tickets as the example source and asks for exactly this comparison. Put the export and the computed split in the roadmap folder of the data room, so the reviewer checks your number instead of estimating it from a sample of their own.

What should the roadmap say about new hires the round pays for?

Which roadmap lines each hire makes possible, and when the hire starts contributing at full rate. A roadmap that would be identical without the money tells the investor the money is not needed, and one that needs more than the ask tells them the ask is wrong. Plan the first quarter at last quarter's measured delivery rate, and add each hire's capacity only after a ramp period the roadmap states, so that the dates survive the reviewer's capacity check.

More in What to show

The engineering data room: which artefacts go in which folder

An engineering data room is the folder of technical evidence a founder hands to an investor's reviewer, organised so that every item on the reviewer's list has a place and every place has a real artefact or a dated note saying why it is empty. The standard fundraising data room does not include one: a16z's guide of 25 August 2022 names five core components (pitch deck, cap table, historical P&L and burn, usage data, and LTV/CAC with payback period) and no technical category at all. This page fills that gap with seven folders that follow the headings a reviewer uses, the contents of each, the five things to leave out, and the one-page index that lets the reviewer start reading in the first ten minutes.

Presenting your architecture to investors

Presenting your architecture to investors means showing the system you have, at three levels of zoom, with the decisions that produced it and the parts you would change, in a form the reviewer can check against the code. The three levels are the top three of Simon Brown's C4 model: the system in its context, the containers it is made of, and the components inside the containers that matter for the deal. The decisions are recorded as architectural decision records, each capturing one decision with its rationale and consequences. The rule that decides whether the presentation helps or hurts is that every box on every diagram must exist in the repository, because the reviewer will look for it there.