Documentation
Next.js

Next.js

Next.js is fast full-stack React.js framework.

Used by some of the world's largest companies, Next.js enables you to create full-stack Web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds.

-- Next.js landing page.

The WEBAPPBOOST template uses all available features from Next.js v13 and v14, including App Router, Layouts, Metadata generation and Server Actions.

To learn more about how things work in the framework. Refer to the official Next.js documentation (opens in a new tab).

App

The main Next.js app is located at apps/web[basic|pro]. You can even copy it and have another Next.js app.

The web app config is located at apps/web[basic|pro]/src/config.ts. There you can tweak some common metadata.

Next Bundle Analyzer

@next/bundle-analyzer (opens in a new tab) is connected to be able to see how big the build is. Run

pnpm build:analyze