Skip to content
@kitojs

Kito

The high-performance, type-safe and modern TypeScript web framework written in Rust.


High-performance, fully type-safe, and modern web framework for TypeScript. Powered by Rust for extremely speed and low memory usage.


Kito is a TypeScript web framework designed for performance and reliability. It gives you an API familiar to Express.js users, but under the hood most of the heavy lifting runs in Rust, making it extremely fast and memory-efficient.

You write your code in TypeScript like normal, while Kito handles:

  • Routing and middleware execution
  • Request validation and type safety
  • Efficient response building and socket handling

All the runtime-critical logic is executed in Rust, leaving TypeScript as a developer-friendly layer. You get type safety, familiar syntax, and Node.js/Deno/Bun compatibility, without sacrificing performance.

import { server } from "kitojs";

const app = server();

app.get("/", (ctx) => {
  ctx.res.send("hello world!");
});

app.listen(3000);

Why Kito? 🐺

  • Minimal overhead: most of the logic runs in Rust
  • Type-safe: request and response types are fully inferred
  • Familiar API: Express-style routing and middleware
  • Cross-platform: works on Node.js, Deno, and Bun
  • Fast and memory-efficient: ideal for high-throughput backends
  • Extensible: you can greatly extend the ecosystem, from TypeScript or Rust

Pinned Loading

  1. kito kito Public

    🐺 The high-performance, type-safe and modern TypeScript web framework written in Rust.

    TypeScript 494 16

  2. web web Public

    📚 Kito's official website and documentation.

    HTML 2 2

Repositories

Showing 6 of 6 repositories
  • kito Public

    🐺 The high-performance, type-safe and modern TypeScript web framework written in Rust.

    kitojs/kito’s past year of commit activity
    TypeScript 494 MIT 16 6 0 Updated Dec 8, 2025
  • web Public

    📚 Kito's official website and documentation.

    kitojs/web’s past year of commit activity
    HTML 2 MIT 2 0 0 Updated Dec 8, 2025
  • create-kitojs Public

    📦 Scaffold Kito projects.

    kitojs/create-kitojs’s past year of commit activity
    JavaScript 3 MIT 0 0 0 Updated Nov 30, 2025
  • .github Public

    👋🏼 Kito's GitHub profile repository.

    kitojs/.github’s past year of commit activity
    0 1 0 0 Updated Nov 24, 2025
  • otik Public

    🦊 The high-performance, type-safe and modern TypeScript HTTP client written in Rust.

    kitojs/otik’s past year of commit activity
    TypeScript 8 MIT 0 0 0 Updated Sep 12, 2025
  • benchmarks Public

    📊 Kito's general and updated benchmarks.

    kitojs/benchmarks’s past year of commit activity
    0 MIT 0 0 0 Updated Mar 7, 2025