Research

Build a Startup Funding Tracker with AI

Research and publish recent startup funding rounds, lead investors, and industry trends. The agent tracks deal flow across sectors, summarizes what each startup does, and provides trend analysis — updated automatically on a schedule.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML startup funding tracker page. Dark theme with background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent color #0ea5e9 (sky blue). Data from inline `const ROUNDS = [...]`, `const SECTORS = [...]`, `const INVESTORS = [...]`, `const LAST_UPDATED = "..."`. Each round has: id, company, description, sector (AI/Fintech/Health/SaaS/Crypto/Climate/E-Commerce), stage (Pre-Seed/Seed/Series A/Series B/Series C+), amount (dollars), valuation, leadInvestor, otherInvestors (array), date, location, founded, employees, url, image (emoji). Layout: Header with title, search, sector filter dropdown, stage tabs, "Last updated" timestamp. Hero: "This Week's Biggest Rounds" top 3 by amount. Funding list (single column): card with company emoji + name, one-line description, sector + stage badges, amount raised (formatted $XM), valuation if disclosed, lead investor name, date, location. Detail modal: full description, all investors, company stats, similar recent rounds. Sidebar (desktop): sector funding totals bar chart (inline SVG), most active investors leaderboard, stage distribution pie chart. Sort: Largest Round, Most Recent, Highest Valuation. SEO: title, meta description, OG tags, JSON-LD Organization schema. Seed 15 rounds across sectors. Add cron comment: <!-- Schedule: Run 'claude -p "Research this week's startup funding rounds. Update ROUNDS array with new deals. Redeploy."' weekly -->. Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].

Make It Yours

Sector Focus

Narrow to a specific sector like AI or Climate for a niche audience of investors and founders.

Investor Profiles

Build investor profile pages showing portfolio companies, check sizes, and sector preferences.

Trend Analysis

Add monthly trend charts showing funding volume by sector with year-over-year comparison.

Watchlist

Let users bookmark companies to a localStorage watchlist and track their subsequent rounds.

Geography View

Add a map view showing where funded startups are headquartered with cluster markers.

Exit Tracker

Track IPOs, acquisitions, and exits of previously funded startups for full lifecycle coverage.

Update Prompt

Update Prompt — Research new funding rounds
Research this week's startup funding announcements across AI, Fintech, Health, SaaS, Crypto, Climate, and E-Commerce sectors. Find new rounds, update amounts, add lead investors. Remove rounds older than 3 months. Update ROUNDS, INVESTORS arrays and LAST_UPDATED. Redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Startup Funding Tracker?

Copy the prompt above and paste it into Claude Code. Your tracker will be live in minutes.

Get Started