Bahn: aisupport, Analyse-O2C-C2S, awesome-bahn-mcp-servers, beam-mcp,
Confluence_Bot, db-planet-mcp-server, O2C-Harness, project-audit,
Projekt-KIQ-HP, teamlandkarte-mcp
Dhive: Jury-Voting
Privat: CV, NoteGraph (NOTE: NoteGraph needs complete redo after consolidation)
Shared: AI-Orchestrator, OrgMyLife, power_skills_and_more
Shared/references: symphony (read-only)
Bahn repos remain available as independent remotes - this monorepo
pulls them in via subtree, the originals are untouched.
1018 B
1018 B
COMPONENTS.md
Project Components
This document tracks all specific components used in the project.
Rule: Components are only added to this list once they have been actively included and utilized in the codebase.
Backend Core
- FastAPI: Main web framework for the API backend.
- Uvicorn: ASGI web server implementation.
- SQLAlchemy: SQL toolkit and Object-Relational Mapper (ORM).
- Alembic: Database migration tool for SQLAlchemy.
- Psycopg2: PostgreSQL database adapter for Python.
- caldav: Library for CalDAV client functionality (Nextcloud sync).
- python-multipart: Form data parsing for login page.
- python-dotenv: Environment variable loading from .env files.
Infrastructure
- Docker: Containerization for app and database.
- PostgreSQL 16: Primary database (Docker container with persistent volume).
- Caddy: Reverse proxy with automatic HTTPS (Let's Encrypt).
Frontend
- Vanilla HTML/CSS/JS: No framework, clean and lightweight.