Hey DEV community! 👋
Like a lot of you, I had a mental list of "quick tool" bookmarks scattered everywhere — a word counter here, a slug generator there, a Lorem Ipsum generator somewhere else. I got tired of it, so I built Yanapex: a single site with free, no-signup tools for text, images, and everyday dev tasks.
A few things I focused on:
- Everything runs client-side. No text or files get uploaded to a server, so it's safe to paste sensitive drafts or code.
- No accounts, no paywalls. Open a tool and use it immediately.
- Fast and lightweight, built for quick one-off tasks instead of full blown apps.
One of the first tools is a Word Counter (https://yanapex.com/en/tools/text-tools/word-counter/) with real-time word/character/sentence counts and reading time estimates. There are 26 tools so far across text, image, and developer utilities.
Would love feedback from this community: what's a small tool you constantly have to search for online that you wish just existed in one place?
Top comments (1)
Love the client-side approach. I’ve built browser-based tools too, and removing uploads + signups makes a huge difference for quick everyday tasks. Nice work! 🙌