A lightweight tool to generate cryptographically secure secrets for your Next.js apps.
All secrets are generated locally in your browser – nothing is stored or transmitted.
- Generate 32-byte Base64 encoded secrets.
- Copy the secret directly or as a full
.envline. - Smooth animations with Framer Motion.
git clone https://github.com/ultralion/nasg.git
cd nasgpnpm installpnpm devOpen http://localhost:3000 to see it in action.
This project is licensed under the MIT License.