arrow-left
All pages
gitbookPowered by GitBook
1 of 1

Loading...

Introduction

An up-to-date, reasonably opinionated starter template for Next.js web apps

hashtag
What is Next.js WebApp Starter?

Next.js WebApp Starterarrow-up-right is an up-to-date, reasonably opinionated Next.js starter template. It's bootstrapped with create-next-apparrow-up-right, complemented with some icing on top (the reasonably opinionated part).

Note: This is a community-created project and is not affiliated with Vercelarrow-up-right or Next.jsarrow-up-right.

circle-info

We only cover core Next.js features in our documentation when it's necessary to help explain a Next.js WebApp Starter feature. To learn more about Next.js itself check out .

hashtag
Features

Next.js WebApp Starter comes with the following features:

  • It's .

  • is added as a in the Next.js build chain.

  • sass library installed to enable Next.js' built-in Sass support.

We're currently in a 0.x iterative release cycle. Check out the version 1.0 roadmap .

hashtag
Project Goals

The overarching goal of this project is to provide a Next.js starter template that has the following attributes:

  • Is open-source.

  • Actively maintained, with all project dependencies kept up to date.

  • Integrates new core Next.js features as soon as possible after new Next.js versions are released, accompanied by appropriate documentation in this project's official documentation site and, where suitable, in the code.

hashtag
Who created it?

Next.js WebApp Starter is an open source project started and being maintained by , a full stack software developer from Barbados.

If you would like to donate to my development efforts on this project, you can do so . All sponsors will be recognized in the project README and here in the documentation.

hashtag
How can I contribute?

Development of this project is being done in the open on GitHub and contributions are welcomed. To learn more about how you can contribute, please read the project's and .

next.config.jsarrow-up-right file ready for you to customize to enable the following Next.js 9.5+arrow-up-right core features:

  • Customizable Base Path

  • Rewrites, Redirects, and Headers

  • Optional Trailing Slash in URLs

  • Easy use of open source SVG icon packs via the @meronex/iconsarrow-up-right package.

  • Internationalization support via integration of the i18nextarrow-up-right and react-i18nextarrow-up-right internationalization frameworks.

  • Easy SEO management via the Next SEOarrow-up-right package.

  • PWA-enabled via next-pwaarrow-up-right

  • More to come...

  • Encourages community discussion around any and all features added that fall outside of core Next.js features, while staying aligned with the sub-goals of ensuring that each of these features:

    • is considered useful by the community

    • is implemented in a performant and secure manner

  • As much as possible, developer experience should be impacted only positively, not negatively.

  • Does not aim to be everything for everyone but instead aims to provide an out-of-the-box feature set that benefits the Next.js community.

  • their official documentationarrow-up-right
    configured as a Next.js TypeScript application
    Tailwind CSSarrow-up-right
    PostCSS pluginarrow-up-right
    herearrow-up-right
    Owan Huntearrow-up-right
    herearrow-up-right
    Code of Conductarrow-up-right
    Contributing Guidearrow-up-right