[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71253":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},71253,"fresh","denoland\u002Ffresh","denoland","The next-gen web framework.","https:\u002F\u002Ffresh.deno.dev",null,"TypeScript",13758,750,79,61,0,16,43.63,"MIT License",false,"main",[23,24,5,25,26,27],"deno","denofresh","javascript","preact","typescript","2026-06-12 02:02:49","[Documentation](#-documentation) | [Getting started](#-getting-started) |\n[API Reference](https:\u002F\u002Fdeno.land\u002Fx\u002Ffresh?doc)\n\n# fresh\n\n\u003Cimg align=\"right\" src=\"https:\u002F\u002Ffresh.deno.dev\u002Flogo.svg\" height=\"150px\" alt=\"The Fresh logo: a sliced lemon dripping with juice\">\n\n**Fresh** is a next generation web framework, built for speed, reliability, and\nsimplicity.\n\nSome stand-out features:\n\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:\u002F\u002Ffresh.deno.dev\u002Fdocs\u002Fintroduction) is available on\n[fresh.deno.dev](https:\u002F\u002Ffresh.deno.dev\u002F).\n\n## 🚀 Getting started\n\nInstall the latest [Deno CLI](https:\u002F\u002Fdeno.com\u002F) 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 -Ar jsr:@fresh\u002Finit\n```\n\nThen navigate to the newly created project folder:\n\n```\ncd fresh-project\n```\n\nFrom within your project folder, start the development server using the\n`deno task` command:\n\n```\ndeno task dev\n```\n\nNow open http:\u002F\u002Flocalhost:5173 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:\u002F\u002Fdeno.com\u002Fdeploy):\n\n1. Push your project to GitHub.\n2. [Create a Deno Deploy project.](https:\u002F\u002Fconsole.deno.com\u002Fnew)\n3. Select your GitHub repository.\n4. The project will be deployed to a public $project.$username.deno.net\n   subdomain with no configuration necessary.\n\nFor a more in-depth getting started guide, visit the\n[Getting Started](https:\u002F\u002Ffresh.deno.dev\u002Fdocs\u002Fgetting-started) page in the Fresh\ndocs.\n\n## Contributing\n\nWe appreciate your help! To contribute, please read our\n[contributing guideline](.\u002F.github\u002FCONTRIBUTING.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:\u002F\u002Ffresh.deno.dev\u002Fshowcase). 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:\u002F\u002Fgithub.com\u002Fdenoland\u002Ffresh\u002Fblob\u002Fmain\u002Fwww\u002Fdata\u002Fshowcase.json),\npreferably with source code on GitHub, but not required.\n\n## Badges\n\n![Made with Fresh](.\u002Fwww\u002Fstatic\u002Ffresh-badge.svg)\n\n```md\n[![Made with Fresh](https:\u002F\u002Ffresh.deno.dev\u002Ffresh-badge.svg)](https:\u002F\u002Ffresh.deno.dev)\n```\n\n```html\n\u003Ca href=\"https:\u002F\u002Ffresh.deno.dev\">\n  \u003Cimg\n    width=\"197\"\n    height=\"37\"\n    src=\"https:\u002F\u002Ffresh.deno.dev\u002Ffresh-badge.svg\"\n    alt=\"Made with Fresh\"\n  \u002F>\n\u003C\u002Fa>\n```\n\n![Made with Fresh(dark)](.\u002Fwww\u002Fstatic\u002Ffresh-badge-dark.svg)\n\n```md\n[![Made with Fresh](https:\u002F\u002Ffresh.deno.dev\u002Ffresh-badge-dark.svg)](https:\u002F\u002Ffresh.deno.dev)\n```\n\n```html\n\u003Ca href=\"https:\u002F\u002Ffresh.deno.dev\">\n  \u003Cimg\n    width=\"197\"\n    height=\"37\"\n    src=\"https:\u002F\u002Ffresh.deno.dev\u002Ffresh-badge-dark.svg\"\n    alt=\"Made with Fresh\"\n  \u002F>\n\u003C\u002Fa>\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","Fresh 是一个面向未来的 Web 框架，专为速度、可靠性和简洁性而设计。它采用基于岛屿的客户端激活技术以实现最大互动性，并且默认情况下不会向客户端发送任何 JavaScript 代码，从而实现零运行时开销。此外，Fresh 支持 TypeScript 并提供文件系统路由功能，无需额外配置即可快速上手开发。该框架非常适合需要高性能和良好用户体验的现代 Web 应用场景，如企业级网站、在线商店和个人博客等。通过 Deno CLI 可轻松安装并启动项目，同时支持使用 Deno Deploy 进行无缝部署。",2,"2026-06-01 03:28:26","high_star"]