https://github.com/goosewin/inverview-agent
https://github.com/goosewin/inverview-agent
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goosewin/inverview-agent
- Owner: goosewin
- Created: 2025-02-22T18:20:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T21:22:52.000Z (4 months ago)
- Last Synced: 2025-03-05T17:19:12.947Z (3 months ago)
- Language: TypeScript
- Homepage: https://inverview-agent.com
- Size: 1.48 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inverview Agent
A fully automated Technical Interview AI Agent built during the ElevenLabs x a16z hackathon.
## Project Overview
Interview Agent conducts technical interviews autonomously, using voice synthesis and AI to evaluate candidates for technical roles. Built in just 20 hours at the ElevenLabs x a16z hackathon.
## Live Demo
**App URL:** [https://inverview-agent.com/](https://inverview-agent.com/)
**Project Presentation:** [https://devpost.com/software/inverview-agent](https://devpost.com/software/inverview-agent)
**Project Source Code:** [https://github.com/goosewin/interview-agent](https://github.com/goosewin/interview-agent)
## Hackathon Reflections
I attended the ElevenLabs x a16z hackathon over the weekend and built this fully automated Technical Interview AI Agent (which I will be employing for my hiring pipeline). Here are my thoughts:
- Agents are ridiculously easy to build now
- Generative coding tools are insanely good (v0, lovable, bolt for UI prototyping get you moving really quickly)
- You can hack almost anything over a weekend
- We will see more bots on social media, phone calls, meetings, etc.
- Voice cloning & synthesis are practically indistinguishable now
- I will be taking a deeper dive into agent orchestration systems - it's incredibly easy to build nowCranked out ~35k lines of code in 20 hours, with AI generating about 80% of it. Built the whole thing solo. The definition of software development is changing for sure!
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Tech Stack
- [Next.js](https://nextjs.org/) - React framework with TypeScript
- [ElevenLabs](https://elevenlabs.io/) - Voice synthesis and cloning
- [Clerk](https://clerk.com/) - Authentication and user management
- [Vercel AI SDK](https://sdk.vercel.ai/) - AI streaming and integration
- [Mastra AI](https://mastra.ai/) - Agent orchestration and workflows
- [shadcn/ui](https://ui.shadcn.com/) - UI component system
- [Lovable](https://lovable.dev/) - UI prototyping
- [v0](https://v0.dev/) - AI-powered UI generation
- [PostHog](https://posthog.com/) - LLM observability and analytics
- [Monaco Editor](https://microsoft.github.io/monaco-editor/) - Code editor component
- [Resend](https://resend.com/) - Email delivery
- [Vercel](https://vercel.com/) - Deployment and hosting