Title:
FundFeed - The Product Hunt for Startup Investment Rounds
Description / Instructions for Bolt.new:
Build a working web prototype for FundFeed, a discovery platform where founders publicly launch their fundraising rounds and investors browse, follow, and request intros — similar to Product Hunt, but for startup investment rounds.
This is a click-through demo, not a real app with authentication.
Instead of sign-ups or logins, include two buttons on the landing page:
- “👨🚀 Demo as Founder”
- “💼 Demo as Investor”
Clicking either button should instantly take the user into their respective dashboard views with dummy data preloaded.
Core Pages & Features
🏠 1. Landing Page
- Simple hero section with:
- Headline: “Discover. Follow. Fund. — The Product Hunt for Startup Rounds.”
- Subheadline: “Founders launch their raises. Investors find what’s trending.”
- Two large CTA buttons:
- “Demo as Founder” → routes to
/founder-dashboard
- “Demo as Investor” → routes to
/investor-dashboard
- Below the hero, show a “Trending Rounds” preview feed (3–4 cards) pulled from the dummy startup data.
- Footer: “FundFeed — Demo Prototype”
💼 2. Investor Demo View (/investor-dashboard)
- Feed of active startup rounds, similar to Product Hunt. Each card shows:
- Logo, startup name, tagline
- Raise amount, valuation, stage (e.g., “Raising $500k at $5M pre”)
- Traction metrics (revenue, users, growth %)
- “Follow Round” button (increments a local counter — mock only)
- “Request Intro” button (triggers a simple modal: “Intro requested ✅”)
- Sidebar:
- Filters (Stage, Category, Geography) — not functional, but UI-present.
- “Trending Rounds” widget — lists top 3 rounds by dummy “follows.”
- Include a top nav bar: Home | Trending | Demo Switch (toggle Founder/Investor)