Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js corporate website theme with GitHub Pages deployment, TypeScript, and CI/CD workflows.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Prixite Next.js Starter is a boilerplate for building corporate websites with Next.js and TypeScript, distributed by Prixite as a free template and deployable to GitHub Pages as a static site.
Prixite Next.js Starter is the open-source codebase behind the Prixite company website, released as a starter template for any Next.js project. It uses Next.js with TypeScript and React.js, and its GitHub repository includes workflows for building and deploying a static export to GitHub Pages. The template is maintained by Prixite, a software development company headquartered in Lahore, Pakistan, with an additional office in Wyoming, USA. The code in this repository is freely distributed under the MIT License, with the exception of the data folder and Prixite's logo, which remain property of Prixite.
The template is set up for a standard Next.js development flow. You copy env.sample to .env for environment variables, run npm install to install dependencies, and start developing with npm run dev. When you push to the repository, a GitHub Actions workflow builds the site as a static export and deploys it to GitHub Pages. The only requirement is Node.js version 16 or higher.
Yes, the template source code is distributed under the MIT License, so it is free to use, modify, and distribute. The data folder and Prixite logo are excluded and remain property of Prixite.
The repository states a requirement of Node.js version 16 or higher. Using a newer LTS version of Node.js should work with the included configuration.
The project generates a static export of the Next.js site, so it can be hosted on any static web host that serves HTML, CSS, and JavaScript files, not only GitHub Pages.
Yes, the MIT license permits personal and commercial use as long as you keep the license notice, and you replace the proprietary Prixite data and logo before publishing.
