{"id":19617825,"url":"https://github.com/nzambello/plone-remix","last_synced_at":"2026-05-17T14:32:40.063Z","repository":{"id":233114694,"uuid":"471107218","full_name":"nzambello/plone-remix","owner":"nzambello","description":"Remix frontend for Plone 6","archived":false,"fork":false,"pushed_at":"2022-10-12T15:19:33.000Z","size":363,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T18:17:47.061Z","etag":null,"topics":["plone","plone6","react","remix-run","remix-stack","volto"],"latest_commit_sha":null,"homepage":"https://plone-remix-demo.pages.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nzambello.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-03-17T18:59:05.000Z","updated_at":"2024-03-05T08:51:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"13cc9f44-dd2a-46c0-adcb-ca55c0584565","html_url":"https://github.com/nzambello/plone-remix","commit_stats":null,"previous_names":["nzambello/plone-remix"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nzambello/plone-remix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzambello%2Fplone-remix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzambello%2Fplone-remix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzambello%2Fplone-remix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzambello%2Fplone-remix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nzambello","download_url":"https://codeload.github.com/nzambello/plone-remix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzambello%2Fplone-remix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33142129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["plone","plone6","react","remix-run","remix-stack","volto"],"created_at":"2024-11-11T11:07:30.847Z","updated_at":"2026-05-17T14:32:36.379Z","avatar_url":"https://github.com/nzambello.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plone Remix Stack\n\n[Remix](https://remix.run/stacks) stack for [Plone 6](https://plone.org/), the enterprise open-source CMS.\n\nHandles multilanguage routing, navigation, and content rendering.\n\nSupports [Volto](https://github.com/plone/volto) blocks with [volto-slate](https://github.com/plone/volto/tree/master/packages/volto-slate) text blocks.\n\nLearn more about [Remix Stacks](https://remix.run/stacks).\n\n```sh\nnpx create-remix --template raw-material/plone-remix\n```\n\n## What's in the stack\n\n### i18n\n\n- [remix-i18next](https://github.com/sergiodxa/remix-i18next)\n\n### Plone REST API TypeScript Client\n\n- [plone-restapi-client](https://github.com/collective/plone-restapi-client)\n\n### Linting and formatting\n\n- [Prettier](https://prettier.io)\n- [ESLint](https://eslint.org)\n- [StyleLint](https://stylelint.io/)\n- [Husky](https://typicode.github.io/husky/#/)\n- [Commitlint](https://commitlint.js.org/#/)\n\n### Release\n\n- [Commitlint](https://commitlint.js.org/#/)\n- [Release-it](https://github.com/release-it/release-it)\n\n### Misc\n\n- [Storybook](https://storybook.js.org)\n- [GitHub Actions](https://github.com/nzambello/vite-react-template/actions)\n\n### Make it yours\n\nIn the `package.json` file, check `release-it`, `eslint`, `stylelint` and `prettier` configurations and change the values to match your project and your preferences.\n\n## Getting started\n\nUse this template:\n\n```sh\nnpx create-remix --template raw-material/plone-remix\n```\n\nOr clone this template:\n\n```sh\nnpx degit raw-material/plone-remix\n```\n\nAnd setup your environment variables:\n\n```sh\nmv .env.example .env\n```\n\n### Configuration\n\nThe stack is configured to work with a Plone site running on `http://localhost:8080/Plone` with the `plone.restapi` addon installed.\n\nCheck the `.env` file to change the configuration.\n\nSetup your project settings in `app/config.tsx` as you do in Volto.\n\n## Development\n\nFrom your terminal:\n\n```sh\nnpm run dev\n```\n\nThis starts your app in development mode, rebuilding assets on file changes.\n\n## Deployment\n\nFirst, build your app for production:\n\n```sh\nnpm run build\n```\n\nThen run the app in production mode:\n\n```sh\nnpm start\n```\n\nNow you'll need to pick a host to deploy it to.\n\n### DIY\n\nIf you're familiar with deploying node applications, the built-in Remix app server is production-ready.\n\nMake sure to deploy the output of `remix build`\n\n- `build/`\n- `public/build/`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnzambello%2Fplone-remix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnzambello%2Fplone-remix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnzambello%2Fplone-remix/lists"}