SurfSense
ActiveDescription
SurfSense is a RAG tool that combines web search with your personal knowledge base, letting the AI cite collected and annotated pages when answering.
Key Features
- Web capture — drag web pages / PDFs into the knowledge base, auto-indexed
- Semantic search — natural-language search across your collection and notes
- RAG Q&A — chat with your collection and see citations
- Multi-source — web pages, PDFs, Notion and bookmarks in one place
- Local deployment — knowledge and indexes stay local
- Browser extension — one-click capture in Chrome/Firefox
Use Cases
💡 Building a personal research knowledge base with citations
💡 Providing agents with private, trusted external sources
💡 Turning scattered material into a searchable second brain
💡 Question-answering for product/competitor research grounded in personal saves
Strengths & Limitations
✅ Strengths
- • Actively maintained, recent updates
- • High community interest (15.9k stars)
- • Established track record (2 years in production)
- • Responsive to issues, low backlog
⚠️ Limitations
- • No clear open-source license
Categories
Quick Start
docker run -d -p 8080:8080 \
-e OPENAI_API_KEY=sk-... \
surfsense/app:latest