Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhavya-dang/browser-mingle
A chrome extension that connects you with people who are consuming similar content.
https://github.com/bhavya-dang/browser-mingle
chrome-extension pinecone react supabase-js
Last synced: 6 days ago
JSON representation
A chrome extension that connects you with people who are consuming similar content.
- Host: GitHub
- URL: https://github.com/bhavya-dang/browser-mingle
- Owner: bhavya-dang
- Created: 2023-12-10T16:11:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-01T03:47:58.000Z (11 months ago)
- Last Synced: 2024-10-30T03:47:24.938Z (about 2 months ago)
- Topics: chrome-extension, pinecone, react, supabase-js
- Language: JavaScript
- Homepage: https://bhavya-dang.github.io/browser-mingle-landing/
- Size: 683 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Browser Mingle
[![Made with Supabase](https://supabase.com/badge-made-with-supabase.svg)](https://supabase.com)
> Not your average Chat app.![an ExcaliDraw snapshot showcasing some serious planning](https://rvcsutokdfgfytaugjyw.supabase.co/storage/v1/object/public/eggs/browsermingle-excalidraw.png)
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](https://react.dev/), [TailwindCSS](https://tailwindcss.com/), [DaisyUI](https://daisyui.com/)
**Server:** [Bun](https://bun.sh), [Supabase](https://supabase.com/), [Pinecone](https://www.pinecone.io/)
[Explore our Mindmap.](https://tangy-jail.surge.sh/)
## 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
```bash
git clone https://github.com/Sync-Codes/browser-mingle
```Go to the project directory
```bash
cd browser-mingle
```Install dependencies
```bash
bun install
```Build project
```bash
bun cook
```Load the `dist/` directory into chrome extensions as an unpacked extension.
## Authors
- [@s-m33r](https://www.github.com/s-m33r)
- [@jailbreakerVC](https://www.github.com/jailbreakerVC)
- [@Sync-Codes](https://www.github.com/Sync-Codes)
- [@MA181103](https://www.github.com/MA181103)