# GoodVibes Prompt

> Source: <https://gist.github.com/Shpigford/fa7506e978029a3b36ac9782e815125d>
> Published: 2026-09-23 12:46:08+00:00

|  | /build research core | 
|  | i want to build a simple chrome extension that uses Jev to process comments/posts on the internet/social media and filters our bad vibes. | 
|  | Here's a previous pass at this type of tool from a couple of years ago. similar idea but the tech wasn't great at the time. Jev makes this much more affordable and fast. | 
|  | --- | 
|  | Make your social media experience more positive with MuteTheWeb - an intelligent content filter powered by Llama 3.3 70B AI that automatically detects and filters out negative posts from X.com (formerly Twitter). | 
|  | 🤖 INTELLIGENT FILTERING | 
|  | - Real-time analysis of posts using advanced AI | 
|  | - Detects multiple types of negative content: | 
|  | • Cynical and overly negative posts | 
|  | • Sarcastic and mocking content | 
|  | • Threatening or harmful language | 
|  | • Political content | 
|  | • Racist or discriminatory language | 
|  | - Customizable sensitivity for each filter type | 
|  | - Smart caching system to reduce API usage | 
|  | 👁️ FLEXIBLE VIEWING OPTIONS | 
|  | - Choose between hiding or blurring filtered posts | 
|  | - Easy toggle to show/hide filtered content | 
|  | - Click to reveal individual blurred posts | 
|  | - Visual indicators showing why content was filtered | 
|  | ⚙️ CUSTOMIZABLE SETTINGS | 
|  | - Enable/disable specific content filters | 
|  | - Toggle blur mode vs. hide mode | 
|  | - Debug mode for troubleshooting | 
|  | - Real-time statistics tracking | 
|  | - View detailed filtering analytics | 
|  | 🔒 PRIVACY FOCUSED | 
|  | - Only analyzes public post text | 
|  | - No personal data collection | 
|  | - Local storage of settings | 
|  | - API key stored securely in browser | 
|  | - 24-hour local caching | 
|  | 📊 COMPREHENSIVE STATS | 
|  | - Track number of filtered posts | 
|  | - View filtering statistics by category | 
|  | - Monitor effectiveness over time | 
|  | - Analyze content patterns | 
|  | 💡 EASY TO USE | 
|  | 1. Install the extension | 
|  | 2. Add your OpenRouter API key | 
|  | 3. Configure your preferences | 
|  | 4. Browse X.com normally | 
|  | Note: This extension requires an OpenRouter API key to function. Each post analysis costs approximately $0.00002 through OpenRouter's API. | 
|  | Make social media a more positive space - install MuteTheWeb today! | 
|  | --- | 
|  | I don't care to copy any of the tech I did then, but rather the premise. | 
|  | I want people to be able to pick topics they want to hide and also customize how it presents (totally hidden, collapsed, blurred/dimmed). And however else you think makes sense. | 
|  | You should use Paper to mockup the brand and the UI for this first so you can really work out the details. | 
|  | Use mobbin to figure out best practices/UX/UI. | 
|  | "GoodVibes" is the name of this tool. | 
|  | Jev API key for you to do real actual testing locally: apikey_**** | 
|  | here's a skill that jev/typesafe suggests, but it may be overkill. at the very least it's go info on how to use jev (or links to additional resources). | 
|  | Install the TypeSafe skill. If you're in Claude Code, run `claude plugin marketplace add typesafe-ai/skills`, then `claude plugin install typesafe@typesafe-ai`. If you're in another agent, run `npx skills add typesafe-ai/skills --skill typesafe-ai` and select your agent. Use one installation method. You can read the skill directly at https://github.com/typesafe-ai/skills/blob/main/skills/typesafe-ai/SKILL.md (raw: https://raw.githubusercontent.com/typesafe-ai/skills/main/skills/typesafe-ai/SKILL.md). Then use the TypeSafe skill when working on this project. |
