{"id":19495273,"url":"https://github.com/rodik-dev/csi-contentful-starter-d0e08","last_synced_at":"2026-06-18T07:32:15.635Z","repository":{"id":76766589,"uuid":"569388283","full_name":"rodik-dev/csi-contentful-starter-d0e08","owner":"rodik-dev","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2022-11-24T08:09:57.000Z","size":286,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T20:36:12.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jamstack.new","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodik-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-22T18:01:08.000Z","updated_at":"2022-11-22T18:03:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b695cff-5c25-45e6-8c8d-74ff5aa59b48","html_url":"https://github.com/rodik-dev/csi-contentful-starter-d0e08","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rodik-dev/csi-contentful-starter-d0e08","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodik-dev%2Fcsi-contentful-starter-d0e08","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodik-dev%2Fcsi-contentful-starter-d0e08/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodik-dev%2Fcsi-contentful-starter-d0e08/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodik-dev%2Fcsi-contentful-starter-d0e08/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodik-dev","download_url":"https://codeload.github.com/rodik-dev/csi-contentful-starter-d0e08/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodik-dev%2Fcsi-contentful-starter-d0e08/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34481313,"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-06-18T02:00:06.871Z","response_time":128,"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":"2024-11-10T21:36:48.646Z","updated_at":"2026-06-18T07:32:15.619Z","avatar_url":"https://github.com/rodik-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js + Contentful Stackbit Starter\n\n\u003cdiv style=\"text-align: center\"\u003e\n\n![Full Stackbit Starter](https://assets.stackbit.com/docs/contentful-starter-thumb.png)\n\n\u003c/div\u003e\n\nThis is a minimal starting point for new Stackbit projects. It is built with Next.js and equipped with visual editing capabilities using Stackbit. It uses Contentful as the content source. See below for [other Stackbit example projects](#other-stackbit-projects).\n\n## Getting Started\n\nThe typical development process is to begin by working locally.\n\nCreate local Stackbit project from this repo:\n\n```txt\nnpx create-stackbit-app@latest --starter contentful\n```\n\nChange into the project directory and add the Contentful tokens to the `.env` file (see `.env.example` for reference). **If you don't have a Contentful space with the proper content**, [see below](#importing-contentful-content) for importing default content and schema into Contentful.\n\n```txt\ncd my-stackbit-site\n```\n\nRun the Next.js development server:\n\n```txt\nnpm run dev\n```\n\nInstall the Stackbit CLI. Then open a new terminal window in the same project directory and run the Stackbit Dev server:\n\n```txt\nnpm install -g @stackbit/cli\nstackbit dev -c contentful --contentful-space-id \u003cspace_id\u003e --contentful-preview-token \u003cpreview_token\u003e --contentful-access-token \u003caccess_token\u003e\n```\n\nThis outputs your own Stackbit URL. Open this, register or sign in, and you will be directed to Stackbit's visual editor for your new project.\n\n![Next.js Dev + Stackbit Dev](https://assets.stackbit.com/docs/next-dev-stackbit-dev.png)\n\n## Importing Contentful Content\n\nIf you don't have a Contentful space set up and ready to go, you can import the starting content provided by this project.\n\n1. Create a new Space in Contentful\n1. Create new Contentful Personal Access Tokens [here](https://app.contentful.com/account/profile/cma_tokens/).\n1. Import the Contentful data stored in the `contentful/export.json` file to the new space by running the following command. Replace the `\u003cmanagement_token\u003e` with your Personal Access Token and the `\u003cspace_id\u003e` with the new space ID.\n\n   ```txt\n   ./contentful/import.js \u003cmanagement_token\u003e \u003cspace_id\u003e\n   ```\n\n1. Create **Content Preview API - Access Token** for the new space via Contentful app **Settings** =\u003e **API Keys** =\u003e **Content delivery / preview tokens** =\u003e **Add API Key**. Add these keys to `.env` file(s) as mentioned above.\n\n## Next Steps\n\nHere are a few suggestions on what to do next if you're new to Stackbit:\n\n- Learn [how Stackbit works](https://docs.stackbit.com/conceptual-guides/how-stackbit-works/)\n- Follow the [_Getting Started_ tutorial](https://docs.stackbit.com/getting-started/)\n- Explore the [how-to guides](https://docs.stackbit.com/how-to-guides/) for help while developing your site\n\n## Other Stackbit Projects\n\nStackbit has a number of examples that you can use to create a new project or evaluate Stackbit. Run the following command to see a list of available examples:\n\n```txt\nnpx create-stackbit-app@latest --help\n```\n\nYou can also visit [our `stackbit-themes` GitHub organization](https://github.com/stackbit-themes)\n\n## Join the Community\n\n[Join us on Discord](https://discord.gg/HUNhjVkznH) for community support and to showcase what you build with this starter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodik-dev%2Fcsi-contentful-starter-d0e08","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodik-dev%2Fcsi-contentful-starter-d0e08","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodik-dev%2Fcsi-contentful-starter-d0e08/lists"}