Platform Services
Per-service handbooks for Wordloop's four deployable services.
Platform Services
Wordloop is composed of four services, each with a distinct responsibility, language, and runtime. This section contains one handbook per service — how it is structured, what it owns, and how to work on it.
wordloop-core
Go HTTP and WebSocket API. Source of truth for Loops, turns, participants, and real-time session state.
wordloop-ml
Python FastAPI runtime for transcription, recap generation, and embedding. Hexagonal architecture.
wordloop-app
Next.js 16 frontend. Server-rendered shell with streaming React Server Components and SWR for live state.
The documentation site itself (wordloop-docs) is a fourth deployable but is treated as a piece of platform tooling rather than an application surface; it is documented via the Reference and Guides sections.