now build these 2 other features
feature: Match startups to investors
description: Display matched startup-investor pairs based on overlapping sector, stage, and geography. Show top 3 matches per investor.
implementation notes: Use simple rules-based logic in local state for now. Mock OpenAI/GPT call. Keep UI clean, sortable.
feature: Generate investor digest email
description: Given matched data, generate a sample HTML email per investor with top 2–3 startup highlights. Include placeholder for greeting, startup blurbs, and deck links.
implementation notes: Mock email content using static text + variables. No actual email sending yet.
I'll add the matchmaking results and email digest generation features to your platform.
I've successfully added the two new features to your VC matchmaking platform:
Rules-based matching algorithm that scores startups against investors based on:
The platform now provides a complete end-to-end workflow for your VC accelerator to efficiently match portfolio companies with relevant investors and generate personalized outreach at scale!
build these 2 new features next
feature: Email preview for selected investor
description: Allow selecting one investor from a dropdown and show their matched email preview.
implementation notes: Dropdown options from investor list in local state. Show final render of email below.
feature: Startup update submission form
description: A form for a startup to input name, sector, stage, location, traction summary, and deck link. On submit, show confirmation.
implementation notes: Store in local state. Skip auth. Use for internal team testing of new data entries.
I'll add the email preview feature and startup update form to your platform.
I've successfully added both new features to your VC matchmaking platform:
Comprehensive form with all essential startup information:
Your platform now supports the full end-to-end workflow:
The platform is now ready for real-world testing with your portfolio companies and investor network!
build these 3 features next
feature: Display monthly digest schedule
description: Static timeline showing the 10-day digest cycle (e.g. “Day 1: Form sent”, “Day 5: Deadline”, etc.).
implementation notes: Use cards or timeline UI. Static content, no logic needed.
feature: Editable investor-startup match table
description: Table view showing all matched pairs. Allow toggling inclusion in the final email.
implementation notes: Local state array of matches with toggle switch per row. Optional: “Mark all” checkbox.
feature: Export digest emails as copyable text
description: For each investor, generate a text version of their email digest and show a “Copy to Clipboard” button.
implementation notes: Format text version below HTML preview. Keep plain-text structure.