mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-08 23:32:40 +02:00
feat: initialize agent and claude skill libraries with comprehensive knowledge bases, workflow templates, and implementation artifacts.
This commit is contained in:
parent
956d8c6322
commit
b35b4337bb
2028 changed files with 565614 additions and 0 deletions
21
.serena/memories/project_overview.md
Normal file
21
.serena/memories/project_overview.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# SurfSense - Project Overview
|
||||
|
||||
## Purpose
|
||||
Open-source alternative to NotebookLM — personal knowledge base with AI chat, 25+ external connectors (Google Drive, Notion, Jira, Slack...), real-time multiplayer, desktop app, podcast/video generation.
|
||||
|
||||
## Tech Stack
|
||||
- **Backend**: Python 3.12, FastAPI, Celery (Redis broker), PostgreSQL (pgvector), Alembic, LiteLLM, LangGraph, uv package manager
|
||||
- **Frontend**: Next.js 16 (Turbopack), React 19, TypeScript, Tailwind v4, Jotai, @rocicorp/zero (real-time sync), pnpm
|
||||
- **Real-time**: zero-cache (rocicorp/zero:0.26.2) → Postgres logical replication
|
||||
- **Services (Docker)**: PostgreSQL pgvector, Redis, SearXNG, pgAdmin, zero-cache
|
||||
- **Desktop**: Electron (surfsense_desktop/)
|
||||
- **Browser Extension**: surfsense_browser_extension/
|
||||
|
||||
## Architecture
|
||||
```
|
||||
surfsense_backend/ - FastAPI + Celery workers
|
||||
surfsense_web/ - Next.js frontend
|
||||
surfsense_desktop/ - Electron desktop app
|
||||
surfsense_browser_extension/ - Browser extension
|
||||
docker/ - docker-compose.dev.yml & .env
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue