Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more


cheetah

πŸ›‘οΈ secure Γ— πŸ’Ž simple Γ— πŸͺΆ light


Sneak Peek 🀫

import cheetah from 'https://deno.land/x/cheetah/mod.ts'

const app = new cheetah()
  .get('/', () => 'Hello World')

app.serve()

❔ Please read our guide or join our Discord to learn more.





Release Schedule πŸ—“οΈ

We strictly follow SemVer and release updates in two channels:

  • β—† current

    The current channel is dedicated to stable releases and is safe for use in production.

  • β—‡ canary

    The canary channel is meant for pre-releases that lack features for a stable release or contain features that are still a prototype. These releases are not suited for production and only meant for testing purposes.


Contributing 😘

We appreciate your help! πŸ’•

To contribute, please read our contributing guidelines first.