{"id":26111226,"url":"https://github.com/codomatech/gr8s-react-starter-template","last_synced_at":"2026-05-05T22:38:19.404Z","repository":{"id":281541106,"uuid":"945587926","full_name":"codomatech/gr8s-react-starter-template","owner":"codomatech","description":"a modern, production-ready template with React Router enhanced to optionally work with gr8s.","archived":false,"fork":false,"pushed_at":"2025-03-09T19:15:49.000Z","size":366,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T20:22:00.521Z","etag":null,"topics":["cms","frontend","react","react-router","seo","spa","ssr","tailwindcss"],"latest_commit_sha":null,"homepage":"https://gr8s-server.codoma.tech","language":"AGS Script","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/codomatech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2025-03-09T19:09:44.000Z","updated_at":"2025-03-09T19:20:53.000Z","dependencies_parsed_at":"2025-03-09T20:22:11.023Z","dependency_job_id":"8bce7ce6-82cc-46b3-a783-d56827d797a4","html_url":"https://github.com/codomatech/gr8s-react-starter-template","commit_stats":null,"previous_names":["codomatech/gr8s-react-starter-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codomatech%2Fgr8s-react-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codomatech%2Fgr8s-react-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codomatech%2Fgr8s-react-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codomatech%2Fgr8s-react-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codomatech","download_url":"https://codeload.github.com/codomatech/gr8s-react-starter-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242774972,"owners_count":20183187,"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":["cms","frontend","react","react-router","seo","spa","ssr","tailwindcss"],"created_at":"2025-03-10T01:49:05.686Z","updated_at":"2026-05-05T22:38:19.377Z","avatar_url":"https://github.com/codomatech.png","language":"AGS Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starter template powered by React Router \u0026 [gr8s server](https://github.com/codomatech/gr8s-server/)\n\n\n## What is this?\n\nThis is a modern, production-ready template with React Router enhanced to optionally work with gr8s.\n\nThe simplest way to use it is to clone this repository and modify the sources in [app](./app). Follow the [Quick Start Guide](#quick-start-guide) for more information.\n\n### **Wait! what is gr8s?**\n\ngr8s is an efficient replacement of the conventional node-based server-side rendering (SSR).\nit does many other things but the main thing is it replaces the need to have a node server.\n\n### **Why would I want to use gr8s?**\n\nbecause:\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n🚀 your server suddenly becomes much faster and leaner.\n\u003c/summary\u003e\n\n![apache benchmarks](./docs/images/node-gr8s-ab.png)\n\n![docker stats](./docs/images/node-gr8s-docker-stats.png)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\n💰 \u003ca href=\"https://gr8s-server.codoma.tech/#offer\"\u003eaffordable managed hosting\u003c/a\u003e or cheaper self hosting.\n\u003c/summary\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003e📈 access to the free SEO editor and analyzer \u003ca href=\"https://s3.app.codoma.tech/\"\u003eS³ Studio\u003c/a\u003e.\u003c/summary\u003e\n\n![s3 studio](./docs/images/gr8s-s3.png)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003e 🔥 it can even substitute the need for an expensive, chunky CMS\u003c/summary\u003e\n\nCurrently you can write HTML code to be displayed for each page. This could cover your\nneeds (depending on your use case).\n\nAlso: a visual page builder is planned, [vote for the feature here](https://github.com/codomatech/gr8s-server/discussions/1).\n\n\u003c/details\u003e\n\n\n\n### Why shouldn't I use gr8s?\n\nIf you prefer to stay in next.js server-side eco system: e.g. if you use server side components,\nauthentication services, or any thing that has to run on a node server, gr8s wouldn't be suitable for you.\n\nDo you want to break free from vendor-lockin?\n[Propose \u0026 vote for features you need here](https://github.com/codomatech/gr8s-server/discussions/1). E.g. auth services, webhooks.\n\n\n\n\u003ca name=\"quick-start-guide\"\u003e\u003c/a\u003e\n\n### Quick Start Guide\n\nLike every frontend app, you will need to install dependencies\n\n```bash\npnpm install\n```\n\nStart the development server with hot-module reload (i.e. it updates the site automatically when you edit the sources):\n\n```bash\npnpm run dev\n```\n\nOnce you are happy with the app and want to deploy it, either:\n\n#### Deploy to gr8s cloud\n\nUse one of these commands:\n\n- If you need to create a new account\n\n```bash\npnpm run gr8s-deploy-signup\n```\n\n- If you already have your site's credentials\n\n```bash\npnpm run gr8s-deploy\n```\n\nBoth commands will give you a URL where your app is deployed.\n\n\n#### Host on your own server\n\nBuild your docker image Using the following command (you need to have `make` installed on your system):\n\n\n```bash\n# export APP=\u003cyour app name\u003e\nmake docker-gr8s\n```\n\nThen run the docker image using something like:\n\n```bash\ndocker run --name ${APP}-gr8s -p 8338:8338 -d ${APP}-gr8s\n```\n\nYou will need to configure a *data source* so gr8s can fill your pages.\nplease refere to [this  guide](https://github.com/codomatech/gr8s-server/blob/main/docs/walkthrough-s3.md)\nfor a walk through.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodomatech%2Fgr8s-react-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodomatech%2Fgr8s-react-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodomatech%2Fgr8s-react-starter-template/lists"}