DEMO link https://ide-pathfinder.vercel.app/
Judge0 IDE is a free and open-source online code editor that allows you to write and execute code from a rich set of languages. It's perfect for anybody who just wants to quickly write and run some code without opening a full-featured IDE on their computer. Moreover, it is also useful for teaching and learning or just trying out a new language.
Judge0 IDE is using Judge0 for executing the user's source code.
Visit https://ide.judge0.com, and enjoy happy coding. :)
Do you have a question, feature request, or something else on your mind? Or do you want to follow Judge0 news?
- Subscribe to Judge0 newsletter
- Join our Discord server
- Watch asciicasts
- Report an issue
- Contact us
- Schedule an online meeting with us
Judge0 IDE was created by Herman Zvonimir Došilović.
Thanks a lot to all contributors for their contributions to this project.
Judge0 IDE is licensed under the MIT License.
For this project, imagine you are an engineer at a startup looking to compete with LeetCode. You are tasked with building out AI features on top of the Judge0 IDE to enhance the user experience.
Getting Started:
Clone the Judge0 IDE repo here Run the code locally with the command python3 -m http.server 8000 Make edits to the relevant files to fulfill the requirements below Project Requirements:
Add a chat interface for users to ask questions and get answers - see 36:11 in the Project Walkthrough video posted above If a user's code doesn't compile, use AI to suggest a fix Let the user select a segment of code and chat with it inline - see 1:09:03 in the Project Walkthrough video posted above Challenges:
Make a pull request on the Judge0 IDE repo Add autocomplete suggestions as the user is typing Ensure minimal latency in the AI responses Add a bug finder feature that can identify bugs in a user’s code
https://judge0.com/ https://github.com/judge0/ide https://www.cursor.com/blog/prompt-design https://www.youtube.com/watch?v=oFfVt3S51T4&ab_channel=LexFridman https://github.com/continuedev/continue https://github.com/trypear/pearai-app https://openrouter.ai/deepseek/deepseek-r1:free