# Don't Hype Me Don't Hype Me — an AI-powered RSS reader with clickbait detection. ## What it does Don't Hype Me analyzes RSS feed articles and uses AI (Cloudflare Workers AI) to detect and rewrite misleading or clickbait headlines. Users subscribe to feeds, and the app surfaces a cleaner, more accurate version of each headline alongside the original. ## Public entry points - `/` Home / landing page - `/about` About the product - `/discover` Public feed discovery (browse curated feeds without login) - `/support` Support page - `/api/explorer/feeds.opml` OPML export of the public feed catalog - `/sitemap.xml` XML sitemap ## Authentication note User-specific data (subscribed feeds, reading history, settings, import/export) requires authentication. Unauthenticated requests to those routes are redirected to the login page. ## SPA caveat The app is a React single-page application (SPA). A crawler or fetcher without JavaScript execution will receive a minimal HTML shell with limited content. The full UI and article data are rendered client-side via API calls. ## Data policy Content-Signal: ai-train=no, search=yes, ai-input=yes See /robots.txt for per-bot crawl rules.