{"id":28098613,"url":"https://github.com/netlify-templates/content-ops-starter","last_synced_at":"2025-05-13T17:58:28.885Z","repository":{"id":241525613,"uuid":"804781049","full_name":"netlify-templates/content-ops-starter","owner":"netlify-templates","description":"Netlify starter that's made for customization with a flexible content model, component library, visual editing and Git Content Source.","archived":false,"fork":false,"pushed_at":"2025-05-12T11:57:34.000Z","size":6881,"stargazers_count":52,"open_issues_count":6,"forks_count":70,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-12T12:44:50.983Z","etag":null,"topics":["algolia-search","next","nextjs","saas-boilerplate","tailwindcss","visual-editor"],"latest_commit_sha":null,"homepage":"https://content-ops-starter.netlify.app/","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/netlify-templates.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,"zenodo":null}},"created_at":"2024-05-23T08:57:05.000Z","updated_at":"2025-05-12T06:49:37.000Z","dependencies_parsed_at":"2024-05-28T22:05:28.982Z","dependency_job_id":"8a78eb6b-ca28-4092-8aae-0f61c8d5216f","html_url":"https://github.com/netlify-templates/content-ops-starter","commit_stats":null,"previous_names":["netlify-templates/content-ops-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fcontent-ops-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fcontent-ops-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fcontent-ops-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fcontent-ops-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlify-templates","download_url":"https://codeload.github.com/netlify-templates/content-ops-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253999779,"owners_count":21997331,"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":["algolia-search","next","nextjs","saas-boilerplate","tailwindcss","visual-editor"],"created_at":"2025-05-13T17:58:25.607Z","updated_at":"2025-05-13T17:58:28.879Z","avatar_url":"https://github.com/netlify-templates.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Content Ops Starter\n\n![Content Ops Starter](https://assets.stackbit.com/docs/content-ops-starter-thumb.png)\n\nNetlify starter that's made for customization with a flexible content model, component library, [visual editing](https://docs.netlify.com/visual-editor/overview/) and [Git Content Source](https://docs.netlify.com/create/content-sources/git/).\n\n**⚡ View demo:** [https://content-ops-starter.netlify.app/](https://content-ops-starter.netlify.app/)\n\n## Table of Contents\n\n- [Deploying to Netlify](#deploying-to-netlify)\n- [Develop with Netlify Visual Editor Locally](#develop-with-netlify-visual-editor-locally)\n- [Building for production](#building-for-production)\n- [Setting Up Algolia Search](#setting-up-algolia-search)\n- [Next Steps](#next-steps)\n- [Support](#support)\n\n## Deploying to Netlify\n\nIf you click \"Deploy to Netlify\" button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/content-ops-starter)\n\n## Develop with Netlify Visual Editor Locally\n\nThe typical development process is to begin by working locally. Clone this repository, then run `npm install` in its root directory.\n\nRun the Next.js development server:\n\n```txt\ncd content-ops-starter\nnpm run dev\n```\n\nInstall the [Netlify Visual Editor CLI](https://www.npmjs.com/package/@stackbit/cli). Then open a new terminal window in the same project directory and run the Netlify visual editor dev server:\n\n```txt\nnpm install -g @stackbit/cli\nstackbit dev\n```\n\nThis outputs your own Netlify visual editor URL. Open this, register, or sign in, and you will be directed to Netlify's visual editor for your new project.\n\n![Next.js Dev + Visual Editor Dev](https://assets.stackbit.com/docs/next-dev-stackbit-dev.png)\n\n## Building for production\n\nTo build a static site for production, run the following command\n\n```shell\nnpm run build\n```\n\n## Setting Up Algolia Search\n\nThis starter includes Algolia search integration. To set it up:\n\n1. Create an [Algolia](https://www.algolia.com/) account\n2. Create a new application and index\n3. Set the following environment variables:\n   - `NEXT_PUBLIC_ALGOLIA_APP_ID` - Your Algolia application ID\n   - `NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY` - Your Algolia search-only API key\n   - `NEXT_PUBLIC_ALGOLIA_INDEX_NAME` - Your index name\n\n## Next Steps\n\nHere are a few suggestions on what to do next if you're new to Netlify visual editor:\n\n- Learn [Netlify visual editor overview](https://docs.netlify.com/visual-editor/visual-editing/)\n- Check [Netlify visual editor reference documentation](https://visual-editor-reference.netlify.com/)\n\n## Support\n\nIf you get stuck along the way, get help in our [support forums](https://answers.netlify.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify-templates%2Fcontent-ops-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlify-templates%2Fcontent-ops-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify-templates%2Fcontent-ops-starter/lists"}