A simple browser-based tool that analyzes pasted code and shows a GitHub-style language breakdown.
Everything runs locally in your browser. Your code is not stored or sent anywhere.
Use mycode here:
- Paste code directly into the editor
- Detect multiple programming languages
- GitHub-style language percentage bar
- Line counter
- Runs entirely in the browser
- No accounts or sign-in
- No code storage
Currently detects:
- JavaScript
- TypeScript
- HTML
- CSS
- Python
- JSON
- SQL
- Java
- C
- C++
- C#
- Go
- Rust
- PHP
- Ruby
- Swift
- Kotlin
- Shell
- YAML
- Markdown
- XML
- Dart
- Scala
- R
- Perl
- Lua
- Haskell
- Objective-C
- Dockerfile
- GraphQL
More languages will be added over time.
mycode checks your pasted code for common syntax and patterns associated with supported languages.
Each language receives a score based on detected patterns. Those scores are then converted into percentages and displayed in the language breakdown.
Results are estimates and may not always be completely accurate.
Code analysis happens locally in your browser.
Your code is not uploaded, stored, or sent to a server.
- More language support
- File uploads
- Drag and drop
- Project/folder analysis
- Better language detection
