filemarkr
All ToolsGuides
filemarkr

60+ free developer tools that run entirely in your browser — JSON formatter, JWT decoder, Base64, diff checker, regex tester, hash generator and more. No upload, no sign-up, completely private.

JSON & Data

  • JSON Formatter
  • JSON Minifier
  • JSON Validator
  • JSON to CSV
  • CSV to JSON
  • JSON to YAML

Encode & Decode

  • Base64 Encode / Decode
  • Base64 to Image
  • Image to Base64
  • URL Encode / Decode
  • HTML Entity Encoder
  • JWT Decoder

Text Tools

  • Text Diff Checker
  • Case Converter
  • Word & Character Counter
  • Slug Generator
  • Remove Duplicate Lines
  • Sort Text Lines

Generators

  • UUID Generator
  • Password Generator
  • Lorem Ipsum Generator
  • QR Code Generator
  • Random Number Generator
  • NanoID Generator

Popular Guides

  • How to Format and Pretty-Print JSON (Without Breaking It)
  • How to Minify JSON and Shrink Your API Payloads
  • How to Validate JSON and Pinpoint the Exact Syntax Error
  • How to Convert JSON to CSV for Excel and Google Sheets
  • How to Convert CSV to JSON (With Proper Header Detection)
  • All guides →

Explore

  • All Tools
  • JSON Formatter
  • JWT Decoder
  • Diff Checker
  • UUID Generator

Company

  • About
  • Privacy
  • Terms
  • Sitemap

Our Promise

  • 100% in your browser
  • Zero uploads
  • No sign-up, always free

© 2026 filemarkr. Designed & developed by Naved Naik.  All processing happens locally in your browser.

All tools

UUID Generator

Generate v4 and v1 UUIDs in bulk, ready to copy or download.

100% private Instant, in-browser Read the guide
Loading the tool…

Generate v4 and v1 UUIDs in Bulk

A UUID generator creates universally unique identifiers you can use as primary keys, request IDs, file names, or any place you need a value that is practically guaranteed not to collide. This tool produces version 4 UUIDs, which are randomly generated, and version 1 UUIDs, which are time-and-node based. You can generate a single identifier or a large batch at once, then copy them all or download them as a file for seeding a database or fixtures.

How it works

Generation happens entirely in your browser with JavaScript, using the platform's cryptographic randomness for v4 values. Nothing is requested from a server, so the identifiers are created on your machine and never transmitted. Choose the version, set how many you need, and the list is produced instantly, formatted in the standard 8-4-4-4-12 hyphenated layout. Generating a fresh batch is a single click, so you can regenerate as many times as you like when seeding data or rerunning a test, and copy or download the full list without any per-request limit.

Practical use cases

  • Seed a development database with unique primary keys
  • Create correlation or request IDs for logging and tracing
  • Generate stable identifiers for test fixtures and mock data
  • Produce unique file or resource names for a script

UUIDs pair naturally with other generators and utilities here: try the NanoID Generator for shorter URL-friendly IDs, the Password Generator for secure secrets, or the Hash Generator when you need deterministic digests instead.

Since every identifier is generated in-browser, no values are logged, stored, or sent anywhere, which matters when a UUID becomes part of your system. The tool is free, requires no account, and works in all modern browsers, including mobile.

Frequently asked questions

Version 4 UUIDs are random, while version 1 UUIDs are derived from a timestamp and node value, so v1 values carry rough time ordering.

Related tools

Password Generator

Create strong, random passwords with full control and a strength meter.

Lorem Ipsum Generator

Generate placeholder paragraphs, sentences or words for mockups.

QR Code Generator

Create a downloadable QR code from any link or text, right in the browser.

Random Number Generator

Generate random numbers in any range, with unique and sorted options.