This recipe produces a complete, organized virtual data room with all documents required for investor due diligence — categorized by priority, staged for the correct funding round, and structured so investors can self-serve. Having documents ready before a term sheet can cut 1-2 weeks off the closing timeline. [src3]
Which path?
├── Budget = $0
│ └── PATH A: Google Drive — free, basic access controls
├── Budget = $0-50/mo
│ └── PATH B: Papermark — analytics, watermarking
├── Budget = $50-100/mo
│ └── PATH C: DocSend — NDA gates, password protection
└── Budget > $100/mo
└── PATH D: Digify/Intralinks — enterprise audit trail
| Path | Tools | Cost | Security | Best For |
|---|---|---|---|---|
| A: Google Drive | Google Drive | $0 | Basic | Seed |
| B: Papermark | Papermark | $0-29/mo | Good | Seed/Series A |
| C: DocSend | DocSend | $15/user/mo | Strong | Series A |
| D: Enterprise | Digify/Intralinks | $100-500/mo | Enterprise | Series B+ |
Duration: 30 minutes · Tool: Data room platform
Create 8 folders: 01_Corporate, 02_Cap_Table_and_Equity, 03_Financial, 04_Legal, 05_IP_and_Technology, 06_Team_and_HR, 07_Product_and_Metrics, 08_Pitch_Materials. [src4] [src6]
Verify: All 8 folders created with consistent naming. · If failed: Use exact folder names above.
Duration: 3-5 days · Tool: Legal counsel, accounting, cap table
Corporate: Articles of Incorporation, Good Standing cert, Bylaws. Cap Table: fully diluted cap table, all SAFEs/notes, option plan, 409A. Financial: P&L monthly, balance sheet, bank statements, projections. Legal: IP assignments, litigation disclosure, material contracts. [src1] [src3]
Verify: Every Priority 1 item present. · If failed: Three most common missing: IP assignments, 409A, accurate cap table. Start immediately.
Duration: 3-5 days · Tool: Legal, HR, product team
Board minutes and consents, tax returns, insurance policies, key contracts (customer + vendor), employee agreements, product roadmap, metrics dashboard, customer list. [src2] [src5]
Verify: 80%+ gathered or documented as N/A. · If failed: Create "To Be Provided" placeholders with dates.
Duration: Ongoing · Tool: Various
Subsidiary docs, detailed revenue breakdown, debt schedule, patent filings, open source audit, GDPR/CCPA docs, security reports, AI model governance (AI startups), architecture diagram, cohort retention, NPS data, employee handbook. [src2]
Verify: Items tracked. Existing docs in room; missing documented. · If failed: P3 gaps acceptable if documented.
Duration: 1-2 hours · Tool: Carta, Pulley, or spreadsheet
Verify: authorized shares match Articles, total shares reconcile, all SAFEs/notes modeled, vesting correct, option pool matches board approval, pro forma post-money available. [src1]
Verify: Cap table totals reconcile to legal docs. · If failed: Halt and resolve with counsel before proceeding — blocking issue.
Duration: 30 minutes · Tool: Data room platform
View-only access, individual email links, analytics enabled, NDA gate (if available), 30-60 day expiration, watermarks on sensitive docs. Never grant edit access or share public links. [src4]
Verify: Test access in incognito browser. · If failed: Check sharing settings per folder.
{
"output_type": "due_diligence_data_room",
"format": "virtual data room",
"columns": [
{"name": "category", "type": "string", "description": "Document category folder", "required": true},
{"name": "document_name", "type": "string", "description": "File name", "required": true},
{"name": "priority", "type": "number", "description": "1=must-have, 2=usually, 3=sometimes", "required": true},
{"name": "status", "type": "string", "description": "ready/in-progress/not-applicable", "required": true},
{"name": "last_updated", "type": "date", "description": "Last updated date", "required": true}
],
"expected_row_count": "30-60",
"sort_order": "priority ascending, category alphabetical",
"deduplication_key": "document_name"
}
| Quality Metric | Minimum Acceptable | Good | Excellent |
|---|---|---|---|
| Priority 1 completeness | 80% | 100% | 100% + notes |
| Priority 2 completeness | 50% | 80% | 100% |
| Cap table accuracy | Matches legal docs | Verified by counsel | Platform + counsel verified |
| Data room organization | Correct folders | Consistent naming + index | Index + README per folder |
| Close time (post-term-sheet) | 6 weeks | 4 weeks | 2-3 weeks |
If below minimum: Fix the three deal-killers first: (1) cap table accuracy, (2) IP assignments, (3) 409A valuation.
| Error | Likely Cause | Recovery Action |
|---|---|---|
| Cap table doesn't reconcile | Shares issued without updates | Audit every issuance against board minutes |
| No 409A valuation | Never obtained or expired | Engage provider immediately (2-4 weeks) |
| Missing IP assignments | Early contractors never signed | Legal counsel prepares and sends ASAP |
| Financials incomplete | Informal bookkeeping early on | Hire bookkeeper to reconstruct |
| Document not in data room | Uncommon request | Upload within 24 hours; provide timeline |
| Access issues | Permissions misconfigured | Test incognito; re-share individual links |
| Component | Free Tier | Paid Tier | At Scale |
|---|---|---|---|
| Data room | Google Drive: $0 | Papermark: $29/mo | Digify: $100-500/mo |
| Cap table | Pulley free: $0 | Carta: ~$100/mo | Carta Growth: $500+/mo |
| Accounting | Wave: $0 | QuickBooks: $25-50/mo | Kruze: $500-2K/mo |
| 409A valuation | N/A | Carta: $500 | Independent: $1K-5K |
| Legal review | N/A | Startup lawyer: $2K-5K | Full prep: $5K-15K |
| Total | $0 | $3K-6K | $10K-25K |
Post-term-sheet diligence has a clock. Every day spent searching for documents risks the deal. [src3]
Start at incorporation. When a term sheet arrives, share a link rather than start a document hunt.
Email lacks version control, access tracking, and security. Sensitive data gets forwarded. [src4]
Individual links, view-only, watermarking, expiration dates. Track engagement to identify interested investors.
Percentage-only cap tables without modeled SAFE/note conversions are a red flag signaling lack of understanding. [src1]
Every SAFE, note, and option modeled. Fully diluted count matches legal docs. Pro forma post-money available.
Use when a founder has received (or expects) a term sheet and needs to prepare for due diligence. Also useful proactively — best time to start is at incorporation. Handles document organization and preparation, not legal formation.