A premium, real-time social experience built with React Native and Supabase
Scan the QR code to download the APK directly to your Android device
| Feature | Description |
|---|---|
| 🔐 Secure Auth | Production-ready authentication powered by Supabase |
| 📝 Social Feed | Share your thoughts (vibes) with real-time updates |
| 💬 Direct Messaging | 1-on-1 real-time chat with instant delivery |
| 🔍 Global Search | Discover and connect with other Vibers |
| 🌙 Dark Mode UI | Sleek, premium design with smooth interactions |
| Category | Technologies |
|---|---|
| Frontend | React Native, Expo, Expo Router |
| Backend | Supabase (Auth, PostgreSQL, Realtime) |
| Styling | React Native StyleSheet |
| Build | EAS (Expo Application Services) |
- Node.js 18+
- npm or yarn
- Expo CLI
- Supabase account
# Clone the repository
git clone https://github.com/ritesh-1918/Vibe-Social.git
# Navigate to project directory
cd Vibe-Social
# Install dependencies
npm install
# Start the development server
npx expo start --tunnel- Create a Supabase project at supabase.com
- Configure your
supabaseConfig.tswith your project credentials - Run
supabase_schema.sqlin your Supabase SQL Editor
npx eas build --platform android --profile previewnpx eas build --platform iosnpx expo export --platform web
# Deploy the 'dist' folder to Vercel| Feed | Chat | Profile |
|---|---|---|
| 📱 | 💬 | 👤 |
Screenshots coming soon
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- 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.