Added “Run in Sandbox” & “Analyze Code” Functionality 🚀#78
Added “Run in Sandbox” & “Analyze Code” Functionality 🚀#78Chhavi-16 wants to merge 6 commits intoSushma-1706:mainfrom
Conversation
|
@Chhavi-16 is attempting to deploy a commit to the sushma-1706's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Sushma-1706 check it once |
|
Hi @Chhavi-16 👋 Thanks for your contribution! I checked out the branch and tried running the project. I ran into a few issues that need fixing before we can merge: Duplicate dependencies in package.json Some packages like @radix-ui/react-dialog, @radix-ui/react-progress, @radix-ui/react-tabs, etc. are listed twice with different versions. Please keep only the latest version for each and remove duplicates. Build errors in Dashboard.tsx ActiveComponent is declared twice → remove the duplicate. Some mismatched tags ( ... and ...).
There are stray parentheses/extra } causing JSX errors. A JSX comment seems to have an extra ) before it. Because of these issues, npm run dev fails with compilation errors. Could you please clean these up and test locally before updating the PR? That way the app will build and run correctly when merged 🚀 Thanks again for the work — once these fixes are made, it’ll be good to merge! 🙌 |
|
can you share the screenshot of the working of Buttons |
|
ok |
|
@Sushma-1706 did you check it , tell me if there is still any issue |

Description:
🖥️ Run in Sandbox: Execute user code safely and get stdout, stderr, and exit codes.
🧠 Analyze & Explain Code: Send code to the AI backend and display structured explanations.
⏳ Added loading states and error handling for smooth user experience.
🌐 Supports multiple languages: JavaScript, Python, Java, C, C++.
Impact:
💡 Users can now run and analyze code directly from the editor.
🔧 Prepares the editor for future features like visualization & step-by-step execution.
Testing:
✅ Manual tests with sample code for each language.
✅ Verified correct output, error handling, and mode-specific analysis.