One app
A Next.js app serves both the UI and API from one Node server.
next-fullstackDetails A SMALL START, READY TO SHAPE
Create a personal app from one of three embedded Next.js templates. Pick the way your web and API should run, then build from there.
curl -fsSL https://sonsu.dev/install | sh01 / GET STARTED
Install the CLI, choose a template, and create a project in a new directory.
curl -fsSL https://sonsu.dev/install | shsonsu in ~/.local/bin.02 / PICK A TEMPLATE
Three starting points. Each one is included in the CLI, so project creation works offline.
A Next.js app serves both the UI and API from one Node server.
next-fullstackDetails A Next.js web app and a NestJS API run as separate Node servers.
next-node-nestDetails A static Next.js web export is hosted separately from a NestJS API server.
next-static-nestDetails