This template can be used to create a simple documentation template that uses Next.js App Router for the frontend and [spurtcms][https://demo.spurtcms.com/dashboard/]to handle its content. It comes with a native spurtcms that offers features like real-time collaboration and visual editing with live updates using [https://spurtcms.com/documentation].
The 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.
- Next.js v14
- Next.js App Router
- Styling with Tailwind CSS
- Dark & Light Mode
- Mobile Responsive
- skeleton loader
- Optimized for SEO using Next.js's Metadata
- infinite scroll pagination
- New fetching and caching paradigms
- Server Actions for mutations
Use the Deploy Button below, you'll deploy the example using
Open .env and set NEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_BASEURL to be the URL to your GraphQL endpoint in spurtCMS. For example: http://dev.spurtcms.com:8084/query
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.
1.Inside your spurtCMS Admin Panel navigate to API Keys.
2.click on the Action key
3.Copy the api key
Once you have your token add it to your env and it should look like this:
NEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_BASEURL=""NEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_TOKEN="your-api-token"Setup SpurtCMS Admin Console for Manage or Populate content
spurtCMS prioritizes user-friendly administration, offering powerful tools for content creation, management, and defining CMS workspaces. Administrators have precise control over member access, ensuring streamlined member management. Dynamic channel management allows effective content structuring, enhancing the overall user experience. Administrators effortlessly create and manage channels and spaces, providing a comprehensive, user-centric content management solution for personalized and organized web environments.
Dashboard
Channels
Entries
First,you need to set up spurtCMS Admin Application.There are many solutions for insallation. Please refer [(https://www.spurtcms.com/documentation/cms-admin)]
But,you can quick start with using CLI
sudo snap install spurtcmsspurtcms -i adminsudo ./spurtcms-admin.shsudo systemctl start spurtcms-admin.servicesudo systemctl stop spurtcms-admin.serviceNow you can explore the features and functionalities of spurtCMS Admin for efficient content management.
npm install npm run devYour knowledge base should be up and running on http://localhost:3000!
npm run prodIf you have feedback or questions about this starter, please use the Github Issues on this repo, [(https://github.com/spurtcms/knowledge-base/issues)] or Send Email to us [(support@spurtcms.com)]







