Explore the modular architecture of the Plexichat ecosystem. Each component is independently versioned and tracked across our GitLab group.
View GitLab GroupThe core FastAPI backend engine. Handles REST API, Opcode-driven WebSocket Gateway, and Mediasoup WebRTC signaling. Integrated with PostgreSQL and Redis.
Modern pure Vite client bundled to static assets and served via Nginx. Communicates directly with the core API and Gateway for a low-latency web experience.
Shared utilities, configuration patterns, and development tools used across the entire Plexichat ecosystem to ensure consistency and performance.
The server, client, and shared utilities deploy independently, but are designed to align with a single API base URL and WebSocket gateway.