kemalcr/kemal

Fast, Effective, Simple Web Framework

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Type:FrameworkCategory(s):Backend FrameworksWeb Development
Added to GitGenius on September 17th, 2026
Created on October 23rd, 2015
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Enabled
Number of forks: 205
Total Stargazers: 3,917 (+0)
Total Subscribers: 71 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.5 hours
Mean response time: 172.1 days
90th percentile: 943.3 days
Tracked items: 49

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 203 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (20)
  • enhancement (9)
  • help wanted (7)
  • question (5)
  • security (4)
  • priority: high (3)
  • priority: low (3)
  • needs-more-info (2)

Detailed Description

Kemal is a web framework for the Crystal programming language that emphasizes high performance, simplicity, and minimal boilerplate for building web applications and APIs.

The framework addresses the need for fast web development without sacrificing performance or requiring complex abstractions. It leverages Crystal's native compilation to machine code, delivering high throughput while maintaining a syntax familiar to developers from dynamic languages. Kemal provides built-in support for WebSocket connections, JSON serialization, HTTP routing, static file serving, and middleware composition, eliminating the need to assemble these capabilities from separate packages.

Kemal suits developers building REST APIs, real-time applications, or microservices who want type safety and performance without the overhead of a virtual machine or runtime. It is particularly valuable for projects where deployment simplicity matters, since applications compile to a single native binary. The framework imposes no architectural constraints—it does not mandate an ORM, template engine, or project structure, allowing teams to choose their own tools for persistence and templating. The README positions it against Sinatra, Flask, and Express, noting that Kemal achieves significantly higher request throughput while offering built-in WebSocket support and single-binary deployment that those frameworks do not provide natively.

The project maintains active engagement with its community through documented examples, a dedicated guide, and a community chat channel. Development activity shows consistent attention to the codebase with regular updates and responsiveness to issues. The framework has sustained production use since its inception, with a substantial user base relying on it for real-world applications.