https://github.com/vanshpanchal/developer-community-app
DevSphere is a Flutter & Firebase-based developer platform for sharing posts, solving coding queries, and earning XP through contributions. It features an AI-powered assistant bot (Gemini API) and a sleek, Material Design UI for both mobile and web.
https://github.com/vanshpanchal/developer-community-app
ai-assistant android dev-community discussion-forum flutter gamification gemini-api ios material-design xp
Last synced: 3 months ago
JSON representation
DevSphere is a Flutter & Firebase-based developer platform for sharing posts, solving coding queries, and earning XP through contributions. It features an AI-powered assistant bot (Gemini API) and a sleek, Material Design UI for both mobile and web.
- Host: GitHub
- URL: https://github.com/vanshpanchal/developer-community-app
- Owner: Vanshpanchal
- Created: 2024-12-29T05:40:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-15T15:39:01.000Z (about 1 year ago)
- Last Synced: 2025-06-03T18:28:18.948Z (about 1 year ago)
- Topics: ai-assistant, android, dev-community, discussion-forum, flutter, gamification, gemini-api, ios, material-design, xp
- Language: Dart
- Homepage:
- Size: 31.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 DevSphere – Developer Community Platform
**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.
---
## ✨ Features
- 🧑💻 **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.
---
## 🖼️ Application Previews


---
## 🔧 Tech Stack
| Layer | Technology |
| -------------- | ----------------------------------- |
| Frontend | Flutter (Dart) |
| Backend | Firebase (Auth, Firestore, Storage) |
| AI Integration | Google Gemini API |
| UI Framework | Material Design |
---
## 🚀 Getting Started
### 1. Clone the Repository
```bash
git clone https://github.com/your-username/devsphere.git
cd devsphere
```
### 2. Install Dependencies
```bash
flutter pub get
```
### 3. Set Up Firebase
- Add your `google-services.json` (Android) and `GoogleService-Info.plist` (iOS) in the respective directories.
- Configure Firestore rules, Authentication, and Storage.
### 4. Run the App
```bash
flutter run
```
### 5. Deploy Cloud Functions (Moderation + FCM)
```bash
cd functions
npm install
firebase functions:secrets:set GEMINI_API_KEY
firebase functions:secrets:set INTERNAL_FCM_API_KEY
firebase deploy --only functions
```
- `dailyModerateCommunityContent` runs daily and moderates only that day's posts/discussions.
- `sendFcmNotification` sends push notifications via Firebase Admin SDK.
- `sendFcmHttp` and `sendFcmBroadcastHttp` provide external API endpoints for single-send and all-user broadcast jobs.
---
## 🌐 Contributing
We welcome contributions from the community!
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/YourFeature`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature/YourFeature`)
5. Open a Pull Request