{"id":31779440,"url":"https://github.com/deiga/content-ops-starter","last_synced_at":"2025-10-10T07:46:43.284Z","repository":{"id":308107018,"uuid":"1018444719","full_name":"deiga/content-ops-starter","owner":"deiga","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-06T04:55:03.000Z","size":7495,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T06:42:30.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/deiga.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-12T09:20:41.000Z","updated_at":"2025-10-06T04:55:06.000Z","dependencies_parsed_at":"2025-09-08T07:03:45.694Z","dependency_job_id":"3f5ce0be-fda4-4d34-ae6f-f1de39c7810a","html_url":"https://github.com/deiga/content-ops-starter","commit_stats":null,"previous_names":["deiga/content-ops-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deiga/content-ops-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2Fcontent-ops-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2Fcontent-ops-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2Fcontent-ops-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2Fcontent-ops-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deiga","download_url":"https://codeload.github.com/deiga/content-ops-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2Fcontent-ops-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003182,"owners_count":26083533,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2025-10-10T07:46:39.466Z","updated_at":"2025-10-10T07:46:43.280Z","avatar_url":"https://github.com/deiga.png","language":"TypeScript","funding_links":[],"categories":[],"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%2Fdeiga%2Fcontent-ops-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeiga%2Fcontent-ops-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeiga%2Fcontent-ops-starter/lists"}