From bc6cb0a2df4de92aa636c036f11b609d293b7fb1 Mon Sep 17 00:00:00 2001 From: "Engr, Anees Ur Rehman" <123795130+Anees-Rao@users.noreply.github.com> Date: Mon, 11 May 2026 00:18:23 +0500 Subject: [PATCH] Add UUID Generator to Generators section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds UUID Generator (v1/v4/v5/v7) — fills gap in Generators section. Browser-only, no signup, RFC 9562 compliant. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6b5b35..3099d1b 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Sovereign Hash Forge](https://ryudi84.github.io/sovereign-tools/tools/hash_forge/) - Generate SHA-256, MD5, and other hashes in the browser. Free, no signup required. - [Sovereign Meta Forge](https://ryudi84.github.io/sovereign-tools/tools/meta_forge/) - Generate HTML meta tags for SEO optimization. Free, no signup required. - [Sovereign README Forge](https://ryudi84.github.io/sovereign-tools/tools/readme_forge/) - Generate professional README files for your projects. Free, no signup required. +- [UUID Generator](https://freedevtool.org/uuid-generator) - Generate UUID v1, v4, v5, or v7 (RFC 9562) in browser. Bulk generation up to 1,000. Uses Web Crypto CSPRNG. No signup. - [Sovereign Shadow Forge](https://ryudi84.github.io/sovereign-tools/tools/shadow_forge/) - Design CSS box-shadows with a visual builder. Free, no signup required. - [Toolshref ZOD Schema Generator](https://toolshref.com/json-to-zod-schema-generator/) - Generate JSON to TypeScript Zod validation schemas instantly. - [Tools-Online Cron Generator](https://www.tools-online.app/tools/cron) - Visual cron expression builder with real-time preview and plain English descriptions. 100% client-side.