https://github.com/spurtcms/storyze-nextjs-theme
Storyze is a next.js based personal blog and story theme powered by Spurtcms.
https://github.com/spurtcms/storyze-nextjs-theme
blog nextjs story theme
Last synced: 29 days ago
JSON representation
Storyze is a next.js based personal blog and story theme powered by Spurtcms.
- Host: GitHub
- URL: https://github.com/spurtcms/storyze-nextjs-theme
- Owner: spurtcms
- Created: 2024-03-22T09:25:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T12:38:37.000Z (about 1 year ago)
- Last Synced: 2025-10-09T18:05:36.385Z (8 months ago)
- Topics: blog, nextjs, story, theme
- Language: JavaScript
- Homepage: https://storyze-nextjs-theme.vercel.app
- Size: 25.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storyz Template
The Storyz Template is a sleek and engaging design for creating and showcasing visual storytelling content.

The Storyz Template is a visually stunning and interactive layout designed for showcasing stories, portfolios, or creative projects. It offers a responsive, user-friendly design with smooth transitions and customizable sections to present your content in a dynamic and engaging way. Ideal for creators looking to highlight their work in an immersive storytelling format.
The Studio connects to [spurtcms](https://spurtcms.com), 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.
## Features
- 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
## Deploy your own
[](https://vercel.com/new/clone?repository-url=https://github.com/spurtcms/nextjs-blog2-theme&demo-title=nextjs-blog2-theme&env=next_public_spurtcms_nextjs_starter_apikey)
## Set up environment variables
Open .env and set NEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_BASEURL to be the URL to your GraphQL endpoint in spurtCMS.
```bash
NEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_BASEURL="https://your-graphql-endpoint-url"
```
## Step 1. Steps to get API Key
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 [spurtcms](https://dev.spurtcms.com) 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:
```bash
NEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_TOKEN="your-api-token"
```
## Step 2. Run Next.js in development mode
```bash
npm install
```
```bash
npm run dev
```
Your blog should be up and running on [http://localhost:3000!](http://localhost:3000!)
## Step 3. Run Next.js in production mode
```bash
npm run prod
```
## Feedback and Questions
If you have feedback or questions about this starter, please use the Github Issues on this repo, [(https://github.com/spurtcms/Storyze-nextjs-theme/issues)]
or Send Email to us [(support@spurtcms.com)]