{"id":24540018,"url":"https://github.com/spurtcms/Content-flow","last_synced_at":"2025-10-03T15:31:34.452Z","repository":{"id":226235756,"uuid":"767525901","full_name":"spurtcms/nextjs-starter-theme","owner":"spurtcms","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-24T13:39:03.000Z","size":13193,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-24T22:35:00.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nextjs-starter-theme.vercel.app","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/spurtcms.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":"2024-03-05T13:03:00.000Z","updated_at":"2024-10-24T13:39:08.000Z","dependencies_parsed_at":"2024-10-26T16:19:47.506Z","dependency_job_id":null,"html_url":"https://github.com/spurtcms/nextjs-starter-theme","commit_stats":null,"previous_names":["spurtcms/nextjs-starter-theme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2Fnextjs-starter-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2Fnextjs-starter-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2Fnextjs-starter-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2Fnextjs-starter-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spurtcms","download_url":"https://codeload.github.com/spurtcms/nextjs-starter-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235152332,"owners_count":18944169,"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":"2025-01-22T17:17:56.605Z","updated_at":"2025-10-03T15:31:34.447Z","avatar_url":"https://github.com/spurtcms.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A versatile template for content-focused platforms, offering seamless integration with blogs, news, and articles for a dynamic user experience.\n\n![Screenshot of spurtCMS using Presentation Tool to do Visual Editing](\thttps://spurtcms.com/image-resize?name=media/blogstarter.png)\n\nThis starter is a statically generated blog that uses Next.js App Router for the frontend and [spurtcms](https://spurtcms.com) to handle its content. It comes with a native spurtcms that offers features like real-time collaboration and visual editing with live updates.Check out the [project documentaion](https://spurtcms.com/documentation) for more details.\n\nThe Studio connects to spurtcms, which gives you hosted content APIs with a flexible query language, on-demand image transformations, powerful patching, and more. You can use this starter to kick-start a blog or learn these technologies.\n\n## Features\n\n- Next.js v14\n- Next.js App Router\n- Styling with Tailwind CSS\n- Dark \u0026 Light Mode\n- Mobile Responsive\n- skeleton loader \n- Optimized for SEO using Next.js's Metadata\n- infinite scroll pagination\n- New fetching and caching paradigms\n- Server Actions for mutations\n\n\n\n\n\n\n\n## Deploy your own\n\nUse the Deploy Button below, you'll deploy the example using \n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fspurtcms%2Fnextjs-starter-theme\u0026env=next_public_spurtcms_nextjs_starter_apikey)\n\n## Set up environment variables\n\nOpen .env and set  NEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_BASEURL  to  be the URL to your GraphQL endpoint in spurtCMS. \n\n```bash\nNEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_BASEURL=\"https://your-graphql-endpoint-url\"\n```\n\n\n## Step 1. Steps to get API Key\n \n Before starting our Next JS starter theme blog template we need to go inside our spurtCMS Admin and get the default token that we will be using for displaying our content.\n\n1.Inside your spurtCMS Admin Panel [spurtcms](https://dev.spurtcms.com) navigate to API Keys.\n\n![API Key 1 (1)](https://github.com/user-attachments/assets/b3806e8f-1dcd-4f75-88fe-8366b3036d47)\n\n\n\n2.Click on the Action key\n\n![API Key 2 (1)](https://github.com/user-attachments/assets/7976ebe4-40f9-4c65-b99b-195e73ca2f9a)\n\n3.Copy the api key\n\n![API Key 3](https://github.com/user-attachments/assets/a3d34ac1-7243-4931-8a09-6c40c2d005b4)\n\nOnce you have your token add it to your env.\n\n\nYour env should look like this:\n\n```bash\nNEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_TOKEN=\"your-api-token\"\n```\n## Step 2. Run Next.js in development mode\n\n```bash\nnpm install \n```\n```bash\nnpm run dev\n```\nYour blog should be up and running on [http://localhost:3000!](http://localhost:3000!)\n\n\n## Step 3. Run Next.js in production mode\n```bash\nnpm run prod\n```\n\n\n## Feedback and Questions\nIf you have feedback or questions about this starter, please use the Github Issues on this repo, [https://github.com/spurtcms/Content-flow/issues]\n\nor Send Email to us [(support@spurtcms.com)]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspurtcms%2FContent-flow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspurtcms%2FContent-flow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspurtcms%2FContent-flow/lists"}