Releases: Giaxasidis/next-hardened
Releases · Giaxasidis/next-hardened
Release list
v1.0.0 - Production-Ready
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 startTested 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