{"id":51540795,"url":"https://github.com/web3templates/sandocs-template","last_synced_at":"2026-07-09T13:30:56.273Z","repository":{"id":107161161,"uuid":"515252056","full_name":"web3templates/sandocs-template","owner":"web3templates","description":"Sandocs Documentation Starter Website Template built with Next.js, TailwindCSS \u0026 Sanity CMS","archived":false,"fork":false,"pushed_at":"2025-02-26T07:45:12.000Z","size":3105,"stargazers_count":78,"open_issues_count":1,"forks_count":36,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-26T08:34:14.970Z","etag":null,"topics":["alternative","docs","docsaurus","documentation","gitbook","help-center","knowledge-base","plugin","sandocs","starter","template","web3templates"],"latest_commit_sha":null,"homepage":"https://sandocs.vercel.app","language":"JavaScript","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/web3templates.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":"2022-07-18T16:01:59.000Z","updated_at":"2025-02-26T07:45:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"0de51860-15f5-48d5-a9a2-21cc03686637","html_url":"https://github.com/web3templates/sandocs-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/web3templates/sandocs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3templates%2Fsandocs-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3templates%2Fsandocs-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3templates%2Fsandocs-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3templates%2Fsandocs-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web3templates","download_url":"https://codeload.github.com/web3templates/sandocs-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3templates%2Fsandocs-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35301501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alternative","docs","docsaurus","documentation","gitbook","help-center","knowledge-base","plugin","sandocs","starter","template","web3templates"],"created_at":"2026-07-09T13:30:55.511Z","updated_at":"2026-07-09T13:30:56.262Z","avatar_url":"https://github.com/web3templates.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"⚠️❗ _This repo is archived. It is no longer maintained. A better version will be released soon_ ⚠️❗\n\n---\n\n# Sandocs Documentation Template\n\nSandocs is a JAMStack Documentation, Knowledge Base \u0026 Help Center Template built with Next.js, Tailwind CSS \u0026 Sanity CMS built by [Web3Templates](https://web3templates.com/).\n\n[Click here to see live demo →](https://sandocs.vercel.app/)\n\n \n###### Click the above button for one-click clone \u0026 deploy for this template. Read [quick start](#quick-start) guide below. \n\n#### Template Preview\n\n![image](https://user-images.githubusercontent.com/1884712/179554008-fc32f768-4ca8-4b75-9074-9ffbb804b8b7.png)\n\n## Sandocs - Pro Version\n\n![image](https://user-images.githubusercontent.com/1884712/179554511-a16fd2d6-6e58-4a25-953c-7eaddc0b1a21.png)\n\nPro version is available to purchase on https://web3templates.com which includes:\n\n- The Landing Page\n- Dark Mode\n- Remove Backlink\n- Personal License\n- 6 Months Support\n\n## Quick Start\n\nTo use this template and configure sanity and deploying to vercel, we recommend the \"One Click Deploy\" method. Just follow the GUI and you will have an exact copy of what you see in the live demo .Using this method will automatically configure the following tasks for you.\n\n- Signup/Login to Sanity CMS (if not already)\n- Create a Sanity Project\n- Add required CORS \u0026 API settings in the project\n- Create new Repository in Github\n- Install Sanity Integration in Vercel\n- Add required `.env` variables\n- Deploy Sanity Studio - Content Manager\n- Import Demo Content (as seen in live demo)\n- Deploy to Vercel\n\n\nTo setup one click deployment, click the above link below and follow the steps.\n\n## Local Development\n\nAgain, we recommend you to use the one-click deploy first which will create a github repo. You can then clone the github repo to your local system and change following `.env` variables.\n\n1. ~root/`.env.local`\n\nChange `.env.local.example` placed in the root folder and rename it to `.env.local` and add your sanity project ID. Get it from https://sanity.io/manage\n\n```\nNEXT_PUBLIC_SANITY_PROJECT_ID=xxyyzz\n```\n\n2. `/studio/.env.development` or `/studio/sanity.json`\n\nTo develop sanity cms locally, you also need to add the Project ID and Dataset in either `.env` or in `sanity.json` file.\n\n```\n# .env.development\nSANITY_STUDIO_API_PROJECT_ID=xxyyzz\nSANITY_STUDIO_API_DATASET=production\n\n```\n\nor you can directly replace the project ID in the `/studio/sanity.json`\n\n```js\n// sanity.json\n  // ...\n  \"api\": {\n    \"projectId\": \"xxyyzz\",\n    \"dataset\": \"production\"\n  },\n  // ...\n```\n\n### Copy Demo Content\nBefore running this template, make sure you add your content or upload demo content provided by this template. Make sure `@sanity/cli` is installed globally. \n\nDemo data is available in `.sanity-template/data/production.tar.gz`. Checkout [Sanity docs](https://www.sanity.io/docs/importing-data#d183adde8ef9) to import demo data instructions.\n\n\n### Run Next.js frontend\n\nYou can use the normal Next.js method to run the frontend. Just run the following command and a live server will open on `http://localhost:3000`\n\n```\nyarn dev\n```\n\n### Run Sanity Studio CMS\n\n1. Install Sanity CLI globally (if not already)\n\n```\nnpm install -g @sanity/cli\n```\n\n2. Run\n\nTo run sanity studio server, run the following command in your terminal. It will open a live server on `http://localhost:3333`\n\n```\nyarn sanity\n# or\ncd studio \u0026\u0026 sanity start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3templates%2Fsandocs-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3templates%2Fsandocs-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3templates%2Fsandocs-template/lists"}