惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
博客园 - 司徒正美
Martin Fowler
Martin Fowler
T
Tailwind CSS Blog
B
Blog RSS Feed
Vercel News
Vercel News
博客园 - 聂微东
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
GbyAI
GbyAI
L
LangChain Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
C
Check Point Blog
MongoDB | Blog
MongoDB | Blog
B
Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I'm a Solo Developer in Sweden. I Built an AI Chrome Exte...
NoiseFilter · 2026-06-18 · via DEV Community

NoiseFilter

The world is full of noise. I built NoiseFilter to cut through it.

News is everywhere, and it's never been harder to know what to trust. Who benefits from this article? Is it pushing an agenda? Where did the story even come from? I built NoiseFilter because people deserve better than headlines designed to manipulate — no rumours stacked on top of rumours, no clickbait dressed up as journalism. Not to think for you, but to give you the tools to think for yourself.

What it actually does

NoiseFilter is a Chrome extension (Manifest V3) that analyzes whatever you're reading with one click. Not just news — it works on research papers, blog posts, and product pages too.

For each piece of content, it breaks down:

  • Article type — news, opinion, clickbait, PR, research, and more
  • Logical gaps — unsourced claims, missing evidence
  • The bias — whose agenda the framing serves
  • What's missing — important context left out
  • Independent comparison — how it stacks up against sources like Reuters, AP, and BBC

Think of it like a GPS. It gets you where you're going most of the time, but you might still miss a turn. NoiseFilter isn't perfect. It just gives you a clearer picture of what you're actually reading.

The stack

Nothing exotic, mostly chosen for speed of shipping as a solo dev:

  • Frontend: vanilla JS, Chrome's side panel API, Manifest V3
  • Backend: Vercel serverless functions (keeps the AI API key off the client)
  • AI: Claude Haiku for the actual analysis
  • Payments: Lemon Squeezy for subscription handling and license keys
  • i18n: Chrome's built-in chrome.i18n system, 15 languages from day one

I went with a strict freemium model: 10 free analyses, then a small monthly subscription. No accounts, no tracking, zero data retention by design — partly for GDPR simplicity, partly because it just felt like the right way to build a tool about trust.

What I learned shipping this alone

A few things that weren't obvious going in:

  1. Chrome Web Store review is its own skill. My first submission got rejected over a missing host_permissions entry. Small things matter a lot at review time.
  2. Marketing material takes longer than the feature itself. Screenshots, store descriptions, SEO-optimized copy — easily as much work as the actual analysis logic.
  3. New accounts get throttled everywhere. Reddit's spam filter and AlternativeTo's submission system both gate brand-new accounts. If you're launching solo, budget time for that.
  4. Saying no to features is a feature. I kept every new idea against one filter: does this need a database, time-based monitoring, or historical tracking that a free AI chatbot couldn't already do? If not, it didn't make the cut — at least not yet.

Where it's at

NoiseFilter is live on the Chrome Web Store right now, in 15 languages, with a free tier to try it before paying anything. I'm still early — figuring out distribution, collecting the first real feedback, deciding what to build next (a local analysis history is probably next on the list).

If you read a lot online and want a second opinion on what you're looking at, I'd genuinely appreciate you trying it and telling me what's wrong with it. That feedback is worth more to me right now than installs.

Found a bug or have thoughts? I read every message: noisefilter.feedback@gmail.com

🔗 Search "NoiseFilter" on the Chrome Web Store, or find it at getnoisefilter.vercel.app