Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Personalized NextJS + TS + Chakra UI starter template

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
Yehez NextChakra Starter is a Next.js + TypeScript + Chakra UI starter template created by Yehezkiel Gunawan to eliminate repetitive configuration and let developers focus on building features.
Yehez NextChakra Starter is a GitHub boilerplate template that scaffolds a Next.js 12 application with TypeScript and the Chakra UI component library. It takes a project name as input and produces a working app with responsive layout, SEO optimization, and pre-configured linting and formatting. The template runs on Vercel, Netlify, or any platform that supports Next.js, and includes one-click deploy buttons for Vercel and Netlify.
You can use it three ways: click the "Use this template" button on the GitHub repo, clone with degit using npx degit yehezkielgunawan/yehez-nextchakra-starter YOUR_APP_NAME, or run npx create-next-app --example https://github.com/yehezkielgunawan/yehez-nextchakra-starter YOUR_APP_NAME. After installing dependencies with npm install or yarn, start the local server with npm run dev or yarn dev.
Yes, it is an open-source GitHub repository that can be forked, cloned, or used as a template without cost.
The README states it is now using Next.js 12, with Rust Compiler Minification enabled by default in next.config.js.
Yes, next-seo is included for SEO optimization.
The README shows deploy buttons for Vercel and Netlify, and because it is a standard Next.js app, it can run on any hosting service that supports Next.js.
