{"id":25407652,"url":"https://github.com/deno-mage/app","last_synced_at":"2025-07-30T16:34:00.846Z","repository":{"id":262798229,"uuid":"887791845","full_name":"deno-mage/app","owner":"deno-mage","description":"Build web applications with Deno","archived":false,"fork":false,"pushed_at":"2025-02-15T12:00:42.000Z","size":487,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T12:29:22.702Z","etag":null,"topics":["api","deno","jsr","preact","typescript","web"],"latest_commit_sha":null,"homepage":"https://deno-mage.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deno-mage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security-headers/middleware.ts","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-13T09:45:03.000Z","updated_at":"2025-02-15T12:00:45.000Z","dependencies_parsed_at":"2024-11-14T11:18:51.825Z","dependency_job_id":"d2e5a906-9e0e-4315-a231-5daf0cc2081f","html_url":"https://github.com/deno-mage/app","commit_stats":null,"previous_names":["leecheneler/mage","deno-mage/server","deno-mage/app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-mage%2Fapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-mage%2Fapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-mage%2Fapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-mage%2Fapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deno-mage","download_url":"https://codeload.github.com/deno-mage/app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239098026,"owners_count":19581157,"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":["api","deno","jsr","preact","typescript","web"],"created_at":"2025-02-16T07:17:48.967Z","updated_at":"2025-02-16T07:17:49.869Z","avatar_url":"https://github.com/deno-mage.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"color: #343a40\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/deno-mage/server/main/mage.png\" alt=\"Emotion logo\" height=\"150\" width=\"150\"\u003e\n  \u003ch1 align=\"center\"\u003eMage\u003c/h1\u003e\n\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n  Build web applications with \u003ca href=\"https://deno.com\"\u003eDeno\u003c/a\u003e\n\u003c/div\u003e\n\n## Mage\n\nMage is a web application framework for Deno. It is designed to be familiar and\neasy to use. It is built on top of Deno's built-in HTTP server and provides a\nsimple API for building web applications and APIs.\n\n### Getting started\n\n```sh\ndeno add jsr:@mage/app\n```\n\nAn example app:\n\n```tsx\nimport { MageApp } from \"@mage/app\";\n\nconst app = new MageApp();\n\napp.get(\"/\", async (c) =\u003e {\n  c.text(\"Hello, world!\");\n});\n\nDeno.serve(app.handler);\n```\n\nRun the app:\n\n```\ndeno run --allow-all main.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno-mage%2Fapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeno-mage%2Fapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno-mage%2Fapp/lists"}