Skip to main content


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.