Skip to content

SajjadTalks/Utility-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ Cloudflare Utility Generator

Overview

A powerful, lightweight web utility generator built as a Cloudflare Worker, offering UUID, password, and QR code generation with a modern, responsive interface.

Cloudflare Workers

Demo

🌟 Features

  • UUID Generator: Create unique identifiers with a single click
  • Password Generator:
    • Customizable length (8-256 characters)
    • Options to include/exclude:
      • Lowercase letters
      • Uppercase letters
      • Numbers
      • Symbols
  • QR Code Generator: Convert text to scannable QR codes instantly
  • Dark Mode: Sleek, eye-friendly dark mode with persistent preferences
  • Responsive Design: Works perfectly on desktop and mobile devices

πŸš€ Technologies Used

  • Cloudflare Workers
  • Alpine.js
  • Tailwind CSS
  • Web Crypto API
  • Modern JavaScript (ES6+)

πŸ“¦ Prerequisites

  • Cloudflare account

πŸ”’ Security Features

  • Cryptographically secure random generation
  • No external dependencies for core functionality
  • Client-side encryption
  • Dark mode with persistent preferences

Disclaimer: This project is not affiliated with Cloudflare. It's a community-created tool utilizing Cloudflare Workers.

Contributors