RSS reader with Claude Code notifications - catch up on your feed while Claude thinks
npm install valeria-rss-readerCatch up on your RSS feed while Claude thinks. Get notified when Claude is ready.
``bash`
npm install -g valeria-rss-reader
`bash`
valeria setup
This will:
1. Configure your RSS providers (Readwise, etc.)
2. Install Claude Code hooks
`bash`
valeria
Then open http://localhost:3847 in your browser.
``
Claude Code Valeria (localhost:3847)
│ │
│ (Claude finishes) │
▼ │
Stop Hook fires ──────────────────▶ SSE broadcast
│
▼
Browser notification
1. Run valeria to start the local server
2. Open the RSS reader in your browser
3. Work with Claude Code
4. When Claude finishes, a hook pings the server
5. Your browser shows a notification
``
valeria # Start the server (default)
valeria setup # Configure providers + install hooks
valeria hooks # Reinstall Claude Code hooks
valeria status # Check config and server status
valeria help # Show help
Config is stored at ~/.valeria/config.json:
`json``
{
"providers": {
"readwise": {
"enabled": true,
"token": "your-readwise-token"
}
}
}
MIT