Before building BIP39 Mnemonic Generator, we looked at how existing BIP39 tools present themselves — and at a trust problem specific to this category that most tool categories don't have.
Which one is the real tool?
Searching for a BIP39 generator turns up several sites with names nearly identical to the best-known one in this space (iancoleman's tool), branded to look like the original. In a category where people are specifically told to "use a trusted tool," not being able to tell a clone from the original by name alone is a real problem — one that doesn't come up nearly as often with, say, a JSON formatter. This tool doesn't borrow anyone else's name or branding.
One screen, not a hierarchical-derivation workbench
The full-featured fork we checked packs in custom entropy sources, BIP32/44 derivation paths, per-client configuration presets, and a table of derived addresses and keys — useful for some workflows, but a lot to load for someone who just wants to see a mnemonic phrase and check its checksum. This tool sticks to generation and validation only, nothing else.
The warning stays where you're looking
The security guidance in that fuller tool — generate real wallet seeds offline, on an air-gapped machine — is genuinely important, but it's written into the page's body text alongside everything else, not called out. This tool puts that warning in a banner directly above the generated phrase, every time, not somewhere you have to scroll past.