No more standups.
We don't like useless meetings, and wanted to design a tool that streamlined the process of communication between team members while retaining and improving our ability to identify areas of potential collaboration. For this, we built Sit-Downs, a Chrome Extension that tracks your browsing history, infers what you are working on and identifies other co-workers working in similar areas.
Through Sit-Downs, you can:
- Get automatic summaries for your day’s work
- See most visited websites
- See your teammates’ work
- Smart search for related updates to streamline collaboration
- Visualize team-wide progress
Sit-Downs is a universal and effortless communication tool for all companies, teams and groups.
Frontend: React, Plasmo, Tailwind CSS Backend: Nomic, Baseten, FastAPI, Supabase Models: Mixtral 8x7B (on Baseten A100s), Nomic Embeddings
- Chrome extension scrapes DOM + metadata from browsed websites
- Mistral DOM Analyzer Agent processes website data into english description
- Mistral Summarizer Agent infers tasks and acomplishments through analyzing website descriptions
- Nomic Embeddings Model creates vector embeddings of each summary
- Vector Similarity Search used on vector embeddings to find teammates working on similar tasks
- Supabase hosts all data
- Frontend displays results to end-user and team
- Run backend server
cd backend
uvicorn main:app --reload
- Run chrome extension
cd extension
pnpm dev
- Go to chrome extensions, enable dev tools
- Load unpacked extension, select build folder in extensions