kordlib/kord
Idiomatic Kotlin Wrapper for The Discord API observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 97
- Release rhythm 50
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 160
- age_days: 2573
- days_rel: 172
- days_push: 22
- n_releases_24m: 4
Adoption not part of the score
1059 stars · 93 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kord is a coroutine-based, modular Kotlin library implementing the Discord API for building bots on Kotlin/JVM and Kotlin/JS. It provides modules for the REST API, Gateway, voice, and a high-level core with caching, while exposing lower-level APIs for full control.
Use cases
- build a discord bot in kotlin
- handle discord gateway events with coroutines
- send messages and manage servers via the discord rest api
- add voice channel audio playback to a discord bot
- cache discord entities for a bot
- write a discord bot for jvm and js targets
When to choose
- you want an idiomatic Kotlin-first Discord library with coroutine concurrency
- you need access to low-level Discord APIs alongside high-level abstractions
- you target Kotlin/JVM or Kotlin/JS and want modular REST, gateway, and voice support
When to avoid
- you need Kotlin/Native support
- you need multi-process (sharded across processes) bot support
- you prefer a Java or non-Kotlin JVM library
Facets
library · maturity active
sdk websocket http-client caching concurrency messaging-platforms apis developer-tools jvm browser cross-platform discord-api discord-bot kotlin-coroutines discord-gateway kotlin-js voice-support modular automation
1 source
- readme: https://github.com/kordlib/kord · fetched 2026-08-28 · 6472bed44983
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kordlib/kord | main | 81 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem