{"id":19290593,"url":"https://github.com/jacob-ebey/remix-ssg","last_synced_at":"2025-04-22T05:32:31.740Z","repository":{"id":50566847,"uuid":"519452995","full_name":"jacob-ebey/remix-ssg","owner":"jacob-ebey","description":"A CLI for building static sites with Remix","archived":false,"fork":false,"pushed_at":"2022-08-01T00:36:46.000Z","size":358,"stargazers_count":55,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T20:09:52.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://remix-ssg.pages.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/jacob-ebey.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-07-30T07:46:33.000Z","updated_at":"2024-12-14T15:37:08.000Z","dependencies_parsed_at":"2022-08-26T16:30:56.760Z","dependency_job_id":null,"html_url":"https://github.com/jacob-ebey/remix-ssg","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fremix-ssg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fremix-ssg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fremix-ssg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fremix-ssg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacob-ebey","download_url":"https://codeload.github.com/jacob-ebey/remix-ssg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250175096,"owners_count":21387138,"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":[],"created_at":"2024-11-09T22:20:17.547Z","updated_at":"2025-04-22T05:32:31.341Z","avatar_url":"https://github.com/jacob-ebey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remix SSG\n\nSimple SSG for [Remix](https://remix.run/).\n\n[Read the Docs](https://remix-ssg.pages.dev/docs)\n\n# Docs\n\nDeployed to multiple hosts:\n\n- [Github Pages](https://remix-ssg.pages.dev)\n- [Netlify](https://remix-ssg.netlify.app)\n- [Vercel](https://remix-ssg.vercel.app)\n\n## Quick Start\n\n1. Initialize a new remix project:\n\n   ```bash\n   npx create-remix@latest\n   ```\n\n   Choose \"Just the basics\" and the \"Remix App Server\" when prompted.\n\n1. Install `remix-ssg` and `serve` to serve the static assets:\n\n   ```bash\n   npm install -D remix-ssg serve\n   ```\n\n1. Update your `package.json` `scripts` to use `remix-ssg` instead of `remix` and `serve` instead of `remix-serve`:\n\n   ```json\n   {\n     \"scripts\": {\n       \"build\": \"remix-ssg public\",\n       \"dev\": \"remix dev\",\n       \"start\": \"serve -l 3000 public\"\n     }\n   }\n   ```\n\n1. Add a `getStaticPaths` export to your routes. For example `app/routes/index.tsx` may look like:\n\n   ```tsx\n   export function getStaticPaths() {\n     return [\"/\"];\n   }\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacob-ebey%2Fremix-ssg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacob-ebey%2Fremix-ssg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacob-ebey%2Fremix-ssg/lists"}