About Your Daily Text Kit

Your Daily Text Kit is a free collection of small, focused text utilities that run entirely in your browser. There is no backend, no account system, and no analytics tied to the text you paste. The site exists because the tools we use most — counting words, converting case, diffing two paragraphs — should be one tab away, instant, and private.

What you get

Eight production tools today: a word and character counter, a case converter, duplicate-line removal, a Lorem Ipsum generator, a word-level text diff, find & replace with regex, a Markdown-to-HTML converter with sanitised output, and a URL slug generator. Each tool loads its own page, does one thing well, and respects your back button.

Privacy by design

Every transformation happens client-side using plain JavaScript. Your text never travels over the network — not to us, not to a third party. Open the browser dev tools and watch the network tab while you work; the only requests you will see are the initial page load and (if enabled) ad requests, which never receive your input.

How it is built

Your Daily Text Kit is a Next.js 16 application with React 19, TypeScript, and Tailwind CSS v4. The site is statically generated and hosted on Vercel. Markdown parsing uses marked; output is sanitised with DOMPurify; the diff tool uses the diff package.

Feedback

If a tool is missing, a result looks wrong, or you would like a feature added, send us a note via the contact page. We read everything.