-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Anubhav Mishra edited this page Jul 26, 2025
·
2 revisions
DevCircle is an open-source platform designed to build strong, supportive coding communities within colleges. It's a mutual support system where students exchange help fairly β like reviewing each otherβs code, fixing bugs, or boosting GitHub projects.
The platform is private to each college, so there's no global noise β just focused collaboration between real peers.
- π§βπ» Request Help β Post requests for code reviews, bug fixes, GitHub stars, or project collabs.
- π Earn Karma β You gain Help Score points when you assist others.
- βοΈ Spend to Get Help β Spend your earned points to receive help.
- π« No Freeloading β Inactive users canβt keep asking for help. Only givers get.
DevCircle isnβt a massive social network. Itβs for real growth inside your campus:
- Self-hosted per college
- GitHub-based login with optional domain check
- No outsiders unless invited
- Boosts student-to-student support
- Ideal for college clubs, hackathons, and dev cells
| Feature | Description |
|---|---|
| π Mutual Help | Review-for-review, star-for-star, etc. |
| βοΈ Karma System | Points system to reward helping behavior |
| π§ Smart Matching | Match with active, fair users only |
| π College Instances | Private circles per college, not global |
| π GitHub OAuth | Simple & secure login with GitHub |
- Frontend: React + Tailwind CSS
- Backend: Node.js + Express
- Database: MongoDB
- Auth: GitHub OAuth
- Hosting: Vercel (frontend) + Railway/Docker (backend)
Set up your .env like this:
MONGO_URI=your_mongodb_uri
GITHUB_CLIENT_ID=your_client_id
GITHUB_CLIENT_SECRET=your_client_secret
JWT_SECRET=your_jwt_secret
COLLEGE_ID=your_college_code_or_slugDevCircle is not about virality or followers. It's about real devs helping each other inside real communities. Give support. Get support. Grow together.
- Fork the repo
- Star it if you like the idea β
- Submit pull requests and ideas
- Help grow the student dev ecosystem!
Made with β€οΈ for students, by students.
---