Love Calculator

Test two names for compatibility and get an instant match score plus the classic FLAMES result.

Just for fun. This is an entertainment toy, not a relationship test โ€” the score comes from the letters in the two names, nothing more.

Type two names to see the match score.

No uploads. Your files stay on your device.

Free forever, no sign-up, no cookies. Buy me a coffee

How it works

Type two names and the match score appears as you type. The score is worked out from the letters alone: both names are lower-cased, accents and spaces are stripped, the pair is sorted alphabetically so Romeo & Juliet and Juliet & Romeo always agree, and that string is run through the FNV-1a 32-bit hash. The hash is mapped onto 1โ€“100 with (hash mod 100) + 1. It is deterministic, so the same two names always give the same number โ€” no dice rolls, no random surprises on reload.

Underneath you also get the classic playground game FLAMES (Friends, Love, Affection, Marriage, Enemies, Siblings). Matching letters in the two names cancel each other out one for one, the leftover letters are counted, and that count is used to eliminate letters around the word FLAMES over and over until one is left. Shivam and Shreya, the textbook example, leave 6 letters and land on Marriage. If the names cancel out completely there is nothing left to count, so no FLAMES letter is shown.

This is a party trick, not science โ€” treat the number as a conversation starter and nothing else. Everything runs in JavaScript in your browser: no names are sent anywhere, there is no sign-up and there are no ads. Copy the result or download it as a text file.

Frequently asked questions

How is the love score calculated?

The two names are combined and hashed deterministically into a percentage, so the same pair of names always gives the same score. It is arithmetic, not astrology.

What is FLAMES?

FLAMES is a playground game standing for Friends, Lovers, Affectionate, Marriage, Enemies and Siblings. Letters shared by both names are struck out and the remaining count is used to eliminate letters from FLAMES until one is left.

Is any of this real?

No. It is entertainment only and the page says so. Nothing you type leaves your browser.

Report a bug