Skip to content

Contentrain/help-center-faq

Repository files navigation

q-stack

Q-Stack Netlify Status

A free FAQ template created with Next JS that you can use for your projects.

We are very pleased to share our free template. We hope Q-Stack will help anyone who needs to keep a Faq page for their projects.

You can customize this template as you wish by copying it to your own repository and pulling it to your local.

Live Preview

Headless CMS

Use with Contentrain

To manage the content of this template, we recommend you use Contentrain.

We have created the _questions collection template that you need. You can find and use this collection in “Community Collections”.

After free registration with Contentrain, you need to start a manual project installation and continue the installation by selecting the Q-Stack repo on Github.

During the installation, it is enough to delete the sample collections in the Collections step, select the _questions collection from the Community Collections section and complete the installation.

This way you can easily manage all your FAQ Questions with Contentrain.

If you have any questions about the installation, you can send us your questions via Discord.

We will soon publish a video about how to use this template with Contentrain.

Frontmatter

Default

variable description options
title Allows you to set the title for your questions. -
category Allows you to set categories for your questions. -

This is a Next.js project bootstrapped with create-next-app.

Setup

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.