Roadmap
Future features and improvements planned for Intervu.
Overview
Intervu is actively developed with a focus on improving the interview experience. This roadmap outlines planned features organized by phase.
Source
This roadmap is based on internal development planning.
Phase 1: Core UX Improvements
High-impact improvements to daily usage.
Keyboard Shortcuts
Enable quick actions without mouse interaction.
| Shortcut | Action |
|---|---|
Ctrl+Space | Toggle microphone |
Ctrl+R | Regenerate answer |
Ctrl+L | Clear history |
Ctrl+, | Open settings |
Ctrl+S | Export session |
Status: Planned
Answer Length Control
Let users choose answer verbosity.
| Option | Description |
|---|---|
| Brief | 2-3 sentences |
| Medium | 1-2 paragraphs |
| Detailed | Full comprehensive answer |
Status: Planned
Session Recording & Export
Save and export interview transcripts.
- Auto-save sessions every 30 seconds
- Export to JSON, PDF, or Markdown
- Session history modal
- Load previous sessions
Status: Planned
Phase 2: Enhanced Assistance
Advanced features for better interview support.
STAR Framework Support
Automatic detection and formatting for behavioral questions.
- Detect "Tell me about a time..." questions
- Inject STAR prompt template
- Format answers with Situation/Task/Action/Result sections
Status: Planned
Interview Question Bank
Pre-define common question categories with optimized prompts.
- Behavioral questions
- Technical questions
- Situational questions
- Custom templates
Status: Planned
Real-Time Answer Edits
Edit AI-generated answers while streaming.
- Click answer to enter edit mode
- Pause streaming during edit
- Revert to original answer
Status: Planned
Follow-Up Question Suggestions
Suggest thoughtful questions to ask the interviewer.
- Generate after each answer
- Copy-to-clipboard functionality
- Toggle in settings
Status: Planned
Phase 3: Advanced Features
Professional-grade capabilities.
Multiple Resume Profiles
Quick switching between different resumes.
- Profile management UI
- Quick switch dropdown
- Custom system prompt per profile
Status: Planned
Contextual Answer Tips (✅ Implemented)
Key points extraction and confidence scoring.
- Bullet-point summary
- Confidence meter (0-100)
- Visual highlights in answer
Status: Implemented
Answer Quality Feedback (✅ Implemented)
Rate generated answers for learning.
- Thumbs up/down
- In-context learning from ratings
- Local storage of preferences
Status: Implemented
Advanced Mode (✅ Implemented)
Dual-LLM question extraction.
- Extract complete questions
- Filter non-questions
- Queue mode for multiple questions
Status: Implemented
macOS Support (✅ Implemented)
Full macOS support with AVFoundation audio capture.
- AVFoundation-based device enumeration
- BlackHole integration for system audio
- Multi-output device for audio routing
- DMG and ZIP builds (x64 + arm64)
- Dock icon and proper app naming
- Microphone permission handling
Status: Implemented
Application Branding (✅ Implemented)
App icon and logo for all platforms.
- Custom icon for Windows, macOS, and Linux
- Logo in title bar
- Icon bundled in all builds
Status: Implemented
Interview Timer
Track interview duration and speaking time.
- Elapsed time display
- Speaking ratio metrics
- Time warnings
Status: Planned
Phase 4: Nice-to-Have
Features for future consideration.
Code Signing
Sign all application binaries for Windows and macOS.
- Apple Developer certificate for macOS
- Windows code signing certificate
- Eliminates quarantine workaround on macOS
- Reduces SmartScreen warnings on Windows
Status: Planned
Sentiment Analysis
Detect interviewer interest/confusion.
- Real-time sentiment indicators
- Visual cues in transcript
- Suggestion to elaborate
Status: Planned
Practice Mode
Pre-interview simulation with random questions.
- Question bank by category
- Record and compare answers
- Self-rating system
Status: Planned
Cloud Sync
Sync settings and history across devices.
- Google Drive integration
- Dropbox integration
- Local file sync
Status: Planned
Feature Requests
Have an idea? We'd love to hear it!
- Check existing issues on GitHub
- Open a new issue with the "feature request" label
- Describe your use case and expected behavior
Implementation Priority
Features are prioritized based on:
- User Impact — How many users benefit
- Implementation Effort — Development time required
- Maintenance Cost — Ongoing support needed
- Dependencies — Blocking requirements
Recently Completed
| Feature | Version | Description |
|---|---|---|
| macOS Support | v1.0.0 | AVFoundation audio, BlackHole, multi-output device |
| App Branding | v1.0.0 | Icons and logo for all platforms |
| Windows Build | v1.0.0 | NSIS installer + portable executable |
| Advanced Mode | v1.0.0 | Dual-LLM question extraction |
| Contextual Tips | v1.0.0 | Key points and confidence |
| Answer Ratings | v1.0.0 | Thumbs up/down feedback |
| LLM Queue Mode | v1.0.0 | Process questions in order |
| Streaming Answers | v1.0.0 | Real-time answer generation |
Platform Support
| Platform | Status | Notes |
|---|---|---|
| Windows | ✅ Supported | DirectShow audio, bundled FFmpeg |
| macOS | ✅ Supported | AVFoundation audio, manual FFmpeg install required |
| Linux | 🔜 Planned | Not yet tested |
Last updated: Check GitHub commits for real-time status.