Adios
Templates/Next.js
Web apps

Next.js

Start with the official Adios Next.js templates: JavaScript or TypeScript, using npm or pnpm, all configured for Adios builds, runtime health, and standalone production serving.

Next.jsNode.jsnpmpnpmTypeScript

Clone locally

Repository: template-nextjs-typescript

git clone https://github.com/adiosdotdev/template-nextjs-typescript.git
cd template-nextjs-typescript
adios up

Variants

Choose the variant that matches your language and package manager before running the local deploy command.

Next.js JavaScript with npm
JavaScriptnpm
Key
nextjs
Path
nodejs/nextjs
Next.js JavaScript with pnpm
JavaScriptpnpm
Key
nextjs-pnpm
Path
nodejs/nextjs-pnpm
Next.js TypeScript with npm
TypeScriptnpm
Key
nextjs-typescript
Path
nodejs/nextjs-typescript
Next.js TypeScript with pnpm
TypeScriptpnpm
Key
nextjs-pnpm-typescript
Path
nodejs/nextjs-pnpm-typescript

Need the full flow?

The template guide covers CLI login, local clone flow, console deploys, logs, and moving from a template to a production app.

Open docs