Skip to content
@kitojs

Kito

A web framework written in Rust for TypeScript

Important

Kito is still in development and is not available at this time. When this notice is removed, you will know that the framework will be available.


A web framework written in Rust for TypeScript.


Kito is the web framework written in Rust and exposed in an end-to-end type-safe TypeScript API. Inspired by tRPC, Elysia, and ExpressJS, Kito aims to unify the ease and convenience of TypeScript with the performance and speed of Rust.

Underneath it uses Actix, one of today's fastest web frameworks. Enjoy serving millions of requests concurrently without breaking away from familiar syntax. You don't need to touch Rust or overcomplicate things to create truly efficient services. Here's a basic, typical example of a Kito application:

import { kito } from "kito"

const app = kito()

app.get("/", (req, res) => {
  res.send("Hello world!")
})

app.listen(3000)

Nothing else! It's that easy. Kito is initially available in Deno and Bun, due to technical implications, although support for NodeJS is being worked on.


📚 Documentation

All Kito documentation can be found on the official website. One of our biggest efforts is to always provide detailed and up-to-date material, so it's rare to see something undocumented.


⚡ Performance

Kito's performance is clearly exceptional. After all, what is being measured is not a TypeScript framework, but a Rust one. It is arguably the fastest in the ecosystem without a doubt, as the benchmarks show.

Pinned Loading

  1. kito kito Public

    🦊 The web framework written in Rust for TypeScript.

    Rust 22 1

  2. web web Public

    📚 Kito's official website and documentation.

    JavaScript

Repositories

Showing 4 of 4 repositories
  • kito Public

    🦊 The web framework written in Rust for TypeScript.

    kitojs/kito’s past year of commit activity
    Rust 22 MIT 1 1 0 Updated Apr 3, 2025
  • .github Public

    👋🏼 Kito's GitHub profile repository.

    kitojs/.github’s past year of commit activity
    0 0 0 0 Updated Mar 7, 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
  • web Public

    📚 Kito's official website and documentation.

    kitojs/web’s past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Dec 18, 2024

Top languages

Loading…

Most used topics

Loading…