The Next-Generation Git Collaboration Platform
Transforming Open Source Development with AI-Powered Branch Intelligence
๐ Try Demo โข ๐ Documentation โข ๐ฌ Join Community
Beetle revolutionizes Git-based collaboration by introducing Branch-Level Intelligence โ a paradigm shift that transforms how teams plan, develop, and contribute to open-source projects. Unlike traditional project management tools, Beetle understands your codebase at the branch level, providing contextual AI assistance, intelligent contribution tracking, and seamless workflow orchestration.
Our friendly mascot here represents the core philosophy of Beetle: small, efficient, but incredibly powerful when working together in a team!
Cursor wrapped VS Code. Hugging Face wrapped Git. Now, GitHub Wrapper is here โ ready to revolutionize the open source world like never before.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โจ Contextual Code Assistant โ
โ ๐ Smart PR Summaries โ
โ ๐ฏ Intelligent Issue Triage โ
โ ๐ Code Review Assistance โ
โ ๐ก Suggestions on which issues to work โ
โ ๐ช Which project best to contribute to and all โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐ฟ Branch-Specific Planning โ
โ ๐ค Help opensource contributors know what's important โ
โ ๐ Automated Status Tracking โ
โ ๐ Custom Workflow Templates โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐ฅ Contribution Heatmaps โ
โ โก Velocity Tracking โ
โ ๐ฅ See who's working on which issue/PR โ
โ ๐ Team Performance Dashboards โ
โ ๐ฏ Showcase skills & avoid conflicts โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐ Multi-Platform Support (GitHub, GitLab, Bitbucket) โ
โ ๐ SSO Authentication โ
โ ๐ค Multi Agent FAQ agent integrated โ
โ โก Webhook Automation โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ฏ Smart | ๐ Fast | ๐ค Collaborative | ๐ Secure |
---|---|---|---|
AI-driven insights | Lightning fast responses | Team-first approach | Enterprise-grade security |
Contextual recommendations | Real-time updates | Conflict-free workflows | SSO & compliance ready |
- Node.js v18+ and npm/yarn
- Python 3.11+
- Qdrant database (cloud or local)
- Git
Backend Configuration
cp beetle_backend/env.example beetle_backend/.env
Frontend Configuration
cp beetle_frontend/env.example beetle_frontend/.env
Note: Replace all placeholder values (starting with
your_
) with your actual configuration values.
-
Clone the repository
git clone https://github.com/RAWx18/Beetle.git cd Beetle
-
Setup Python Backend
cd beetle_backend python -m venv venv source venv/bin/activate # On Linux/Mac .\venv\Scripts\activate # On Windows pip install -r requirements.txt
-
Setup JavaScript Backend
cd beetle_backend npm install
-
Setup Frontend
cd beetle_frontend npm install
-
Start Python Backend (in first terminal)
cd beetle_backend source venv/bin/activate # On Linux/Mac .\venv\Scripts\activate # On Windows cd src/ai uvicorn fastapi_server:app --host 0.0.0.0 --port 8000 --reload
-
Start JavaScript Backend (in second terminal)
cd beetle_backend ./setup.bat # On windows ./setup.sh # On linux ./setup.js # On Mac
-
Start Frontend (in third terminal)
cd beetle_frontend npm run dev
-
Access the Application
- Frontend: http://localhost:3000
- โ
Structure Idea - โ
UI Designed - โ
Static Demo Implemented - โ
Backend with Github Integrated - โณ AI RAG integration
- โณ Security Enhancement & Rate Limit Optimization
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Our mascot is excited to see what amazing contributions you'll bring to the Beetle community!
Channel | Typical Response Time | Best For |
---|---|---|
๐ฎ Discord | Real-time | Quick questions, community discussions |
๐ง Email Support | 24โ48 hours | Technical issues, detailed bug reports |
๐ฆ Twitter / X | Online | Tagging the project, general updates, public reports |
๐ GitHub Issues | 1โ3 days | Bug reports, feature requests, feedback |
This project is licensed under the Non-Commercial Use License - see the LICENSE.md file for details.
- All our contributors and community members
- Open source libraries that made this possible
- Beta testers and early adopters
Made with โค๏ธ by the Beetle Team
Transforming the future of collaborative development, one commit at a time.