A powerful AI-Powered Mock Interview platform designed to help candidates prepare for technical and behavioral interviews. Ace Interview leverages Google Genkit and AI to provide actionable feedback, helping users improve their performance and communication skills.
🌐 Live Website: Ace Interview Live Demo
- Role-Based Practice: Support for multiple roles including Software Engineer, Product Manager, UX Designer, and Data Analyst.
- AI-Powered Questions: Dynamic question generation using Google Genkit based on difficulty levels and specific topics.
- Audio Feedback: Real-time recording and AI-driven analysis of answer content and pronunciation.
- Pronunciation Scoring: Detailed feedback on speech clarity and accuracy with a dedicated scoring system.
- Fast & Modern: Built with Next.js 15 and React 18 for high performance and a seamless user experience.
- Interactive UI: Sleek, responsive design optimized for preparation across all devices.
- Node.js (v20 or higher)
- npm or yarn
# Clone the repository
git clone https://github.com/siby369/Ace-Interview.git
# Navigate to project directory
cd Ace-Interview
# Install dependencies
npm install# Create a .env file with your credentials
# GOOGLE_GENAI_API_KEY=your_api_key_here
# Start development server
npm run dev
# Start Genkit AI development server (optional)
npm run genkit:devAce-Interview/
├── src/ # Application source code
│ ├── app/ # Next.js App Router pages
│ ├── components/ # UI components
│ ├── ai/ # Genkit AI flows and config
│ └── lib/ # Utility functions
├── images_readme/ # Documentation assets
├── public/ # Static assets
└── README.md # Project documentation
Contributions are always welcome! Here's how you can help:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2025 Ace Interview
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Developer - Siby R
Project Link: https://github.com/siby369/Ace-Interview
- Google GenAI - For providing powerful AI capabilities
- Vercel - For hosting and deployment
- Genkit - For AI flow orchestration
