{"id":19495208,"url":"https://github.com/rodik-dev/staging-contentful-localization-77d4d","last_synced_at":"2026-05-07T16:33:28.267Z","repository":{"id":196612990,"uuid":"605621970","full_name":"rodik-dev/staging-contentful-localization-77d4d","owner":"rodik-dev","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2023-12-11T18:07:26.000Z","size":1437,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T09:24:36.903Z","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":"2023-02-23T14:51:38.000Z","updated_at":"2023-09-26T11:24:19.000Z","dependencies_parsed_at":"2024-11-10T21:36:40.625Z","dependency_job_id":null,"html_url":"https://github.com/rodik-dev/staging-contentful-localization-77d4d","commit_stats":null,"previous_names":["rodik-dev/staging-contentful-localization-77d4d"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodik-dev%2Fstaging-contentful-localization-77d4d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodik-dev%2Fstaging-contentful-localization-77d4d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodik-dev%2Fstaging-contentful-localization-77d4d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodik-dev%2Fstaging-contentful-localization-77d4d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodik-dev","download_url":"https://codeload.github.com/rodik-dev/staging-contentful-localization-77d4d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240740846,"owners_count":19850047,"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":[],"created_at":"2024-11-10T21:36:34.621Z","updated_at":"2026-05-07T16:33:23.246Z","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 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@latest\nstackbit dev\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/concepts/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/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%2Fstaging-contentful-localization-77d4d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodik-dev%2Fstaging-contentful-localization-77d4d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodik-dev%2Fstaging-contentful-localization-77d4d/lists"}