u/Inside_Cockroach476

What is the highest scoring word you have ever played in a real game?

Not online against a bot, not a practice game. An actual game against another person.

Mine was QUIXOTIC across a triple word square years ago. Still think about it. Opponent has never forgiven me.

What is yours?

reddit.com
u/Inside_Cockroach476 — 1 day ago

Built a collection of free browser-based dev tools over the past few months. Here is what I learned.

Started building these because I kept switching between bookmarked tools that either had paywalls, required signups, or sent data to a server I did not control.

Everything I built runs entirely in the browser. No backend, no account, no data leaving your device.

What is in it so far:

Text and data: JSON formatter, Base64 encoder/decoder, URL encoder/decoder, hash generator (MD5/SHA-1/SHA-256), regex tester, word counter, Lorem Ipsum generator, markdown editor with live preview.

Unit converters: length, weight, temperature, speed, area, volume.

The hash generator was the most interesting to build. Used the Web Crypto API for SHA which was clean but had to roll a pure JS implementation for MD5 since it is not in the Web Crypto spec.

Happy to share the URL in the comments if anyone wants to check it out or give feedback. Also genuinely curious what tools people reach for most that do not have a good free browser-based option yet.

reddit.com
u/Inside_Cockroach476 — 2 months ago

I built a free invoice generator for freelancers, no signup, PDF download, supports different currencies and local tax presets

Hey r/IMadeThis and freelancers!

Every free invoice tool I found either required a signup, had a watermark, or was just ugly. So I built one:

👉 iwantfreeinvoice.com

What makes it different:

- Zero signup: open and start invoicing immediately

- Live preview: invoice updates in real-time as you type

- 3 invoice templates (Classic, Modern, Minimal)

- 12 currencies including SGD, MYR, PHP, IDR, THB, USD

- SEA tax presets: Singapore GST (9%), Malaysia SST, Philippines VAT (12%), Indonesia PPN

- Logo upload: your logo appears in the invoice

- Discount + tax + shipping toggles

- PAID stamp when invoice is marked paid

- Download as PDF instantly

- Your data NEVER leaves your browser: 100% private

Built for SEA freelancers who just need a clean PDF fast.

Feedback welcome especially from freelancers! 🙏

reddit.com
u/Inside_Cockroach476 — 3 months ago

I made a free Scrabble word finder, clean, fast, mobile-friendly

Hi r/imadethis!

Just launched my first utility website and wanted to share it here:

👉 https://instantwordfinder.com

It's a free Scrabble word finder that lets you:

✅ Find all valid words from your available tiles

✅ See Scrabble point values for every word

✅ Calculate the score of any word instantly

✅ Unscramble any set of letters

✅ Use blank "?" wildcard tiles

✅ Click words to see definitions

No signup. No cost. Just a clean, fast tool.

Built this because I wanted a word finder that actually works well on mobile without being covered in popups. Still improving it, I would love to hear what you think! 😊

reddit.com
u/Inside_Cockroach476 — 3 months ago