from Hacker News

Show HN: I built a voice AI investor clone for fun startup pitches

by probe on 2/25/25, 7:57 PM with 1 comments

the full stack for those curious:

brain (gpt-4o + trained on some notes) || orchestration (vapi)|| voice (elevenlabs)|| hosting (vercel), database (supabase)|| some design inspo from delphi || vibe coding via WisprFlow + cursor/composer ||

  • by lecarore on 2/26/25, 12:06 PM

    I was so curious when i saw that the logo of my app was your favicon. Turns out your live (joke) website specifies <link rel="icon" type="image/x-icon" href="http://localhost:3000/favicon.ico"/> and then shows the favicon from my local dev server ><