Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js + NextUI V1 starter template with pre-configured Poppins font, SEO meta tags, and ready-made folders for rapid app development.
The Next.js + NextUI V1 Starter Template is a GitHub boilerplate that pairs the Next.js framework with the NextUI V1 component library to give developers a pre-configured starting point for building React applications with a ready-made folder structure and SEO setup.
The template is a starter repository created by developer Vilictus that combines Next.js with the NextUI V1 component library. It takes as input a cloned git repository and outputs a local development environment with fast reload, configured with subfolders for config, layouts, and types. The project runs on the Next.js framework, uses TypeScript (per the repository topics), and is deployable to Vercel and Netlify through one-click buttons in the README.
npm i and npm run dev, then begin editing pages using NextUI components right away.git clone https://github.com/Vilictus/NextUI-Starter.git nextui-starter.cd nextui-starter.npm i.npm run dev.This template is based on NextUI V1, as noted at the top of the README. A separate repository, nextui-v2-starter-template, provides a NextUI V2 version that uses TailwindCSS.
The template configures Poppins as the default font through Next/font, Next.js's built-in font optimization feature.
Yes. The README contains a "Deploy with Vercel" button and a "Deploy to Netlify" button that import the repository directly, plus a StackBlitz button for opening the project in a web-based IDE.
The README marks this as a beta version still in construction, so it's best used as a development starting point rather than a stable production base.
