Skip to content
Projects

AI Fundraising Info

Status
Live
Running cost
$0 / mo
Setup cost
$0
Launched
2026-07

Browse around 9,000 AI startup funding rounds, and the investors behind them.

Features

  • Search and filter around 9,000 AI funding rounds by stage, segment, investor, company, and date.

  • Open any investor's profile to see their portfolio, which rounds they led, and total capital deployed.

  • Read an analytics dashboard: rounds over time, capital by stage, segment, and country.

  • See down-rounds flagged automatically where a company raised at a lower valuation.

  • Follow any round back to its original source article.

Screenshot of AI Fundraising Info

How it works

A single JSON file of around 9,000 rounds, about 5MB, ships with the build. On the first request after a cold start, the server loads it once into an in-memory analytics engine that indexes every investor, precomputes the dashboard aggregates, and flags down-rounds; later requests reuse it.

The browser calls four JSON API routes that each return only the slice or aggregate asked for, so the full file never reaches the client. Charts use Chart.js and the country map uses jsVectormap.

The dataset is compiled by a separate offline pipeline: a scheduled Claude agent scans funding press and SEC EDGAR filings, extracts each round to a fixed schema, dedupes with Python scripts, and syncs it into the app before redeploy. No AI model runs in the app itself.

Tech stack

  • ClaudeMax 20x
  • CodexPro 5x
  • NotionPlus
  • VercelHobby

Priced in full on the projects index, where the subscriptions are counted once across everything.

What it costs

Nothing. It rides the same free-tier deployment as the events tool, with no database and no paid APIs of its own.

ItemPlanMonthly
VercelHobby$0
NotionPlusShared
Total$0

Claude and Codex are subscriptions used across everything, including this blog, so they are listed as part of the stack rather than charged to this project. The same goes for the Notion workspace.

Built with

Next.js, React, TypeScript, Tailwind CSS, Chart.js, jsVectormap, Vercel