AI/LLM news insights dashboard from HackerNews with advanced crawling capabilities using Claude Code SDK
- 📰 RSS Feed integration with HackerNews
- 🤖 Advanced AI-powered crawling with Claude Code SDK
- 📊 Real-time sentiment analysis and categorization
- 🎨 Modern glassmorphism UI with Tailwind CSS
- 📈 Insights dashboard with trending topics
- ⚡ Fast parallel processing for crawling
- 🗄️ MongoDB for data persistence
- Next.js 14 with App Router
- TypeScript
- Tailwind CSS 3
- MongoDB with Mongoose
- Claude Code SDK (@anthropic-ai/claude-code)
- RSS Parser
- Clone the repository
- Install dependencies:
yarn install - Set up environment variables in
.env.local:- MONGODB_URI
- ANTHROPIC_API_KEY
- Run development server:
yarn dev
Fast, lightweight RSS parsing with basic analysis
Deep content extraction and analysis using Claude Code SDK
MIT