getviktor.com — An AI coworker that actually does the work
An AI coworker that actually does the work
Promoted
Maker
📌
I've been in enough Zoom meetings to know I'm not the only one who encounters this problem 🤣.
Just submitted my first Google extension to the store, "Tabs", a FREE AI-powered tab organizer (using Anthropic Haiku) that learns from your behavior.
The interesting part was figuring out security; browser extensions are just files people download, so if I put my AI API key in the code, anyone could find it and run up my bill. Chrome Web Store prohibits this. So I built a simple backend on Vercel with usage caps.
Privacy-first: only tab titles and domains get sent for categorization, then immediately discarded. Preferences and learning opportunities stay local in your browser.
- No databases
- No backend storage
- No tracking
Each organization costs about $0.0002, so the free tier is sustainable. Open source, built with Vercel serverless and Claude Haiku.