Love Compatibility Calculator

Enter two names for a just-for-fun compatibility score.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

This is a just-for-fun love compatibility calculator. Enter two names and it returns a playful 0–100% match score with a light-hearted verdict — perfect for icebreakers, parties or a laugh with friends and crushes. It is entertainment only, with no scientific, astrological or numerological basis whatsoever.

How it works

The two names are joined, lower-cased and stripped of spaces, punctuation and any non-letter characters. The remaining letters are run through a simple, fixed hashing loop (hash = hash × 31 + letter code), and the final number is taken modulo 101 to land in the 0–100 range. Because the calculation is entirely deterministic — no randomness is involved — the same pair of names always produces the same score. A score band then picks a matching one-line verdict.

ScoreVerdict
90–100A perfect match
75–89Strong sparks
60–74Good chemistry
40–59Could work with effort
20–39It’s complicated
0–19Opposites… but who knows?

Example

Entering “Alex” and “Jordan” runs the combined letters through the hash and returns a fixed percentage in the 0–100 range with its matching verdict. Try it again with the same two names and you will get the identical score every time.

Nothing is uploaded or stored — the whole thing runs in your browser, a private and harmless bit of fun.

Ad placeholder (rectangle)