How this tool computes its result
Takes newline-separated keyword phrases and, per line, deterministically generates a fixed set of variations: the phrase with spaces stripped, all words joined together, the first word alone, the last word alone, the first two words joined, and a camelCase join — the multi-word variations only consider words longer than 2 characters. Results across all lines are deduped through a Set. When more than one keyword line is entered, one extra cross-line combination is appended: the first word of the first line joined with the last word of the last line. The deduped hashtag list is then evaluated against five hard-coded platform profiles (Instagram, Twitter/X, LinkedIn, TikTok, Facebook) for max hashtag count, max character count, and a recommended subset size.
