AI-Powered Job Interview Coach: Next.js, OpenAI, and pgvector in Action
Published:Jan 6, 2026 14:14
•1 min read
•Qiita OpenAI
Analysis
This project demonstrates a practical application of AI in career development, leveraging modern web technologies and AI models. The integration of Next.js, OpenAI, and pgvector for resume generation and mock interviews showcases a comprehensive approach. The inclusion of SSRF mitigation highlights attention to security best practices.
Key Takeaways
- •The project utilizes Next.js 14 with the App Router for both frontend and API.
- •OpenAI and Supabase (pgvector) are used for resume generation and mock interviews.
- •The implementation includes measures to prevent Server-Side Request Forgery (SSRF).
Reference
“Next.js 14(App Router)でフロントとAPIを同居させ、OpenAI + Supabase(pgvector)でES生成と模擬面接を実装した”