Git Semver Tag Generator - Online Create Release Tags
Generate a series of semantic version tags with optional prefixes. Copy for your release script. Consistent tagging.
UD5 Toolkit
Generate beautiful Shields.io-style badges for your NPM package. Perfect for README files, documentation, and project pages.
. GitHub, GitLab, and most Markdown renderers will automatically display the badge image. You can customize the style, color, and label using the options above.
ff69b4 for pink). The color applies to the right side of the badge (the version number portion). Shields.io supports named colors and any 6-digit hex value without the # prefix. Use the color picker or hex input above to find your perfect shade.
@angular/core or @babel/preset-env are fully supported. The tool automatically encodes special characters (such as @ and /) in the badge URL to ensure proper rendering. Simply enter the full scoped package name, and the generator will handle the rest—including fetching version info from the NPM registry.
MAJOR.MINOR.PATCH (e.g., 2.4.1). MAJOR increments indicate breaking changes, MINOR increments add backward-compatible features, and PATCH increments are for bug fixes. Understanding SemVer helps you interpret version badges and manage dependencies effectively.
Generate a series of semantic version tags with optional prefixes. Copy for your release script. Consistent tagging.
Fill in your PWA details to generate a valid manifest.json file. Include icons, theme color, display mode.
Upload a 512x512 logo and get resized icons for every PWA requirement. Download a zip and the corresponding manifest.json snippet.
Validate and compare semantic version strings. Check if a version satisfies a range (e.g., ^1.2.3). Visual breakdown of major.minor.patch. Local only.
Smash bricks with a ball and paddle. Multiple rows of colored bricks, power‑ups, and score tracking. All built with HTML5 Canvas.
See how Trusted Types prevents unsafe HTML assignment. Test against injected scripts. Modern security practice.
Paste a GraphQL SDL schema and get auto‑generated Markdown documentation. Perfect for API docs. All local.
Write slides in Markdown and instantly preview a web‑based presentation. Export as HTML. Pure frontend.
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.
Generate a dummy RSA or EC public/private key pair for educational visualization. Shows key structure and ASN.1 dump. Not for production use.
Derive a strong cryptographic key from a password using PBKDF2 with SHA‑256. Adjust iterations and salt. Educational and test tool.
Check if your related native or PWA app is installed. See the API in action and copy the code.
Paste your manifest.json and instantly validate it against the W3C spec. Catch errors and warnings. Client‑side.
Test SQL injection inputs on a mock database and see the resulting query. Learn how to prevent SQLi. No real data.
Bypass CORS for testing by routing requests through a local service worker proxy. Debug APIs without server changes. Experimental.
Configure how your PWA launches: focus existing or create new. Test with the launch_handler manifest field.
Fold a virtual square paper step by step with crease lines and visual previews. Practice origami basics without wasting real paper. All canvas‑based.
Paste JSON-LD and validate basic syntax and required properties for Article, Product, etc. Local only. Instant feedback.
Translate YAML configuration files into JSON format instantly. Validate syntax during conversion. Perfect for DevOps and configuration management. Secure client-side operation.
Learn how to register your PWA to handle custom URL protocols. See the manifest entry and test.
Paste a GeoJSON object and validate its structure. Catch missing coordinates, wrong types, and feature errors. Local.
Write and run simple Sinclair BASIC programs in a browser-based ZX Spectrum emulator. Load demo programs and experience 80s computing. Educational fun.
Paste your Swagger/OpenAPI YAML and see a rendered API documentation preview with expandable endpoints. All local rendering.
Paste two Markdown texts and see a side‑by‑side diff with rendered preview. Perfect for editing and collaboration.
Paste your .htaccess rules and check for common syntax errors or misconfigurations. No server required; static analysis.
Parse XML strings into compact JSON representation. Handles attributes and text nodes intelligently. Quick and private, ideal for API response translation.
Hash any text using simple, fast algorithms: DJB2, SDBM, or CRC32. Get integer or hex. For quick lookups. Local.
Create CSS clamp() values for fluid typography. Enter min and max font sizes and viewport widths. Modern responsive design.
Generate a realistic‑sounding dinosaur name and see a fun description. Perfect for kids and writers.
Create a customizable checkerboard or grid background using pure CSS gradients. Adjust cell size and colors. Copy the code.