BitBuddies is a social media platform currently in early development, designed to create meaningful connections between users through shared interests and interactions.
BitBuddies aims to provide a fresh take on social networking by focusing on genuine connections and user engagement. The platform is being built with modern web technologies and best practices.
- React
- TypeScript
- Tailwind CSS
- Supabase (Backend and Database)
- Vite (Build Tool)
The project is currently in its initial development phase. Basic project structure and core dependencies have been set up.
- 🔐 User Authentication System
- 👤 Basic User Profiles
- 📱 Responsive UI Design
- 🌙 Dark/Light Mode
- 📝 Post Creation System
- Complete authentication flow
- Set up basic user profiles
- Implement post creation and viewing
- Create responsive layout
- Add dark/light mode toggle
- Comments system
- Like/React functionality
- User feed
- Profile customization
- Image upload and optimization
- Search functionality
- Direct messaging
- Notifications system
- User mentions and tags
- Post categories
- Trending posts section
- Mobile app development
- Group creation and management
- Content moderation tools
- Analytics dashboard
- API for third-party integrations
- Real-time updates
- Multi-language support
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
- Install dependencies:
npm install
- Set up environment variables:
Create a
.env
file with your Supabase credentials:
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
- Start the development server:
npm run dev
As the project is in early development, we're currently setting up contribution guidelines. Stay tuned for updates!
This project is licensed under the MIT License.
Made with ❤️ by the BitBuddies Team