All 274 Dependencies
Every package Huly Platform depends on, ranked by repo health score.
Huly is an open-source platform built to eliminate the tool sprawl that burdens modern product teams. Instead of juggling separate apps for issue tracking, team chat, HR, recruitment, CRM, and documentation, Huly brings all of these into a single integrated workspace. Teams can manage sprints in the tracker, collaborate in real-time video rooms, write specs in the document editor, and hire candidates through the ATS — all without switching contexts.
The platform is architected as a distributed system of 30+ microservices, each responsible for a specific domain: a transactor service processes all data mutations with WebSocket-based real-time delivery, a collaborator service handles concurrent document editing using Y.js CRDT, and dedicated services manage full-text search, media processing, PDF generation, digital signatures, and event streaming. This separation means each domain can scale independently and be swapped without disrupting the rest of the platform.
Huly is built on CockroachDB for distributed SQL storage, Elasticsearch for search, MinIO for object storage, and Redpanda (Kafka-compatible) for async event streaming. The frontend is a 2,100+ component Svelte application managed in a Rush monorepo with 192 plugins, giving teams the flexibility to enable only the modules their organization needs.
Self-hosting is supported via Docker Compose through a companion repository (huly-selfhost), and a managed cloud version is available at huly.io. The platform also exposes a typed API client for building custom integrations and automations on top of the Huly data model.