DevSphere is an innovative and collaborative platform tailored for developers to share knowledge, engage in technical discussions, and interact with peers globally. Combining the essence of social media with the depth of developer forums, DevSphere creates a dynamic and gamified learning environment.
- 🧑💻 User Authentication — Secure login & signup via Firebase Authentication.
- 📝 Content Creation — Share posts with rich text formatting and code snippets.
- 🔍 Smart Tagging & Search — Topic tagging and intuitive content discovery.
- 💬 Discussions & Q&A — Post questions, contribute answers, and mark accepted solutions.
- 📊 Gamification System — Earn XP points and rewards based on meaningful activity.
- 🤖 AI Assistance (Google Gemini API) — Integrated chatbot that provides intelligent assistance and answers to coding-related queries in real time.
- 📱 Responsive UI — Built with Flutter for a seamless cross-platform experience (Web + Mobile).
- ☁️ Firebase Integration — Real-time data sync, cloud storage, and authentication.
Layer | Technology |
---|---|
Frontend | Flutter (Dart) |
Backend | Firebase (Auth, Firestore, Storage) |
AI Integration | Google Gemini API |
UI Framework | Material Design |
git clone https://github.com/your-username/devsphere.git
cd devsphere
flutter pub get
- Add your
google-services.json
(Android) andGoogleService-Info.plist
(iOS) in the respective directories. - Configure Firestore rules, Authentication, and Storage.
flutter run
We welcome contributions from the community!
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a Pull Request