{"id":25633834,"url":"https://github.com/spurtcms/writers-hub-theme","last_synced_at":"2026-06-17T08:30:19.033Z","repository":{"id":227868279,"uuid":"772521778","full_name":"spurtcms/Writers-hub-theme","owner":"spurtcms","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-19T06:01:43.000Z","size":7448,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-19T07:21:34.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nextjs-blog-theme-liart.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-15T11:03:15.000Z","updated_at":"2025-02-19T06:01:46.000Z","dependencies_parsed_at":"2024-07-30T09:14:20.285Z","dependency_job_id":"faf8a0f0-7cb7-4693-b361-9fe340808033","html_url":"https://github.com/spurtcms/Writers-hub-theme","commit_stats":null,"previous_names":["spurtcms/nextjs-blog-theme","spurtcms/writers-hub-theme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2FWriters-hub-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2FWriters-hub-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2FWriters-hub-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2FWriters-hub-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spurtcms","download_url":"https://codeload.github.com/spurtcms/Writers-hub-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240245900,"owners_count":19771028,"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-02-22T22:32:43.043Z","updated_at":"2026-06-17T08:30:16.957Z","avatar_url":"https://github.com/spurtcms.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog generated using spurtCMS with Next.js \n\n![Screenshot of spurtCMS using Presentation Tool to do Visual Editing](https://dev.spurtcms.com/public/img/Blog1.jpg)\n\n\nThis sample blog is an excellent starting point to explore Next.js and spurtcms [spurtcms](https://spurtcms.com). Get it up and running in minutes. Modify and adapt it to your liking;\nIt 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://github.com/spurtcms/nextjs-blog-theme\u0026demo-title=nextjs-blog-theme\u0026env=next_public_spurtcms_nextjs_starter_apikey)\n\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```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 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://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\n\n\nOnce you have your token add it to your env and it should look like this:\n\n\n\n\n\n```bash\nNEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_TOKEN=\"your-api-token\"\n```\n\n\n\n\n\n## Step 2. Run Next.js in development mode\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## Feedback and Questions\nIf you have feedback or questions about this starter, please use the Github Issues on this repo, [(https://github.com/spurtcms/Writers-hub-theme/issues)]\nor Send Email to us [(support@spurtcms.com)]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspurtcms%2Fwriters-hub-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspurtcms%2Fwriters-hub-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspurtcms%2Fwriters-hub-theme/lists"}