{"id":13455153,"url":"https://github.com/denoland/fresh","last_synced_at":"2025-05-14T09:06:17.673Z","repository":{"id":36950636,"uuid":"365263843","full_name":"denoland/fresh","owner":"denoland","description":"The next-gen web framework.","archived":false,"fork":false,"pushed_at":"2025-05-05T06:56:32.000Z","size":41490,"stargazers_count":13039,"open_issues_count":352,"forks_count":692,"subscribers_count":87,"default_branch":"main","last_synced_at":"2025-05-07T08:03:22.028Z","etag":null,"topics":["deno","denofresh","fresh","javascript","preact","typescript"],"latest_commit_sha":null,"homepage":"https://fresh.deno.dev","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-05-07T14:42:26.000Z","updated_at":"2025-05-06T15:06:33.000Z","dependencies_parsed_at":"2024-03-15T14:43:16.482Z","dependency_job_id":"ce303c97-8647-43f1-a96a-d8a369cbb41d","html_url":"https://github.com/denoland/fresh","commit_stats":{"total_commits":1175,"total_committers":273,"mean_commits":4.304029304029304,"dds":0.7004255319148935,"last_synced_commit":"b5389f69a384280319d815d6f35dd9743f0738b2"},"previous_names":["lucacasonato/fresh"],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Ffresh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Ffresh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Ffresh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Ffresh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/fresh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110373,"owners_count":22016391,"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":["deno","denofresh","fresh","javascript","preact","typescript"],"created_at":"2024-07-31T08:01:01.835Z","updated_at":"2025-05-14T09:06:17.660Z","avatar_url":"https://github.com/denoland.png","language":"TypeScript","readme":"[Documentation](#-documentation) | [Getting started](#-getting-started) |\n[API Reference](https://deno.land/x/fresh?doc)\n\n# fresh\n\n\u003cimg align=\"right\" src=\"https://fresh.deno.dev/logo.svg\" height=\"150px\" alt=\"The Fresh logo: a sliced lemon dripping with juice\"\u003e\n\n**Fresh** is a next generation web framework, built for speed, reliability, and\nsimplicity.\n\nSome stand-out features:\n\n- Just-in-time rendering on the edge.\n- Island based client hydration for maximum interactivity.\n- Zero runtime overhead: no JS is shipped to the client by default.\n- No configuration necessary.\n- TypeScript support out of the box.\n- File-system routing à la Next.js.\n\n## 📖 Documentation\n\nThe [documentation](https://fresh.deno.dev/docs/introduction) is available on\n[fresh.deno.dev](https://fresh.deno.dev/).\n\n## 🚀 Getting started\n\nInstall the latest [Deno CLI](https://deno.land/) version.\n\nYou can scaffold a new project by running the Fresh init script. To scaffold a\nproject run the following:\n\n```sh\ndeno run -A -r https://fresh.deno.dev\n```\n\nThen navigate to the newly created project folder:\n\n```\ncd deno-fresh-demo\n```\n\nFrom within your project folder, start the development server using the\n`deno task` command:\n\n```\ndeno task start\n```\n\nNow open http://localhost:8000 in your browser to view the page. You make\nchanges to the project source code and see them reflected in your browser.\n\nTo deploy the project to the live internet, you can use\n[Deno Deploy](https://deno.com/deploy):\n\n1. Push your project to GitHub.\n2. [Create a Deno Deploy project](https://dash.deno.com/new).\n3. [Link](https://docs.deno.com/deploy/manual/#deploy-your-project) the Deno\n   Deploy project to the **`main.ts`** file in the root of the created\n   repository.\n4. The project will be deployed to a public $project.deno.dev subdomain.\n\nFor a more in-depth getting started guide, visit the\n[Getting Started](https://fresh.deno.dev/docs/getting-started) page in the Fresh\ndocs.\n\n## Contributing\n\nWe appreciate your help! To contribute, please read our\n[contributing guideline](./.github/CONTRIBUTING.md).\n\n## Adding your project to the showcase\n\nIf you feel that your project would be helpful to other Fresh users, please\nconsider putting your project on the\n[showcase](https://fresh.deno.dev/showcase). However, websites that are just for\npromotional purposes may not be listed.\n\nTo take a screenshot, run the following command.\n\n```sh\ndeno task screenshot [url] [your-app-name]\n```\n\nThen add your site to\n[showcase.json](https://github.com/denoland/fresh/blob/main/www/data/showcase.json),\npreferably with source code on GitHub, but not required.\n\n## Badges\n\n![Made with Fresh](./www/static/fresh-badge.svg)\n\n```md\n[![Made with Fresh](https://fresh.deno.dev/fresh-badge.svg)](https://fresh.deno.dev)\n```\n\n```html\n\u003ca href=\"https://fresh.deno.dev\"\u003e\n  \u003cimg\n    width=\"197\"\n    height=\"37\"\n    src=\"https://fresh.deno.dev/fresh-badge.svg\"\n    alt=\"Made with Fresh\"\n  /\u003e\n\u003c/a\u003e\n```\n\n![Made with Fresh(dark)](./www/static/fresh-badge-dark.svg)\n\n```md\n[![Made with Fresh](https://fresh.deno.dev/fresh-badge-dark.svg)](https://fresh.deno.dev)\n```\n\n```html\n\u003ca href=\"https://fresh.deno.dev\"\u003e\n  \u003cimg\n    width=\"197\"\n    height=\"37\"\n    src=\"https://fresh.deno.dev/fresh-badge-dark.svg\"\n    alt=\"Made with Fresh\"\n  /\u003e\n\u003c/a\u003e\n```\n\n## Hashtags\n\nUse the following hashtags in your social media posts that reference Fresh and\nas Topics in the About section of your GitHub repos that contain Fresh code. It\nwill assure maximum visibility for your posts and code, and promote Fresh\ndevelopment ecosystem visibility.\n\n- #denofresh\n- #deno\n\nGithub repo Topics will not include the hash symbol.\n","funding_links":[],"categories":["TypeScript","Modules","后端开发框架及项目","typescript","deno","核心模块与框架（按需求挑）"],"sub_categories":["Frontend framework","管理面板","Web 框架（搭 API/网站用）"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoland%2Ffresh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenoland%2Ffresh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoland%2Ffresh/lists"}