Lynked is a real-time code-sharing platform that allows users to share code instantly with others. Built for students, developers, and collaborators, it also integrates AI-based debugging using Gemini AI to help users understand or fix code on the fly.
- π Instant Code Sharing β Share your code with a unique URL
- π§ AI-Powered Help β Gemini AI suggests improvements or fixes
- π Monaco Editor Integration β VS Code-like in-browser editor
- πΉ Upcoming: Video Calling β Collaborate face-to-face while coding
- π Real-time Preview (planned) β See your code run live
- β‘οΈ Judge0 Integration β Compile and run code in multiple languages
Frontend:
- Next.js
- Tailwind CSS
- Monaco Editor
Backend:
- Node.js
- Express
- MongoDB (Mongoose)
- Judge0 API
- Gemini AI Integration (for code suggestions)
git clone https://github.com/GulshanJha00/Linked.git
cd Linked/frontend
npm install --force
npm run dev
cd ../backend
npm install --force
npm run dev