A real-time web hangout built with Next.js and powered by Supabase. Dive into conversations, all in one place.
- Easy & Secure Authentication by renound OAuth providers like Google, Github & Discord.
- Real time chat experience.
- PWA support
- Enhanced Accessibility
- Theme switch
- Fully Responsive & more...
To run this project, you will need to add the following environment variables to your .env.local file.
# SUPABASE
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
Clone the project
git clone https://github.com/sohomofficial/chatroom.git
Go to the project directory
cd chatroom
Install dependencies
npm i
Start the server
npm run dev