Code, Collab and Contribute Together!
DevNest is an all-in-one collaboration platform designed to streamline team coding and development workflows. Whether you're working with a single teammate or an entire team, DevNest provides tools to collaborate in real-time, debug code using AI assistance, and communicate seamlessly—all without leaving the platform.
- Live Share: Collaborate on code in real-time, seeing changes instantly.
- AI Chatbot: Debug code and receive AI-powered coding assistance.
- Tooltips: Visual indicators to track code changes made by team members.
- Group Chats: Built-in chat system to communicate with your team.
Unlike other platforms, DevNest integrates collaboration, communication, and AI assistance into one powerful platform, eliminating the need for multiple tools and boosting productivity.
- Node.js (v14 or higher)
- MongoDB (for database)
- React (Frontend)
- Flask (Backend)
-
Clone the repository:
bash git clone https://github.com/Krishnas-world/devnest.git cd devnest -
Install frontend dependencies:
bash cd client npm install -
Set up the backend by navigating to the backend folder and installing dependencies:
bash cd server npm install // Also load the AI Model, provided by LLMWare for the chatbot integration pip install -r requirements.txt -
Start the development servers:
-
client and server:
bash npm run dev -
server(python):
bash python app.py
-
-
Visit the application at http://localhost:3000.
- Open the DevNest platform with your team.
- Select a project, and start collaborating in real-time with Live Share.
- See tooltips to track who is making changes to specific parts of the code.
- Open the AI Chatbot panel and paste your code snippet.
- Receive suggestions, debug assistance, and optimized solutions instantly.
- Navigate to the Team Chat section.
- Start or join group discussions about your project.
If you have questions or need help, you can:
- Open an issue in the GitHub Issue Tracker.
- Contact us via email: krishnasworld.dev@gmail.com.
Future features we plan to include:
- Version Control Integration: Support for GitHub and GitLab repositories.
- Enhanced AI Capabilities: Add features like auto-suggestions for code refactoring.
- Customizable Themes: Allow users to customize the UI according to their preferences.
- Blockchain Integration: Enable secure team tracking using blockchain technology.
We welcome contributions from the community!
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
bash git checkout -b feature-name -
Make your changes and commit them:
bash git commit -m "Describe your feature or fix" -
Push your branch to GitHub:
bash git push origin feature-name -
Open a Pull Request on the original repository.
Please ensure your code passes all tests and adheres to the contribution guidelines.
Team DevNest:
- Krishna - Developer
- Mukesh - AI Specialist
- Gauthami - UI/UX Designer
- Poorvi - Developer
A big thank you to everyone contributing to DevNest and helping us improve!
This project is licensed under the MIT License. See the LICENSE file for more details.
DevNest is actively being developed!
We are working hard to add new features, improve existing ones, and make DevNest the go-to platform for collaborative coding.
Let me know if you want further refinements or additional sections! 😊