I built VibeInbox to organize Gmail by reading email content
(Gemini) instead of relying on sender-based heuristics. It
classifies emails into IMPORTANT/NORMAL/INFO/SPAM, applies
Gmail labels (AI/...), and can optionally archive promos or
move high-confidence spam (no delete actions). Runs locally;
you provide Gmail OAuth + Gemini API key.
Repo:
https://github.com/kks0488/vibe-inbox
Would love feedback on classification quality, workflows
(scheduler/systemd/docker), and false positives/negatives.