Invoice Number Generator - Online Sequential & Random
Generate the next sequential invoice number with optional prefix and date stamp. Keep track locally or export.
UD5 Toolkit
Generate secure, unique coupon codes in bulk for your WooCommerce store. Supports custom prefixes, suffixes, and excludes confusing characters â all processing happens locally in your browser.
Click Generate Codes to create coupon codes
Codes appear here â click any code to copy it
post_title field and treats them as case-insensitive during validation â meaning SUMMER20 and summer20 are recognized as the same coupon. Each coupon can have its own discount type (percentage, fixed cart, or fixed product), usage limits, expiry dates, and eligibility rules.
crypto.getRandomValues() for cryptographically strong randomness and maintains a Set-based deduplication process. If a duplicate is generated (extremely unlikely with 8+ character codes), the tool automatically regenerates it. Each batch is guaranteed to contain only unique codes. However, uniqueness is only ensured within each batch â running the same settings twice may produce overlapping codes.
0 (zero) and O (capital O), or 1 (one), I (capital i), and l (lowercase L). These cause frustration when customers manually type codes. Our "Exclude confusing chars" toggle (enabled by default) automatically removes these. Also avoid spaces, quotes, slashes, and emoji â they may cause issues in URLs, emails, or database queries.
&, #, and ! may require URL encoding in certain contexts. The safest special characters for coupon codes are hyphens (-) and underscores (_), which work universally across all systems without any encoding issues.
VIP_ or BF_ for Black Friday) to categorize campaigns. Keep random portions between 8â12 characters. Avoid sequential patterns (e.g., CODE001, CODE002) as they're easily guessable. Set appropriate usage limits and expiry dates in WooCommerce. Track redemption rates per campaign prefix to measure marketing effectiveness.
Generate the next sequential invoice number with optional prefix and date stamp. Keep track locally or export.
Upload a logo to embed in the center of a QR code. High error correction so it still scans. Download PNG/SVG.
Generate random license keys or serial numbers in various formats (XXXX-XXXX-XXXX). Useful for software activation testing. Local generation.
Generate cryptographic key pairs using the Web Crypto API. Export as JWK or raw. No server needed; pure security.
Paste a list of URLs or texts and generate QR codes all at once. Download as individual images or a single sheet.
Generate random numbers and watch the live histogram. Compare uniform, normal, and exponential distributions.
Select trip type (beach, business, camping) and get a pre-filled packing checklist. Customize and print. Local storage.
Fill in bio, skills, projects to generate a clean HTML portfolio page. Copy the code. Local builder.
Design custom unordered and ordered lists with images, strings, or counters. Preview and copy the CSS.
Write HTML, CSS, and JavaScript in separate panes and see the result in real time. Store your snippets locally.
Create XID identifiers that are globally unique, timeâbased, and MongoDB ObjectID compatible. Copy or download a batch.
Generate encrypted passwords for .htaccess basic authentication. Create .htpasswd entries using bcrypt, MD5, or SHA. Server admin utility, local compute.
Get a clean, commented JS plugin skeleton with IIFE or ES module pattern. Start your new library faster.
Generate a complete <head> section with meta charset, viewport, SEO, favicon, and social tags. Customize and copy.
Write SSML to control pitch, speed, and breaks. Play the generated speech with the browserâs TTS engine. Learn SSML.
Design a custom counter style with symbols, range, and speakâas. Preview ordered lists with your new style. Export the CSS rule.
Paste lyrics and tap while the song plays to embed timestamps. Export as .lrc file for music players. All in browser.
Design a custom analog clock face by choosing colors, hands, and numbers. Download as SVG or PNG. For craft or UI design.
Add columns with types and constraints, then generate a SQL CREATE TABLE statement. Supports MySQL/PostgreSQL.
Build Apache mod_rewrite rules for redirects or clean URLs. Fill in simple fields and get the .htaccess code.
Write a function name and get a complete unit test stub with describe, it, and expect. Follows AAA pattern.
Place rectangular pattern pieces on a virtual fabric width to optimize cutting layout and reduce waste. Simple manual drag & drop. Local only.
Generate classic retro sound effects (coin, jump, explosion) using oscillators and noise. Play and download as WAV. Web Audio API fun.
Trim a video clip and convert it into an animated GIF. Adjust frame rate and size. Processing stays on your computer for privacy.
Upload multiple SVGs and combine them into a single SVG sprite sheet with `<symbol>` and `<use>`. Fast icon system.
Run multiple named timers simultaneously for cooking. Presets like pasta, rice, etc. Audio alarm. Works in background.
Write or paste HTML, CSS, and JavaScript and instantly see the rendered output in a sandboxed iframe. A handy frontend prototyping tool.
Fill in container image and ports. Generate a Deployment and Service YAML with best practices. Start your K8s journey.
Combine random character, setting, conflict, and genre to generate unique story prompts. Over 10,000 possible combinations. Perfect for overcoming writer's block.
Convert an SVG shape into a CSS maskâimage. Transparent regions become masked. Great for custom image crops. Clientâside.