Every program has a unique DNA. CodeDNA finds it.
Paste any code β get a stunning visual fingerprint based on its structure, token types, nesting depth, and keyword patterns. No two programs look the same.
CodeDNA/
βββ src/
β βββ CodeDNA.java β Java backend (tokenizer + HTTP server)
βββ web/
β βββ index.html β Full frontend (all-in-one HTML/CSS/JS)
βββ out/ β Compiled classes (auto-generated)
βββ run.sh β Linux/macOS launcher
βββ run.bat β Windows launcher
βββ README.md