Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
NextJS TypeScript starter with ChakraUI and helpful scripts for shades, components, and animations.
Next.js Chakra UI Boilerplate is a TypeScript starter project that pairs the Next.js React framework with the Chakra UI component library and ships with helper scripts for color shades, component generation, animations, and testing.
Next.js Chakra UI Boilerplate is a preconfigured TypeScript project bootstrapped from the nextjs-chakra-boilerplate repository by MiCurran. It uses Next.js as the React framework and Chakra UI for styled components, giving you a working starting point instead of an empty folder. Input is the repository itself; after running npm install or yarn install, you start development with npm run dev or yarn dev and open http://localhost:3000 in your browser.
npm run get_shades 00000 with a hex code to output a 10-step shade palette (50 through 900) formatted for the Chakra UI theme.animationVariants from theme/Animations/simpleVariants and apply to Chakra components wrapped with motion() for enter/exit animations../createComponent.sh -a ComponentName to generate a new component structure automatically.npm test to execute the included Jest test suite.After cloning, run npm install or yarn install, then npm run dev or yarn dev to start the Next.js development server. The project includes a theme/ directory with Chakra UI theme customization, an Animations subfolder with simpleVariants, and helper scripts accessible via npm run and a shell script.
