Product Overview
The main pages, workflows, and optional backend capabilities in AI Web Feeds.
Source: apps/web/content/docs/features/overview.mdx
ai-web-feeds is organized around a small public surface: the reader at /reader,
the source catalog at /sources, crawlable source and topic pages, and the
compact health view at /dashboard.
Main Capabilities
Reader
Corpus-backed browsing, filtering, preview, and local reading state on /reader.
Search & Discovery
Article search, source catalog pages, topic collections, and article references.
Feed Management
Centralized YAML-based registry with schema validation
Advanced Fetching
Extract 100+ metadata fields with quality scoring
Analytics
8 analytics views with health monitoring
Platform Integration
Support for Reddit, GitHub, YouTube, and more
CLI Tools
Corpus refresh/export workflows plus command-line data operations
Curated Catalog
- Open
/readerto browse the generated article corpus, or live recent posts when the corpus has not been generated yet. - Switch to
/sourceswhen you need to narrow or expand the source list. - Return to the reader on
/readerwith that slice preserved in the URL. - Use
/dashboardfor catalog health and keep OPML, enrichment, and analytics management in CLI workflows.
Reading Surface
/reader is the main place to read from the catalog. It lets you:
- search the generated article library
- filter sources by topic, source type, and verification status
- open
/sources, source pages, and topic pages when you need catalog detail - keep read, saved, starred, and archived state in the browser
Export and Interop
/api/exports/opml gives you the full catalog in portable OPML formats:
- flat OPML for quick imports
- foldered OPML for readers that support grouped feeds
- filtered OPML from the current catalog slice
Optional Backend
Most of the public web app works without a Python HTTP backend. The backend is only needed for features that depend on live server-side state, including:
- recommendations
- analytics exports and summaries
- write-side search logging
Typical Workflow
- Open
/readerto read recent posts and search the article library. - Switch to
/sourceswhen you want to change which sources are included. - Use
/dashboardwhen you want collection health. - Use repo commands when you want OPML files, analytics exports, or generated artifacts.