Adios
Templates/Next.js
Web apps

Next.js

Start with an official Adios Next.js template: JavaScript or TypeScript, using npm or pnpm, configured for Adios builds and standalone production serving.

Next.jsNode.jsnpmpnpmTypeScript

Clone locally

Repository: template-nextjs

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

Variants

Choose the variant that matches your runtime, framework, or service version 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