javalin/javalin
A simple and modern Java and Kotlin web framework observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 97
- Release rhythm 97
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 20.5
- age_days: 3440
- days_rel: 20
- days_push: 18
- n_releases_24m: 17
Adoption not part of the score
8340 stars · 647 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Javalin is a lightweight, simple web framework for Java and Kotlin built on top of Jetty, supporting REST APIs, WebSockets, static file serving, and OpenAPI. It offers a fluent API designed for interoperability between Java and Kotlin with very few concepts to learn.
Use cases
- build a REST API in Java or Kotlin
- create a lightweight microservice on the JVM
- serve an SPA backend with static files from one server
- add websocket endpoints to a JVM application
- generate OpenAPI documentation with Swagger UI for a Java API
- replace Spring Boot with a simpler web framework
- run a small HTTP server with virtual threads support
When to choose
- you want a minimal, easy-to-learn REST API framework on the JVM
- you need Java and Kotlin interoperability with one consistent API
- you want Jetty-level performance with full Jetty configurability including SSL and HTTP3
- you prefer a Sinatra/Koa-style micro framework over heavyweight MVC frameworks
When to avoid
- you need a full MVC framework with built-in ORM, dependency injection, and batteries included
- your team is heavily invested in Spring ecosystem conventions
- you need reactive/non-blocking programming as the primary model
Facets
framework · maturity active
web-framework http-server routing websocket middleware api-framework web-development backend apis microservices jvm cross-platform rest-api jetty openapi micro-framework sinatra-inspired servlet
4 sources
- readme: https://github.com/javalin/javalin · fetched 2026-08-28 · b55a6e766b08
- homepage: https://javalin.io · fetched 2026-08-29 · 9b01e3b4c44b
- site_page: https://javalin.io/documentation · fetched 2026-08-29 · 3a98fb023d9a
- site_page: https://javalin.io/about · fetched 2026-08-29 · 024dbac91b2b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| javalin/javalin | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem