sohomofficial / chatroom

πŸš€ Open-source chatroom built with Next.js & Supabase. Real-time chat, one global space to connect with everyone! πŸŒπŸ’¬

Home Page:https://newchatroom.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatroom chatroom-icon

A real-time web hangout built with Next.js and powered by Supabase. Dive into conversations, all in one place. all-devices-black

Features

  • Easy & Secure Authentication by renound OAuth providers like Google, Github & Discord.
  • Real time chat experience.
  • PWA support
  • Enhanced Accessibility
  • Theme switch
  • Fully Responsive & more...

Environment Variables

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=

Run Locally

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

Credits

About

πŸš€ Open-source chatroom built with Next.js & Supabase. Real-time chat, one global space to connect with everyone! πŸŒπŸ’¬

https://newchatroom.vercel.app

License:MIT License


Languages

Language:TypeScript 96.2%Language:CSS 3.0%Language:JavaScript 0.9%