|
1 |
| -# Interview Coder - Unlocked Edition |
| 1 | +# CodeInterviewAssist |
2 | 2 |
|
3 |
| -## Free, Open-Source Alternative to Paid AI Interview Tools |
| 3 | +## Free, Open-Source AI-Powered Interview Preparation Tool |
4 | 4 |
|
5 |
| -This project offers a completely free alternative to premium AI interview coding tools like Interview Coder, AlgoExpert, and similar platforms. I've removed all paywalls, subscriptions, and user authentication – replacing them with a local backend that uses your own OpenAI API key. |
| 5 | +This project provides a powerful alternative to premium coding interview platforms. It delivers the core functionality of paid interview preparation tools but in a free, open-source package. Using your own OpenAI API key, you get access to advanced features like AI-powered problem analysis, solution generation, and debugging assistance - all running locally on your machine. |
6 | 6 |
|
7 | 7 | ### Why This Exists
|
8 | 8 |
|
@@ -44,7 +44,7 @@ The application uses unidentifiable global keyboard shortcuts that won't be dete
|
44 | 44 | - Take Screenshot: [Control or Cmd + H]
|
45 | 45 | - Delete Last Screenshot: [Control or Cmd + L]
|
46 | 46 | - Process Screenshots: [Control or Cmd + Enter]
|
47 |
| -- Reset View: [Control or Cmd + R] |
| 47 | +- Start New Problem: [Control or Cmd + R] |
48 | 48 | - Quit: [Control or Cmd + Q]
|
49 | 49 | - Decrease Opacity: [Control or Cmd + []
|
50 | 50 | - Increase Opacity: [Control or Cmd + ]]
|
@@ -75,8 +75,8 @@ Note: The application is **NOT** invisible to:
|
75 | 75 | - Screen Recording Permission for Terminal/IDE
|
76 | 76 | - On macOS:
|
77 | 77 | 1. Go to System Preferences > Security & Privacy > Privacy > Screen Recording
|
78 |
| - 2. Ensure that Interview Coder has screen recording permission enabled |
79 |
| - 3. Restart Interview Coder after enabling permissions |
| 78 | + 2. Ensure that CodeInterviewAssist has screen recording permission enabled |
| 79 | + 3. Restart CodeInterviewAssist after enabling permissions |
80 | 80 | - On Windows:
|
81 | 81 | - No additional permissions needed
|
82 | 82 | - On Linux:
|
@@ -141,9 +141,9 @@ chmod +x stealth-run.sh
|
141 | 141 | - Adjust window opacity with Ctrl+[/]/Cmd+[/] if needed
|
142 | 142 | - For macOS: ensure script has execute permissions (`chmod +x stealth-run.sh`)
|
143 | 143 |
|
144 |
| -## Comparison with Paid Version of Interview Coder |
| 144 | +## Comparison with Paid Interview Tools |
145 | 145 |
|
146 |
| -| Feature | Interview Coder (Paid) | Interview Coder Unlocked (This Project) | |
| 146 | +| Feature | Premium Tools (Paid) | CodeInterviewAssist (This Project) | |
147 | 147 | |---------|------------------------|----------------------------------------|
|
148 | 148 | | Price | $60/month subscription | Free (only pay for your API usage) |
|
149 | 149 | | Solution Generation | ✅ | ✅ |
|
@@ -197,7 +197,7 @@ chmod +x stealth-run.sh
|
197 | 197 | - Toggle visibility with [Control or Cmd + B]
|
198 | 198 | - Adjust opacity with [Control or Cmd + [] and [Control or Cmd + ]]
|
199 | 199 | - Window remains invisible to specified screen sharing applications
|
200 |
| - - Reset view using [Control or Cmd + R] |
| 200 | + - Start a new problem using [Control or Cmd + R] |
201 | 201 |
|
202 | 202 | ## Adding More AI Models
|
203 | 203 |
|
|
0 commit comments