A modern web application for generating CTF-style flags with leetspeak transformations. Built with Astro and shadcn/ui.
Live Demo: https://flag.withkin.me
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
bun install |
Installs dependencies |
bun dev |
Starts local dev server at localhost:4321 |
- Enter a flag prefix (e.g.,
flag
,HTB
,PICO
) - Type your text in the input field
- Click "Generate Flag" or press Enter
- Copy the result using the copy button
- Clear notifications when needed
The generator applies these character substitutions:
a/A → 4
e/E → 3
i/I → 1
l/L → 1
o/O → 0
s/S → 5
t/T → 7
and more ...
Special characters and non-Latin text (Chinese, Japanese, etc.) are preserved.
Licensed under the AGPL-3.0 License.
Contributions are welcome! Please feel free to submit a Pull Request and use conventional commit style made the message more profeossional.