I built Hatchway, an AI-powered copilot for early-stage founders. It gives founders a single dashboard to discover pitch deck examples, VC conferences, pitch opportunities, and local investor meetups tailored specifically to their startup idea and location.
Hooking up the backend Gemini API pipeline to evaluate product context cleanly was definitely the hardest part. I had to structure the backend payload so Gemini reliably parses the app name, description, and city to return relevant event matches, while also managing asynchronous loading states on the frontend to keep the UI locked and stable during requests.
I am really proud of how clean the UI turned out. The dark theme with teal gradients looks sharp, and the component layout keeps everything organized. The flow from entering product info to rendering dynamic AI matches feels super smooth.
To test it, click the “Try It” button in the navbar. Enter your app name, a short description of what you are building, and your closest major city (like New York City, Toronto, or San Francisco). Click “Generate Matches” and wait a few seconds for the Gemini pipeline to fetch your tailored list of VC events and meetups.
- 1 devlog
- 7h