Cited – Multi-Source Answer Aggregator
Self-hosted search engine that scrapes Stack Overflow, Hacker News, Reddit, Medium, Dev.to, and X in parallel, ranks results by source authority & recency, and feeds top passages into a RAG pipeline via Google Gemini API.
• Centralized rate-limiting with exponential backoff, retry jitter, and concurrency semaphores.
• SQLite cache for raw scraper outputs and synthesized RAG answers.
• Dynamic post-generation citation validation ensuring all inline markers match valid reference URLs.
• Docker-orchestrated backend deployment with headless Playwright for JS-heavy targets.