I Built a Browser Tool That Detects What You Paste
I kept switching between tiny web tools just to handle everyday developer tasks: Formatting JSON Decoding Base64 Cleaning URLs Converting Unix timestamps Removing duplicate lines Transforming text So I built QuickTin
I kept switching between tiny web tools just to handle everyday developer tasks:
- Formatting JSON
- Decoding Base64
- Cleaning URLs
- Converting Unix timestamps
- Removing duplicate lines
- Transforming text
So I built QuickTiny.
The main feature is Smart Actions: paste almost anything, and QuickTiny tries to recognize the content and suggest the right tool automatically.
For example:
- Paste JSON β format and validate it
- Paste Base64 β decode it
- Paste a Unix timestamp β convert it
- Paste URL-encoded text β decode it
- Paste a list β clean, sort, or remove duplicates
Everything runs locally in the browser. There is no signup, and the pasted content is not uploaded.
QuickTiny currently includes 13 small browser tools. Iβm trying to keep the interface fast and focused instead of turning it into a crowded toolbox.
Try it: https://quicktinyv2.vercel.app
Watch the short Smart Actions demo: https://quicktinyv2.vercel.app/quicktiny-smart-actions-demo.mp4
Iβd appreciate honest feedbackβespecially examples that Smart Actions detects incorrectly or tools you repeatedly need during development.
Originally published by Dev.to WebDev. Aggregated on AIWithGhost for educational purposes β full credit and traffic to the original publisher.