Bunch is a cross-platform real-time group chat application.
This project is a monorepo that includes a Next.js frontend and a Django backend.
- Frontend: The frontend is built with Next.js. More information can be found in apps/web/bunch/README.
- Backend: The backend is built with Django. More information can be found in server/README.
Setup instructions for the frontend and backend are available in their respective README files:
We welcome contributions to improve and expand Bunch. If you have new features or find improvements, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes, including clear comments and tests (if applicable).
- Submit a pull request for review.