Get FeedbackAI running in 5 steps
Set up your FeedbackAI platform locally and start creating interview assessments.Step 1: Prerequisites and Setup
Clone the repository
Clone the repository
Install dependencies
Install dependencies
Ensure you have Node.js 18+ installed, then run:
Step 2: Environment Configuration
Create .env file
Create .env file
Create a
.env file in the root directory:Setup Database
Setup Database
Initialize your database with Prisma:
Step 3: Development Setup
Setup Webhooks (Development)
Setup Webhooks (Development)
For webhook functionality during development:
Start Development Server
Start Development Server
Step 4: Create Your First Admin User
Setup Admin Account
Setup Admin Account
- Sign up through the authentication flow at
/auth - Your first user will need to be manually assigned admin role in the database
- Or use the included database seed script if available
Step 5: Start Creating Content
Create Your First Assessment
Create Your First Assessment
- Navigate to the admin dashboard
- Create question sets with mixed question types
- Assign tests to candidates
- Monitor results and AI evaluations in real-time
Next Steps
Now that FeedbackAI is running, explore these key features:Mixed Questions
Learn how to create tests with both coding and short answer questions.
AI Interviews
Set up voice-enabled AI interviews with speech processing.
Role Management
Configure Admin, Interviewer, and Candidate permissions.
API Integration
Integrate with the FeedbackAI REST API.
Production Deployment
Ready to deploy? Check out these guides:Vercel Deployment
Deploy to Vercel with one click.
Environment Setup
Configure production environment variables.
Need help? Check our architecture documentation or API reference.