Dev Space is a developer-first collaboration hub that unifies project management, community discussions, realtime messaging, analytics, and admin governance. It’s designed to help you showcase work, collaborate with teams, and grow developer communities—fast and beautifully.
Explore the full documentation with a fixed sidebar and extensive guides at: Docs →
Dev Space is a modern, enterprise-level developer community platform designed to connect developers worldwide. Built with passion by King Jethro, this platform enables developers to share projects, collaborate on code, engage in discussions, and build amazing things together with real-time features and professional communication tools.
- Docs: /docs
- Admin: /admin · Performance: /admin/performance
- Discover: /discover · Projects: /projects
- Discussions: /discussions · Messages: /messages
- 🔐 Authentication: Firebase Auth with Email/Password, Google, and GitHub OAuth
- ⚡ Realtime: Live activity, messaging, notifications, and presence
- 📱 Activity Feed: Personalized stream with filters and engagement
- 💼 Projects: GitHub integration, tasks, milestones, reviews, collaborators
- 💬 Discussions: Categories, tags, realtime comments, moderation
- 💌 Messaging: Direct messaging with typing and read receipts
- 👤 Profiles: Skills, bio, links, and collaboration graph
- 🔍 Search: Debounced, paginated global search with caching
- 📧 Email: SMTP/Nodemailer templated emails (welcome, re-engage, notify)
- 🔔 Notifications: In-app and email, deduped and preference-aware
- 🛡️ Admin Suite: User moderation, project governance, announcements, feature flags
- 📈 Performance: Caching, lazy-loading, code splitting, optimized media
- 🌙 Theming: Dark/light mode with system preference
- 📱 Responsive: Polished mobile-first experience
- Next.js 16 - React framework with App Router
- React 19 - Latest React with modern patterns
- TypeScript - Type-safe development
- Tailwind CSS - Utility-first CSS framework with custom design system
- Radix UI - Accessible component library
- Lucide React - Beautiful icons and illustrations
- Framer Motion - Smooth animations and transitions
- next-themes - Dark/light mode support
- Firebase Auth: Secure authentication and sessions
- Firestore: Document database for core entities
- Realtime Database: Presence, typing, unread counts, live messaging
- Storage: Assets and attachments
- Cloudinary: Optimized media transformation and delivery
- SMTP/Nodemailer: Branded email delivery
- Analytics: Performance monitoring and insights
- Live Engagement - Real-time likes, comments, shares, and views
- Instant Messaging - Direct messaging with read receipts
- Live Notifications - Real-time in-app and email notifications
- Activity Streams - Live updates from followed developers
- Collaborative Features - Real-time project collaboration
- ESLint - Code linting and quality assurance
- PostCSS - CSS processing and optimization
- pnpm - Fast package manager
- date-fns - Date manipulation and formatting
- Node.js 18+
- pnpm (recommended) or npm
- Firebase project setup
- Clone the repository
git clone https://github.com/kingjethro999/dev-space.git cd dev-space - Install dependencies
pnpm install # or npm install - Set up Firebase
- Create a Firebase project at Firebase Console
- Enable Authentication (Email/Password, Google, GitHub)
- Create a Firestore database
- Enable Firebase Realtime Database
- Update
lib/firebase.tswith your Firebase config
- Set up Email System
- Configure Gmail SMTP credentials in
lib/mail.tsx - Set up Cloudinary account for media storage
- Update
lib/CLOUDINARY.tsxwith your credentials
- Configure Gmail SMTP credentials in
- Run the development server
pnpm dev # or npm run dev - Open your browser Navigate to http://localhost:3000
dev-space/
├── app/ # Next.js App Router pages
│ ├── admin/ # Admin dashboard (full platform governance)
│ ├── api/ # API routes (email, etc.)
│ ├── auth/ # Authentication pages
│ ├── discussions/ # Community discussions
│ ├── discover/ # Project discovery
│ ├── docs/ # Documentation (fixed sidebar, extensive guides)
│ ├── feed/ # Activity feed
│ ├── messages/ # Direct messaging
│ ├── projects/ # Project management
│ ├── profile/ # User profiles
│ └── search/ # Search functionality
├── components/ # Reusable UI components
│ ├── ui/ # Radix UI components
│ ├── chat.tsx # Real-time chat component
│ ├── post-engagement.tsx # Real-time engagement
│ └── notifications-center.tsx # Notification system
├── lib/ # Utility functions and configs
│ ├── firebase.ts # Firebase configuration
│ ├── realtime-utils.ts # Real-time features
│ ├── mail-utils.ts # Email system
│ ├── cloudinary-utils.ts # Media storage
│ └── auth-context.tsx # Authentication context
├── hooks/ # Custom React hooks
├── public/ # Static assets
│ └── illustrations/ # UI illustrations
└── styles/ # Global styles
- Multi-provider Auth - Email/password, Google OAuth, GitHub OAuth
- Secure Session Management - Firebase-powered authentication
- Profile Management - Comprehensive user profiles with skills and bio
- Route Protection - Middleware-based authentication guards
- Live Engagement - Real-time likes, comments, shares, and view counts
- Instant Messaging - Direct messaging with read receipts and typing indicators
- Live Notifications - Real-time in-app and email notifications
- Activity Streams - Live updates from followed developers
- Collaborative Tools - Real-time project collaboration and task management
- Real-time Updates - Live activity stream with instant updates
- Smart Filtering - Filter by activity type, user, and time
- Engagement Tracking - Track likes, comments, and interactions
- Responsive Design - Optimized for all devices
- GitHub Integration - Seamless repository connection
- Task Tracking - Milestone and task management
- Team Collaboration - Real-time collaboration tools
- Project Visibility - Public/private project controls
- Code Reviews - Built-in code review system
- Categorized Discussions - Organized community discussions
- Real-time Comments - Live commenting system
- Tag-based Organization - Smart content categorization
- Advanced Search - Search across projects, discussions, and users
- Direct Messaging - Private conversations between users
- Real-time Sync - Instant message delivery and sync
- Read Receipts - Message read status tracking
- User Discovery - Find and connect with developers
- Welcome Emails - Professional onboarding emails for new users
- Returning User Emails - "Glad to have you back" messages
- Notification Emails - Important event notifications
- Professional Templates - Branded email templates with Dev Space logo
- SMTP Integration - Gmail SMTP with Nodemailer
- Real-time Notifications - Instant in-app notifications
- Email Notifications - Important event email alerts
- Smart Filtering - Customizable notification preferences
- Notification Center - Centralized notification management
- Dark/Light Mode - System preference-based theme switching
- Responsive Design - Mobile-first, optimized for all devices
- Professional Design - Enterprise-level UI with custom design system
- Smooth Animations - Framer Motion-powered transitions
- Accessibility - Radix UI components with full accessibility support
Open the Admin Dashboard: /admin
- User Management: verify/suspend users, manage roles, resolve reports
- Project Governance: feature projects, handle takedowns, visibility controls
- Community Moderation: discussion/category controls, content flags, announcements
- Email & Notifications: broadcast emails, template management, in-app announcements
- Feature Flags & Settings: toggle features, configure limits and providers
- Performance: live metrics, activity/discussion/message volumes
Full documentation: /docs#admin · Performance: /admin/performance
- Prefer component tests for UI, integration tests for data flows
- Lint with ESLint; keep builds clean before PRs
- Auth errors: verify OAuth provider config and redirect URIs
- Firestore permissions: check rules and user roles
- Email not sending: validate SMTP and template variables
- Start here: /docs
- Email specifics: /docs#email-system
- Security: /docs#security
- Advanced analytics for projects and communities
- Automation hooks for CI notifications
- Expanded moderation tooling and audit logs
- More repository provider integrations
We welcome contributions! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
King Jethro - @kingjethro999
Built with ❤️ to empower developers to connect, collaborate, and ship faster.