{"id":29630145,"url":"https://github.com/nuxt-modules/sanity","last_synced_at":"2026-04-03T16:02:26.514Z","repository":{"id":36976991,"uuid":"285893677","full_name":"nuxt-modules/sanity","owner":"nuxt-modules","description":"Sanity integration for Nuxt","archived":false,"fork":false,"pushed_at":"2025-07-20T15:36:44.000Z","size":17234,"stargazers_count":245,"open_issues_count":46,"forks_count":40,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-20T17:34:34.643Z","etag":null,"topics":["cms","hacktoberfest","module","nuxt","nuxt-module","sanity","sanity-io"],"latest_commit_sha":null,"homepage":"https://sanity.nuxtjs.org","language":"TypeScript","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/nuxt-modules.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["danielroe"]}},"created_at":"2020-08-07T18:15:28.000Z","updated_at":"2025-07-15T21:16:13.000Z","dependencies_parsed_at":"2023-07-16T10:49:34.938Z","dependency_job_id":"7f6722a4-a86c-4ee5-90ee-f46907220ecd","html_url":"https://github.com/nuxt-modules/sanity","commit_stats":{"total_commits":863,"total_committers":22,"mean_commits":39.22727272727273,"dds":0.5585168018539977,"last_synced_commit":"ce0e4fe1823903ef2f5133195520ea8125d2acd4"},"previous_names":["nuxt-community/sanity-module"],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/nuxt-modules/sanity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsanity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsanity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsanity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsanity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-modules","download_url":"https://codeload.github.com/nuxt-modules/sanity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fsanity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266169600,"owners_count":23887312,"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","hacktoberfest","module","nuxt","nuxt-module","sanity","sanity-io"],"created_at":"2025-07-21T10:36:48.557Z","updated_at":"2026-04-03T16:02:26.093Z","avatar_url":"https://github.com/nuxt-modules.png","language":"TypeScript","funding_links":["https://github.com/sponsors/danielroe"],"categories":[],"sub_categories":[],"readme":"[![@nuxtjs/sanity](./docs/public/cover.jpg)](https://sanity.nuxtjs.org)\n\n# Nuxt Sanity\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n[![Volta][volta-src]][volta-href]\n[![nuxt.care health](https://img.shields.io/endpoint?url=https://nuxt.care/api/badge/sanity)](https://nuxt.care/?search=sanity)\n\n\u003e [Sanity](https://sanity.io/) integration for [Nuxt](https://nuxt.com)\n\n- [✨ \u0026nbsp;Release Notes](https://github.com/nuxt-modules/sanity/releases)\n- [📖 \u0026nbsp;Documentation](https://sanity.nuxtjs.org)\n\n## Features\n\n- Just bring your `sanity.config.ts` - no additional configuration required\n- Ultra-lightweight Sanity client\n- Zero-config image/file components + portable text renderer\n- Supports GROQ syntax highlighting\n\n[📖 \u0026nbsp;Read more](https://sanity.nuxtjs.org)\n\n## Quick setup\n\n1. Add `@nuxtjs/sanity` dependency to your project\n\n```bash\nnpx nuxi@latest module add sanity\n```\n\n2. Add `@nuxtjs/sanity` to the `modules` section of `nuxt.config.ts`\n\n```js\n{\n  modules: [\n    '@nuxtjs/sanity',\n  ],\n  sanity: {\n    // module options\n  }\n}\n```\n\n**Note**: For Nuxt 2 support without Bridge, install `@nuxtjs/sanity@0.10.0` and follow the instructions at https://v0.sanity.nuxtjs.org.\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `pnpm install`\n3. Stub module with `pnpm dev:prepare`\n3. Start development server using `pnpm dev`\n\n## License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://npmx.dev/api/registry/badge/version/@nuxtjs/sanity\n[npm-version-href]: https://npmx.dev/package/@nuxtjs/sanity\n[npm-downloads-src]: https://npmx.dev/api/registry/badge/downloads/@nuxtjs/sanity\n[npm-downloads-href]: https://npm.chart.dev/@nuxtjs/sanity\n[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-modules/sanity.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[codecov-href]: https://codecov.io/gh/nuxt-modules/sanity\n[license-src]: https://npmx.dev/api/registry/badge/license/@nuxtjs/sanity\n[license-href]: https://npmx.dev/package/@nuxtjs/sanity\n[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg\n[volta-href]: https://volta.net/nuxt-modules/sanity?utm_source=readme_nuxt_sanity\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?\u0026logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fsanity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-modules%2Fsanity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fsanity/lists"}