Random ObjectId Fixture Generator
ObjectId-style fixture generated locally in your browser from the current Unix timestamp and Web Crypto randomness.
MongoDB-style fixtures
Generate a lowercase 24-character hexadecimal ObjectId-style value for mock API payloads, seed data, demos, and tests. The first 8 characters encode the current Unix timestamp in seconds, followed by 16 characters from secure browser randomness.
These values are realistic development fixtures, not a database uniqueness guarantee.