Ready to import on Hostinger

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. 1. Buildnpm run build

    Outputs a static site to ./out — no Node.js needed at runtime.

  2. 2. Packagenpm run deploy:zip

    Creates hostinger-deploy.zip ready for the Hostinger File Manager.

  3. 3. UploadExtract into ~/public_html

    Use hPanel → File Manager → Upload, then Extract. Done.

VPS or Cloud Hosting? Build with NEXT_OUTPUT=standalone npm run build and run node .next/standalone/server.js behind Hostinger's Node.js app manager.