A passion project built to foster meaningful connections across the globe — whether you're learning a new language or casually video chatting, Streamify makes communication seamless and personal.
- 👥 Friend Requests – Build your own global social graph
- 💬 Real-Time Chat – Sync messages instantly with typing indicators
- 📞 1:1 Video Calling – Built using Stream Video SDK + WebRTC
- 🔔 Presence & Notifications – Online status tracking and updates
- 🤖 AI-Powered Language Partner Matching
- 💬 Group Rooms and Open Chat Lobbies
- 📝 Inline Translations & Smart Replies
- Practice foreign languages with native speakers
- Host virtual meetups and casual community calls
- Make cross-cultural friendships that matter
| Tech | Usage |
|---|---|
| React.js | Frontend framework |
| TailwindCSS | Styling + responsiveness |
| DaisyUI | Component styling |
| Stream Chat SDK | Messaging infrastructure |
| Stream Video SDK | Video calling |
| Zustand | Global state management |
| React Query | Data fetching & caching |
src/
│
├── components/ # Reusable UI components
├── pages/ # Main page views
├── contexts/ # Global context providers
├── lib/ # API helpers & config
├── store/ # Zustand global state
├── hooks/ # Custom React hooks
└── constants/ # Theme, roles, etc.
# Clone the repo
git clone https://github.com/yourusername/streamify.git
# Go into project directory
cd streamify
# Install dependencies
npm install
# Add your env variables
touch .env
# VITE_STREAM_API_KEY=your_key_here
# Start dev server
npm run devCreate a .env file in your project root:
VITE_STREAM_API_KEY=your_stream_keyPull requests are welcome! If you'd like to suggest improvements or ideas, feel free to open an issue.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Have ideas, feature requests, or bugs to report?
- 🐛 Bug Reports: Open an issue
- 💡 Feature Requests: Start a discussion
- 📧 Direct Contact: Reach out on LinkedIn
MIT License © Roney Moon
MIT License
Copyright (c) 2025 Roney Moon
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- Replace
"yourusername"with your actual GitHub username - Add visuals: GIFs or screenshots of your UI/UX go a long way
- Consider including a
CONTRIBUTING.mdfile if you expect community contributions - Add badges: Deploy on Vercel/Render badges for easy deployment
Made with ❤️ by Roney Moon
⭐ Star this repo if you found it helpful!

