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 the next sequential invoice number with optional prefix and date stamp. Keep track locally or export.
Generate random, secure coupon codes with a prefix. Choose length and character set. Perfect for store admins. All local.
Add columns with types and constraints, then generate a SQL CREATE TABLE statement. Supports MySQL/PostgreSQL.
Design custom unordered and ordered lists with images, strings, or counters. Preview and copy the CSS.
Generate classic retro sound effects (coin, jump, explosion) using oscillators and noise. Play and download as WAV. Web Audio API fun.
Write SSML to control pitch, speed, and breaks. Play the generated speech with the browserâs TTS engine. Learn SSML.
Generate random license keys or serial numbers in various formats (XXXX-XXXX-XXXX). Useful for software activation testing. Local generation.
Design a custom analog clock face by choosing colors, hands, and numbers. Download as SVG or PNG. For craft or UI design.
Generate cryptographic key pairs using the Web Crypto API. Export as JWK or raw. No server needed; pure security.
Trim a video clip and convert it into an animated GIF. Adjust frame rate and size. Processing stays on your computer for privacy.
Design a custom counter style with symbols, range, and speakâas. Preview ordered lists with your new style. Export the CSS rule.
An animated hourglass that you can set for any time. Watch the sand flow. Beautiful and calming timer.
Select trip type (beach, business, camping) and get a pre-filled packing checklist. Customize and print. Local storage.
Write a function name and get a complete unit test stub with describe, it, and expect. Follows AAA pattern.
Upload multiple SVGs and combine them into a single SVG sprite sheet with `<symbol>` and `<use>`. Fast icon system.
Upload a logo to embed in the center of a QR code. High error correction so it still scans. Download PNG/SVG.
Paste lyrics and tap while the song plays to embed timestamps. Export as .lrc file for music players. All in browser.
Paste a list of URLs or texts and generate QR codes all at once. Download as individual images or a single sheet.
Build an accessible modal using the native <dialog> element. Customize backdrop, content, and open/close logic. Copy the code.
Sing or play an instrument into the mic and see the detected pitch on a realâtime chromatic tuner. Use for practice or ear training.
Drag items into grid cells and see the resulting gridâarea or lineâbased placement code. Learn how autoâplacement and spanning work.
Run multiple named timers simultaneously for cooking. Presets like pasta, rice, etc. Audio alarm. Works in background.
Create XID identifiers that are globally unique, timeâbased, and MongoDB ObjectID compatible. Copy or download a batch.
Place rectangular pattern pieces on a virtual fabric width to optimize cutting layout and reduce waste. Simple manual drag & drop. Local only.
Compare visibility: hidden vs display: none. See how each affects layout and event listeners. Inline code.
Write HTML, CSS, and JavaScript in separate panes and see the result in real time. Store your snippets locally.
Fill in bio, skills, projects to generate a clean HTML portfolio page. Copy the code. Local builder.
Enter a MIDI note number (0â127) or a musical note name and get the exact frequency in Hz. Piano keyboard picker.
View recent earthquakes worldwide on a map. Fetches public USGS GeoJSON feed directly from browser. Real-time data.
Build a basic Nginx server block for a static site, reverse proxy, or PHP. Fill in the blanks and copy the config.