{"id":25874169,"url":"https://github.com/juanvillacortac/citric","last_synced_at":"2026-05-08T07:31:25.598Z","repository":{"id":62417324,"uuid":"560461925","full_name":"juanvillacortac/citric","owner":"juanvillacortac","description":"The Fresh fork that you don't need 🤡","archived":false,"fork":false,"pushed_at":"2022-11-01T15:47:01.000Z","size":44,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-12T22:57:49.474Z","etag":null,"topics":["deno","denoland","fork","fresh","preact","react","ssr","sveltekit"],"latest_commit_sha":null,"homepage":"https://citric.deno.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juanvillacortac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-01T14:55:42.000Z","updated_at":"2025-08-27T13:20:11.000Z","dependencies_parsed_at":"2022-11-01T16:30:47.850Z","dependency_job_id":null,"html_url":"https://github.com/juanvillacortac/citric","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/juanvillacortac/citric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanvillacortac%2Fcitric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanvillacortac%2Fcitric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanvillacortac%2Fcitric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanvillacortac%2Fcitric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juanvillacortac","download_url":"https://codeload.github.com/juanvillacortac/citric/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanvillacortac%2Fcitric/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32617665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","denoland","fork","fresh","preact","react","ssr","sveltekit"],"created_at":"2025-03-02T09:19:02.302Z","updated_at":"2026-05-04T17:31:57.174Z","avatar_url":"https://github.com/juanvillacortac.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Citric\n\n\u003cimg align=\"right\" src=\"./www/static/logo.svg\" height=\"150px\" alt=\"the fresh logo: a sliced citric dripping with juice\"\u003e\n\n**Citric™**, the \"blazing fast\" 🐌 and \"bleeding edge\" 🤡 Fresh ~~ROM hack~~ fork\nthat you don't need, unless you are an edgy 16yo developer or you simply want:\n\n- Islands on any directory, only suffix the component with\n  `.island.{tsx|ts|jsx|js}`.\n- File-system routing à la ~~Next.js~~ SvelteKit, including nested layouts\n  (WIP).\n- More premade plugins, like SPA client navigation.\n- And more unnecesary and forced stuff on this refreshing frankenstein.\n\n## ❓ Why?\n\nThe real question is: _why not?_\n\n## 📖 Documentation\n\nThe [documentation](https://fresh.deno.dev/docs/) is the same as Fresh docs, but\nwith some differences:\n\n- Routes now are folder based, and page components need to be placed on\n  `+page.{tsx|ts|jsx|js}` files, same for special page components like\n  `_{app|404|500}.{tsx|ts|jsx|js}` **-\u003e** `+{app|404|500}.{tsx|ts|jsx|js}` or\n  `/foo/_middleware.ts` **-\u003e** `/foo/+middleware.ts`, for example. Now is\n  possible to have layouts and nested layouts like SvelteKit with files like\n  `/+layout.{tsx|ts|jsx|js}`.\n\n## 🚀 Getting started\n\nInstall [Deno CLI](https://deno.land/) version 1.25.0 or higher.\n\nYou can scaffold a new project by running the Fresh init script. To scaffold a\nproject in the `deno-citric-demo` folder, run the following:\n\n```sh\ndeno run -A -r https://citric.deno.dev deno-citric-demo\n```\n\nThen navigate to the newly created project folder:\n\n```\ncd deno-citric-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://deno.com/deploy/docs/projects#enabling) the Deno Deploy\n   project to the **`main.ts`** file in the root of the created 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanvillacortac%2Fcitric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanvillacortac%2Fcitric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanvillacortac%2Fcitric/lists"}