AI-powered interview prep, tailored to the job.
Prepwise analyzes any job description and generates a personalized 4-week interview prep plan — covering DSA topics, frontend concepts, and a daily study schedule matched to the role.
- Paste a job description
- Hit Generate plan
- Get a structured 4-week prep plan with DSA problems, frontend focus areas, and a daily breakdown
- Next.js — App Router
- Vercel AI SDK — streaming AI responses
- Anthropic Claude — plan generation
- Tailwind CSS — styling
git clone https://github.com/KsyushaM/prepwise.git
cd prepwise
npm installCreate a .env.local file:
ANTHROPIC_API_KEY=your_key_here
npm run devOpen http://localhost:3000.