Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal Next.js Chakra UI Typescript Template
Nextra is a minimal Next.js and TypeScript template that pairs Chakra UI with a preconfigured CI/CD pipeline, built as a fork of Nextplate.
Nextra is a minimal Next.js TypeScript template that uses Chakra UI as its component library and styling system. It is maintained as a fork of Nextplate and is designed to give developers a clean, atomic-design-based starting point for new web projects. The template includes a GitHub Actions continuous integration workflow and Vercel continuous deployment, plus built-in sitemap and PWA publishing support. Running pnpm dev starts a local development server, and the repository can be cloned or copied via GitHub's "Use this template" button.
pnpm i, pnpm dev) assume pnpm as the package manager.pnpm dev to get a local development server.To get started, either click "Use this template" on GitHub or clone the repository. Then install dependencies with pnpm i and start the development server with pnpm dev. The repository includes a GitHub Actions workflow for continuous integration and is configured to deploy to Vercel for continuous delivery.
Nextra is free and open source. Anyone can clone the repository or use the GitHub template feature to create their own projects without paying a license fee.
Yes, Nextra is an open-source template hosted on GitHub. You can clone it or use the "Use this template" button to create a new repository for free.
The commands documented in the template use pnpm. You run pnpm i to install dependencies and pnpm dev to start the development server.
Yes, the template lists GitHub Actions for CI and Vercel for CD. A live demo of the template is deployed at https://nextra-ts.vercel.app.
Nextra is a fork of Nextplate. The template's philosophy emphasizes minimalism and atomic design, and it includes Chakra UI alongside Next.js and TypeScript.
