Skip to content

Repository files navigation

next-server-tools

pnpm monorepo for self-hosted Next.js tooling: keep Next focused on rendering, and own the Node server / ops layer yourself (portable across Docker, Kubernetes, and VMs).

Packages

Package Description
@next-server-tools/standalone Standalone Node server for Next — replace generated server.js; Next keeps SSR/RSC, you own middleware/hooks/plugins

Structure

packages/standalone    # @next-server-tools/standalone — custom standalone server
examples/next-15   # Next.js 15 feature showcase
examples/next-16   # Next.js 16 feature showcase (same server/)

Requirements

  • Node.js 22+
  • pnpm 11+

Setup

pnpm install
pnpm build

Examples

pnpm dev:15
pnpm build:15
pnpm start:15

Same pattern for 16.

Both examples include the full extension showcase under server/ (middleware match/error, hooks, plugins, /demo/*, /healthz, /api/ok).

Tests

pnpm test            # unit tests
pnpm test:examples   # example feature smoke (15/16, dev + start)
pnpm test:all
pnpm check           # Biome

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages