Nextjs Starter

screenshot of Nextjs Starter
nextjs
react
bootstrap
tailwind
ant-design

Next.js project starter template for PT. Accelist Lentera Indonesia

Overview

The Accelist Next.js Starter is a project starter template developed by PT. Accelist Lentera Indonesia. It is built on the Next.js framework and includes several features to enhance development efficiency and improve user experience. This template is designed to follow the Twelve-Factor App principles and includes various integrations such as OpenID Connect providers and API Gateway for proxying HTTP requests. It also comes with Enterprise-level React components by Ant Design and thousands of utility classes powered by Tailwind CSS.

Features

  • Pure Next.js: Zero framework customization
  • TypeScript + ESLint configured: type-check and lint as you type!
  • Visual Studio Code breakpoint and debugging configured
  • Responsive dashboard with sidebar template
  • Page Component Type: Supports variable layout
  • The Twelve-Factor App principled: Multi-Stage Docker build
  • AppSettings API: Supports Runtime Environment Variables for Kubernetes deployment
  • Plug-and-play OpenID Connect integrations to standard providers (Such as Keycloak, IdentityServer, OpenIddict, FusionAuth, etc.)
  • API Gateway for proxying HTTP requests to back-end web API bypassing CORS
  • Automatic progress bar during page navigation
  • Convenient Fetch API wrapper and SWR Fetcher implementation
  • Enabled container builds on GitHub Action
  • Batteries included: Enterprise-level React components by Ant Design
  • Thousands of utility classes powered by Tailwind CSS with className IntelliSense in React components
  • Simple atomic React state management using Jotai
  • Thousands of icons by FontAwesome 6
  • TypeScript object schema validation with Zod
  • Simple form validation with React Hook Form, designed to be integrated with Ant Design and Zod
  • Provide sane defaults for the most common security headers

Summary

The Accelist Next.js Starter is a powerful project starter template for Next.js development. It provides various features and integrations to streamline the development process and improve the overall user experience. With its support for TypeScript, ESLint, themed components, utility classes, and validation libraries, developers can build robust and well-structured applications efficiently. By following the Twelve-Factor App principles and providing default security headers, this template promotes best practices and ensures a secure application.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

jotai
Jotai

Jotai is a primitive and flexible state management library for React. It takes a bottom-up approach with an atomic model inspired by Recoil, offering a minimal API that scales from simple to complex state management needs without boilerplate.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

react-hook-form
React Hook Form

React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.