{"id":13902735,"url":"https://github.com/boywithkeyboard-archive/cheetah1","last_synced_at":"2025-12-11T21:07:07.451Z","repository":{"id":153688669,"uuid":"585671387","full_name":"boywithkeyboard-archive/cheetah1","owner":"boywithkeyboard-archive","description":"A framework for the modern web. (NO LONGER MAINTAINED)","archived":true,"fork":false,"pushed_at":"2024-05-12T19:49:52.000Z","size":1742,"stargazers_count":193,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2024-08-05T04:00:03.283Z","etag":null,"topics":["cheetah","cloudflare","cloudflare-workers","deno","deno-deploy","fast","framework","javascript","modern","router","secure-by-default","typescript"],"latest_commit_sha":null,"homepage":"https://cheetah.mod.land","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boywithkeyboard-archive.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":".github/funding.yml","license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"codeowners","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"boywithkeyboard"}},"created_at":"2023-01-05T19:16:21.000Z","updated_at":"2024-07-09T04:19:52.000Z","dependencies_parsed_at":"2023-08-28T18:02:56.490Z","dependency_job_id":"2d56c321-2edb-4ce9-bb54-e9b29e4a15fb","html_url":"https://github.com/boywithkeyboard-archive/cheetah1","commit_stats":null,"previous_names":["boywithkeyboard/cheetah","azurystudio/cheetah","cheetahstudio/cheetah","boywithkeyboard-archive/cheetah1"],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boywithkeyboard-archive%2Fcheetah1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boywithkeyboard-archive%2Fcheetah1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boywithkeyboard-archive%2Fcheetah1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boywithkeyboard-archive%2Fcheetah1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boywithkeyboard-archive","download_url":"https://codeload.github.com/boywithkeyboard-archive/cheetah1/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":214260273,"owners_count":15707073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheetah","cloudflare","cloudflare-workers","deno","deno-deploy","fast","framework","javascript","modern","router","secure-by-default","typescript"],"created_at":"2024-08-06T22:01:21.468Z","updated_at":"2025-12-11T21:07:01.996Z","avatar_url":"https://github.com/boywithkeyboard-archive.png","language":"TypeScript","funding_links":["https://github.com/sponsors/boywithkeyboard"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n  \u003cimg src='https://cheetah.mod.land/cheetah.svg' width='128px' /\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003ch1\u003echeetah\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align='center'\u003e\n  \u003cp\u003e\u003ccode\u003e🛡️ secure\u003c/code\u003e × \u003ccode\u003e💎 simple\u003c/code\u003e × \u003ccode\u003e🪶 light\u003c/code\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003e [!WARNING]\n\u003e cheetah is currently **not maintained**.\n\n\u003cbr\u003e\n\n### Sneak Peek 👾\n\n```ts\nimport cheetah from 'https://deno.land/x/cheetah/mod.ts'\nimport { z } from 'https://deno.land/x/zod/mod.ts'\n\nconst app = new cheetah()\n  .post('/', {\n    body: z.object({ // \u003c scheme validation\n      name: z.string()\n    })\n  }, async c =\u003e {\n    const body = await c.req.body()\n\n    return `Hey, ${body.name}!` // \u003c response body\n  })\n\napp.serve() // \u003c launch app\n```\n\n❔ Please read our [guide](https://cheetah.mod.land) or [join our Discord](https://discord.gg/2rCya9EWGv) to learn more.\n\n\u003cbr\u003e\n\n---\n\n\u003cdiv align='center'\u003e\n  \u003csup\u003eA big thank you goes to\u003c/sup\u003e\n\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\n  \u003ca href='https://deco.cx'\u003e\n    \u003cimg src='https://github.com/azurystudio/cheetah/blob/dev/.github/sponsors/deco.svg?raw=true' height='48px' /\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003ca href='https://deco.cx'\u003e\u003csup\u003e\u003cb\u003eBuild fast stores and increase sales.\u003c/b\u003e\u003c/sup\u003e\u003c/a\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n\u003cbr\u003e\n\n### Release Schedule 🗓️\n\nWe strictly adhere to [SemVer](https://semver.org) and post updates **weekly**.\n\n- ◆ **current** *(e.g. v0.1.0)*\n\n  The current channel is dedicated to stable releases and is safe for use in production.\n\n- ◇ **canary** *(e.g. v0.1.0-canary.0)*\n\n  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.\n\n\u003cbr\u003e\n\n### Contributing 😘\n\nWe appreciate your help! 💕\n\nTo contribute, please read our [contributing guidelines](https://github.com/azurystudio/cheetah/blob/dev/contributing.md)\nfirst.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboywithkeyboard-archive%2Fcheetah1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboywithkeyboard-archive%2Fcheetah1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboywithkeyboard-archive%2Fcheetah1/lists"}