This is a Next.js project bootstrapped with create-next-app.
- Node.js 18+ installed
- Ollama installed and running (for local AI)
- Install dependencies:
npm install- Set up database:
npm run db:push- Configure environment variables:
The
.env.localfile is already configured with:
- Clerk authentication (working)
- Database connection (working)
- Ollama AI (local, free) ✅
- Ensure Ollama is running:
ollama serve- Run the development server:
npm run dev- Open the application: Open http://localhost:3000 with your browser.
This project uses Ollama with Phi-3 Mini for local AI processing (no API key needed!).
See AI_SETUP.md for detailed configuration options.
node utils/testAI.js- 🤖 AI-Powered Interview Questions - Generated locally using Ollama
- 🎤 Speech-to-Text - Voice recognition for natural responses
- 📊 Instant Feedback - AI analysis with ratings and suggestions
- 📝 Interview History - Track your progress over time
- 🔐 Secure Authentication - Powered by Clerk
- 💾 Database Storage - PostgreSQL with Drizzle ORM
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.