A mysterious and powerful codename generator for your secret projects, usernames, or spy adventures. Built with Next.js, TypeScript, and Tailwind CSS.
🔗 Check it out: uncodename.com - Go generate a codename, you mysterious bastard.
- Generate unique codenames combining adjectives and nouns
- Smart repetition prevention system
- Cryptographically secure random generation
- Sleek, dark-mode interface
- Animated text transitions
- One-click copy functionality
- Fully responsive design
- Clone the repository:
git clone https://github.com/background-craft/uncodename.git
cd uncodename- Install dependencies (pnpm recommended for Next.js 15 + shadcn):
# recommended
pnpm install
# or if you prefer
npm install
yarn install- Run the development server:
# recommended
pnpm dev
# or if you prefer
npm run dev
yarn dev- Open http://localhost:3000 in your browser.
Simply visit the website and click the "Generate Another" button to create new codenames. Click the "Copy" button to copy the generated codename to your clipboard.
Contributions are welcome! Feel free to submit issues and pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Created by Background Craft. Don't blame us if your new identity is too powerful.
Note: This project is meant for entertainment purposes. Any resemblance to actual secret agents or spy organizations is purely coincidental... or is it? 🕵️♂️
