{"id":13667671,"url":"https://github.com/prismicio/slice-machine","last_synced_at":"2026-04-02T21:41:04.975Z","repository":{"id":37412669,"uuid":"239547460","full_name":"prismicio/slice-machine","owner":"prismicio","description":"A series of tools for developing and deploying website sections with Prismic","archived":false,"fork":false,"pushed_at":"2025-05-11T22:17:41.000Z","size":265166,"stargazers_count":294,"open_issues_count":13,"forks_count":53,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-05-12T04:56:56.337Z","etag":null,"topics":["javascript","prismic","typescript"],"latest_commit_sha":null,"homepage":"https://prismic.io/docs","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prismicio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-10T15:40:36.000Z","updated_at":"2025-05-09T13:23:56.000Z","dependencies_parsed_at":"2023-12-10T19:25:30.302Z","dependency_job_id":"9bf21c79-f6c6-44bd-9e6a-d83e9f5a082b","html_url":"https://github.com/prismicio/slice-machine","commit_stats":{"total_commits":5318,"total_committers":41,"mean_commits":"129.70731707317074","dds":0.752162467092892,"last_synced_commit":"b2ce2b8e88066316a6912e45ce87eb691de148a8"},"previous_names":["prismicio/sm-commons"],"tags_count":18105,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prismicio%2Fslice-machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prismicio%2Fslice-machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prismicio%2Fslice-machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prismicio%2Fslice-machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prismicio","download_url":"https://codeload.github.com/prismicio/slice-machine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253678858,"owners_count":21946315,"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":["javascript","prismic","typescript"],"created_at":"2024-08-02T07:00:45.946Z","updated_at":"2025-12-11T20:45:08.077Z","avatar_url":"https://github.com/prismicio.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://slicemachine.dev\"\u003e\n    \u003cimg src=\".github/logo.svg\" alt=\"Slice Machine logo\" width=\"220\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  Develop and work with \u003ca href=\"https://prismic.io\"\u003ePrismic\u003c/a\u003e Slices, locally.\n\u003c/p\u003e\n\n# Slice Machine\n\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![npm version][npm-version-src]][npm-version-href]\n[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]\n[![License][license-src]][license-href]\n\n\u003c!-- [![Codecov][codecov-src]][codecov-href] --\u003e\n\nFor real-time updates on Prismic's system status, visit the [Prismic Status Page](https://status.prismic.io/) 🔔.\n\n## Quickstart\n\nFor the smoothest onboarding experience, go to [Prismic][prismic-dashboard], create an account, create a new repository, and choose a starter project. You will be guided through a full introduction to Slice Machine.\n\nIf you want to dive in without any guidance, follow these steps:\n\nCreate a Next.js, Nuxt, or SvelteKit app:\n```\nnpx create-next-app@latest my-app\n```\n```\nnpx nuxi@latest init my-app\n```\n```\nnpx sv create my-app\n```\n\nOpen the folder:\n```\ncd my-app\n```\nInstall dependencies:\n```\nnpm i\n```\n\nInit Slice Machine:\n```\nnpx @slicemachine/init\n```\n\nOpen two terminals. In one terminal, run the web app:\n\n```\nnpm run dev\n```\n\nIn the other, run Slice Machine:\n```\nnpm run slicemachine\n```\nNow you can use Slice Machine to create content models for your website. You will push your models to Prismic, where editors can use them to create content.\n\nYou will need to query content from the Prismic API to use it in your application. To learn how to use the Prismic API, visit the [Prismic Documentation][prismic-docs].\n\n## Documentation\n\nTo discover what's new on this package check out the [changelog][changelog]. For full documentation, visit the official [Prismic documentation][sm-docs].\n\n## Contributing\n\nWhether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Prismic developer community!\n\n**Asking a question**: [Open a new topic][forum-question] on our community forum explaining what you want to achieve / your question. Our support team will get back to you shortly.\n\n**Reporting a bug**: [Open an issue][repo-bug-report] explaining your application's setup and the bug you're encountering.\n\n**Suggesting an improvement**: [Open an issue][repo-feature-request] explaining your improvement or feature so we can discuss and learn more.\n\n**Submitting code changes**: For small fixes, feel free to [open a PR][repo-pull-requests] with a description of your changes. For large changes, please first [open an issue][repo-feature-request] so we can discuss if and how the changes should be implemented.\n\n## License\n\n```\nCopyright 2013-2024 Prismic \u003ccontact@prismic.io\u003e (https://prismic.io)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n\u003c!-- Links --\u003e\n\n[prismic]: https://prismic.io\n\n\u003c!-- TODO: Replace link with a more useful one if available --\u003e\n\n[prismic-docs]: https://prismic.io/docs\n[sm-docs]: https://prismic.io/docs/slice-machine\n[prismic-dashboard]: https://prismic.io/dashboard\n[changelog]: /CHANGELOG.md\n\n\u003c!-- TODO: Replace link with a more useful one if available --\u003e\n\n[forum-question]: https://community.prismic.io\n[repo-bug-report]: https://github.com/prismicio/slice-machine/issues/new?assignees=\u0026labels=bug\u0026template=bug_report.md\u0026title=\n[repo-feature-request]: https://github.com/prismicio/slice-machine/issues/new?assignees=\u0026labels=enhancement\u0026template=feature_request.md\u0026title=\n[repo-pull-requests]: https://github.com/prismicio/slice-machine/pulls\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/slice-machine-ui/latest.svg\n[npm-version-href]: https://npmjs.com/package/slice-machine-ui\n[npm-downloads-src]: https://img.shields.io/npm/dm/slice-machine-ui.svg\n[npm-downloads-href]: https://npmjs.com/package/slice-machine-ui\n[github-actions-ci-src]: https://github.com/prismicio/slice-machine/workflows/test/badge.svg\n[github-actions-ci-href]: https://github.com/prismicio/slice-machine/actions?query=workflow%3Atest\n[codecov-src]: https://img.shields.io/codecov/c/github/prismicio/slice-machine.svg\n[codecov-href]: https://codecov.io/gh/prismicio/slice-machine\n[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg\n[conventional-commits-href]: https://conventionalcommits.org\n[license-src]: https://img.shields.io/npm/l/slice-machine-ui.svg\n[license-href]: https://npmjs.com/package/slice-machine-ui\n","funding_links":[],"categories":["TypeScript","Ecosystem","JavaScript"],"sub_categories":["Development Kits"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprismicio%2Fslice-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprismicio%2Fslice-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprismicio%2Fslice-machine/lists"}