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
Enter your GraphQL schema on the left and click Convert to generate documentation.
This tool automatically converts your GraphQL SDL (Schema Definition Language) into clean, well-structured Markdown documentation. It parses types, fields, arguments, enums, interfaces, unions, and scalars — then generates human-readable docs perfect for API references, team wikis, or developer portals.
Markdown is universally supported across GitHub, GitLab, Notion, Confluence, and static site generators. Converting your schema to Markdown makes it easy to share API documentation with your team, embed it in README files, or publish it without needing specialized GraphQL tools.
Yes! The parser recognizes both """triple-quoted""" block descriptions and "single-quoted" inline descriptions as specified in the GraphQL spec. It also captures # line comments above type and field definitions, ensuring your documentation is as rich as your schema.
We support type definitions (including Query, Mutation, Subscription), input types, enum types with all values, interface definitions, union types, scalar declarations, field arguments with types, list and non-null wrappers, @deprecated directives, and extend type extensions. The generated Markdown includes a table of contents, detailed field tables, and cross-references.
Absolutely. This is a completely free online tool with no registration, no usage limits, and no data storage. Your schema stays in your browser — nothing is ever sent to any server. You can generate, preview, copy, and download your documentation instantly.
Yes! Use the Download .md button to save the generated documentation as a .md file directly to your device. You can also use the Copy button to copy all Markdown content to your clipboard with one click.
When the Auto toggle is active (highlighted state), the tool automatically regenerates the Markdown documentation as you type or paste your schema — with a short 400ms debounce to ensure smooth performance. Toggle it off if you prefer manual conversion via the Convert button.
Generate a series of semantic version tags with optional prefixes. Copy for your release script. Consistent tagging.
Paste JSON-LD and validate basic syntax and required properties for Article, Product, etc. Local only. Instant feedback.
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.
Paste two Markdown texts and see a side‑by‑side diff with rendered preview. Perfect for editing and collaboration.
Translate YAML configuration files into JSON format instantly. Validate syntax during conversion. Perfect for DevOps and configuration management. Secure client-side operation.
Paste your Swagger/OpenAPI YAML and see a rendered API documentation preview with expandable endpoints. All local rendering.
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.
Write slides in Markdown and instantly preview a web‑based presentation. Export as HTML. Pure frontend.
Parse XML strings into compact JSON representation. Handles attributes and text nodes intelligently. Quick and private, ideal for API response translation.
Pick a package name and generate a custom version or download badge as a static image or Markdown link. For readme files.
Generate a dummy RSA or EC public/private key pair for educational visualization. Shows key structure and ASN.1 dump. Not for production use.
Fill in your PWA details to generate a valid manifest.json file. Include icons, theme color, display mode.
Test SQL injection inputs on a mock database and see the resulting query. Learn how to prevent SQLi. No real data.
Paste your .htaccess rules and check for common syntax errors or misconfigurations. No server required; static analysis.
Paste a GeoJSON object and validate its structure. Catch missing coordinates, wrong types, and feature errors. Local.
Learn how to register your PWA to handle custom URL protocols. See the manifest entry and test.
Derive a strong cryptographic key from a password using PBKDF2 with SHA‑256. Adjust iterations and salt. Educational and test tool.
Upload a 512x512 logo and get resized icons for every PWA requirement. Download a zip and the corresponding manifest.json snippet.
Configure how your PWA launches: focus existing or create new. Test with the launch_handler manifest field.
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.
Check if your related native or PWA app is installed. See the API in action and copy the code.
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 manifest.json and instantly validate it against the W3C spec. Catch errors and warnings. Client‑side.
Fold a virtual square paper step by step with crease lines and visual previews. Practice origami basics without wasting real paper. All canvas‑based.
Bypass CORS for testing by routing requests through a local service worker proxy. Debug APIs without server changes. Experimental.
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.