Are these UUIDs suitable for database IDs?
Usually, yes. They follow the RFC 9562 UUID v4 layout with version 4 and IETF variant bits, but database indexing and ordering needs may favor another ID strategy.
Security
Create unique lowercase RFC 9562 UUID v4 values with canonical hyphens using your browser's cryptographically secure random source.
One per line with lowercase hex and hyphens. Version bits are 4 and the IETF variant bits are 10.
Canonical lowercase UUID v4 values will appear one per line.
Results stay on this page. UUID v4 contains no timestamp, device identity, or user identity.
Three simple steps
Choose an integer from 1 to 100.
Generate canonical UUID v4 values locally, one per line.
Copy the current batch or download it as TXT.
Privacy first
Tool input and results are processed in temporary state for the current page. The TabPebble application does not send them to a server, write them to a database, or create processing history. Pages and code still load through ordinary network requests. Your browser may restore a tab, while downloads and clipboard copies remain on the device until you remove or replace them.
FAQ
Usually, yes. They follow the RFC 9562 UUID v4 layout with version 4 and IETF variant bits, but database indexing and ordering needs may favor another ID strategy.
Yes. Core tools are free to use and do not require an account.
No. The TabPebble application performs the tool task in your browser and does not put input into site requests; ordinary page and code requests still reach the hosting service.