Wordloop Platform
Monorepo for meeting transcription, speaker identification, and AI-powered conversation intelligence.
Wordloop Platform
Meeting transcription, speaker identification, and AI-powered conversation intelligence.
Services
| Service | Language | Port | Role |
|---|---|---|---|
| wordloop-core | Go | 4002 | REST API, domain logic, database |
| wordloop-ml | Python / FastAPI | 4003 | Transcription, speaker embeddings, LLM |
| wordloop-app | Next.js | 4001 | Web frontend |
Architecture at a glance
Rendering architecture map...
Navigating the Documentation
If you are new to the platform, we recommend following the sidebar from top to bottom:
- Principles — Start by understanding our core philosophy, engineering values, and system constraints.
- Architecture — See how those principles are applied structurally across the system and infrastructure.
- Development — Learn how to spin up the entire platform locally via our custom
./devCLI. - Services — Dive deep into specific implementations for Core, ML, and App.
- API & Schemas — Reference material for system contracts.