A modern Next.js starter, configured to deploy anywhere on Hostinger.
Static export by default for shared / Premium / Business hosting, with a single env flag to switch on full Node.js SSR for VPS, Cloud, or Hostinger Horizons.
What's included
The latest stable stack, with sensible defaults for production.
Next.js 16 + React 19
App Router, Server Components, and the latest React 19 APIs out of the box.
TypeScript everywhere
Strict typings across the app, with route types generated automatically.
Tailwind CSS v4
Utility-first styling powered by the new Tailwind v4 engine and PostCSS.
Hostinger-ready
Builds to a static export by default — drop the /out folder into public_html.
Three steps to Hostinger
Works on any plan. No node_modules needed on the server for the static path.
- 1. Build
npm run buildOutputs a static site to ./out — no Node.js needed at runtime.
- 2. Package
npm run deploy:zipCreates hostinger-deploy.zip ready for the Hostinger File Manager.
- 3. Upload
Extract into ~/public_htmlUse hPanel → File Manager → Upload, then Extract. Done.
NEXT_OUTPUT=standalone npm run build and run node .next/standalone/server.js behind Hostinger's Node.js app manager.