Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js + Chakra UI starter template with sticky navbar, login/register page, and preconfigured linting.
Next-Chakra-Template is a publicly available Next.js and Chakra UI starter for quickly bootstrapping a site with a sticky navbar, login/register page, and preconfigured linting.
Next-Chakra-Template is a GitHub starter template that combines the Next.js React framework with the Chakra UI component library. It takes a bare Next.js project and adds a responsive sticky navbar and footer, a simple login/register page, and a set of tooling packages (ESLint, Prettier, simple-import-sort) so you can start coding without setting up these integrations yourself. The output is a runnable Next.js application with Chakra theming and form handling ready for customization.
To get started, clone the repository. The template includes a set of files that require your modification: _app.jsx for site metadata, footerLinks, the navbar and footer components, the favicon, and the Chakra UI theming. After editing these, you can run the Next.js development server and build out your pages with the preconfigured tools.
The template includes Chakra UI, Formik, Yup, react-icons, react-stickynode, ESLint with Prettier and simple-import-sort, and Next.js itself.
You need to edit _app.jsx for site metadata, footerLinks, the navbar and footer, the favicon, and the Chakra theming to fit your project.
No, it only provides a simple login/register page frontend with Formik and Yup. It does not include a backend or authentication logic.
The repository notes that Chakra UI's grid system is not the easiest to work with and suggests importing Bootstrap or Material UI as an alternative for grid layout needs.
