Files
2025-08-20 23:21:40 +02:00

1004 B
Raw Permalink Blame History

🔐 Next Auth Secret Generator

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.


Features

  • Generate 32-byte Base64 encoded secrets.
  • Copy the secret directly or as a full .env line.
  • Smooth animations with Framer Motion.

🚀 Getting Started

1. Clone the repo

git clone https://github.com/ultralion/nasg.git
cd nasg

2. Install dependencies

pnpm install

3. Run the development server

pnpm dev

Open http://localhost:3000 to see it in action.


🛠️ Tech Stack


📜 License

This project is licensed under the MIT License.