A simple standard for environment aware UUIDs. One glance tells you the environment and that it's valid. Never route test data to production again.
A plain UUID like f47ac10b-58cc-4372-a567-0e02b2c3d479 tells you
nothing. Is it test data? A production user? Your DB logs will mix them silently.
cofeid adds a prefix that makes environment context self-documenting.
The entire spec fits in a single line. No new data types. No schema migrations. Drops directly into any system that accepts a string.
Install globally and start generating IDs immediately. Or import the library directly into your application for programmatic generation and validation.
No schema changes. No new column types. Your DB, your ORM, your logs — all of them can filter, scope, and audit by environment using standard string operations.
One command. Globally available. Your IDs will never be ambiguous again.