Skip to content

v1.0.0 - Production-Ready

Latest

Choose a tag to compare

@Giaxasidis Giaxasidis released this 22 Feb 17:33
ae896a5

Next.js Secure Starter v1.0.0

A production-ready, enterprise-level Next.js starter with maximum security hardening.

Features

  • Security First

    • Comprehensive security headers (CSP, HSTS, X-Frame-Options)
    • No source maps in production
    • Hashed filenames for cache busting
    • Console removal in production
    • Zero vulnerabilities (npm audit)
  • Performance

    • Next.js 15.5.12 with Turbopack
    • React 19
    • TypeScript 5.8
    • Tailwind CSS 4
    • First load JS: ~9kB only
    • Build time: ~4 seconds
  • Production Ready

    • 4 static pages generated
    • Middleware (34.2kB) for security
    • Environment variables support
    • Production build scripts

Installation

git clone https://github.com/KaloudasDev/next-hardened.git
cd next-hardened
npm install
npm run build
npm run start

Tested On

  • Windows 11
  • Node.js 20+
  • npm 10+
  • Chrome, Firefox, Edge

Documentation

Links

Note

This is the initial production release. All security features have been tested and verified.

Built with love by KaloudasDev