Skip to content

bhavya-dang/browser-mingle

Repository files navigation

Browser Mingle

Made with Supabase

Not your average Chat app.

an ExcaliDraw snapshot showcasing some serious planning

BrowserMingle is a chrome extension that connects you with people who are consuming similar content.

Connect, Chat and spam emojis :D

How it works

It throws you into a chatroom with people browsing the same website as you are.
It uses Vector search to recommend similar rooms.

Tech Stack

Client: React, TailwindCSS, DaisyUI

Server: Bun, Supabase, Pinecone

Explore our Mindmap.

Demo

Installation

Recommended Installation:

  • Grab the latest zip file from our github releases
  • Unzip into a directory
  • Go to chrome://extensions/
  • Enable developer mode on the top right
  • Drag and drop or open unpacked and upload the unzipped directory

Run Locally

Clone the repo

  git clone https://github.com/Sync-Codes/browser-mingle

Go to the project directory

  cd browser-mingle

Install dependencies

  bun install

Build project

  bun cook

Load the dist/ directory into chrome extensions as an unpacked extension.

Authors