Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Netlify starter that's made for customization with a flexible content model, component library, visual editing and Git Content Source.
Content Ops Starter is a Netlify boilerplate for building content-driven Next.js websites with a flexible content model, a component library, Netlify Visual Editor, Git Content Source, and Algolia search.
Content Ops Starter is a Netlify starter template (maintained by Netlify) designed for creating customizable static sites for content-rich projects. It pairs a Next.js frontend with a Git-based content source and a visual editing interface, so you can generate a production-ready site from content stored in GitHub. The template includes a component library and a flexible content model that you can extend to suit different page types, and it comes with Algolia search wired in, ready for your Algolia application credentials.
@stackbit/cli, letting editors preview and modify content directly.NEXT_PUBLIC_ALGOLIA_APP_ID, NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY, and NEXT_PUBLIC_ALGOLIA_INDEX_NAME to enable it.Clone the repo, run npm install, and start the Next.js development server with npm run dev. Install the Netlify Visual Editor CLI (@stackbit/cli) and run stackbit dev in a second terminal to open a visual editing URL. For production, run npm run build to generate a static site. To activate search, create an Algolia app and index and set the relevant environment variables in Netlify.
Click the "Deploy to Netlify" button on the repository README. It creates a new repository for you and sets it up for continuous deployment on Netlify automatically.
Create an Algolia account, create an application and an index, then set the three environment variables NEXT_PUBLIC_ALGOLIA_APP_ID, NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY, and NEXT_PUBLIC_ALGOLIA_INDEX_NAME in your Netlify site configuration.
Install the @stackbit/cli globally, run stackbit dev in the project directory, and open the URL it outputs to access Netlify Visual Editor for your project. You can edit content fields with a live preview.
It uses Next.js as the React framework, Tailwind CSS for styling, and Algolia for search. It also integrates with the Netlify Visual Editor and Git Content Source.
