TasteRay ForMe is an embeddable widget that answers your customers' #1 question — "Is this for me?" — through a short emotional conversation powered by AI psychographic matching.
Free to use. No signup required.
IMDb says 7.3. Rotten Tomatoes says 85%. But none of that tells you whether you'll love it or regret the two hours. Aggregate scores flatten taste into a single number.
"Because you watched X" is just a content loop. It feeds you more of the same, never asking why you liked it — or what you're actually in the mood for right now.
A 5-star review from a stranger means nothing if you don't share their taste. Their "masterpiece" could be your "meh" — and you won't know until you've committed.
One line of HTML. Add ForMe buttons to any title, product, or listing.
A short, emotionally intelligent conversation begins. Five questions about what they value, avoid, and chase.
ForMe delivers a personalized verdict with explanation — and alternatives if it's not the right fit.
A psychographic profile built from conversation — values, emotional triggers, sensory preferences, and narrative taste. Not demographics. Not clicks. Who you actually are.
Every product gets a deep signature: tone, pacing, themes, complexity, emotional arc, audience fit. A fingerprint that goes far beyond genre tags and metadata.
What are you in the mood for right now? Watching solo or with someone? Looking for a gift or for yourself? Context shifts the match — and ForMe adapts in real time.
Works from the first click. No user data, no purchase history, no cookies. ForMe builds a taste profile from scratch through conversation — and delivers a match in under two minutes.
Pass purchase or viewing history via data attributes, and ForMe uses it as a head start. Deeper matches, faster conversations, more confident results — without asking questions the data already answers.
Goes beyond demographics
ForMe asks about values, lifestyle, and emotional needs — not age or location. It builds a taste profile through natural conversation. Built on proprietary psychographic matrices developed from real user behavior analysis.
Learns over time
Returning visitors get faster, more accurate matches. ForMe remembers psychographic signals from previous conversations to improve results.
Never a dead end
When a product isn't the right fit, ForMe can suggest alternatives that match the user's psychographic profile — keeping them on your site.
No signup, no install
Users don't create accounts or download anything. One click opens the widget. Five questions later, they have their answer. That's it.
Sci-fi novel by Andy Weir about an astronaut who wakes up alone on a spaceship with no memory, and must save Earth through clever problem-solving and an unexpected friendship.
Body horror film about a fading celebrity who takes a mysterious drug that creates a younger version of herself. Provocative, visceral, and unforgettable.
Open-world action RPG from FromSoftware and George R.R. Martin. A vast dark fantasy world with punishing but rewarding combat and deep lore.
A family unravels after a devastating loss, uncovering a terrifying ancestral nightmare. Ari Aster's debut that redefined modern horror.
A humble London bookshop owner falls for a famous Hollywood actress. Hugh Grant and Julia Roberts in the quintessential rom-com.
Premium wireless noise-canceling headphones with 30-hour battery life and multipoint connection.
Electric sit-stand desk with programmable height presets and solid laminate top.
Carbon-plated racing shoe built for marathon and half-marathon speed.
<!-- Add the ForMe widget script --> <script src="https://forme.tasteray.com/widget.js" defer></script> <!-- Add to any product --> <button data-tasteray-feature="for-me" data-tasteray-title="Your Product Name" data-tasteray-medium="product" data-tasteray-description="Brief description..." data-tasteray-lang="en" >Is this for me?</button>
import { useEffect } from 'react'; export function ForMeButton({ title, description }) { useEffect(() => { const s = document.createElement('script'); s.src = 'https://forme.tasteray.com/widget.js'; s.defer = true; document.body.appendChild(s); return () => s.remove(); }, []); return ( <button data-tasteray-feature="for-me" data-tasteray-title={title} data-tasteray-description={description} >Is this for me?</button> ); }
/* Required */ data-tasteray-feature="for-me" // Activates widget data-tasteray-title="..." // Product name /* Recommended */ data-tasteray-description="..." // Product details data-tasteray-medium="..." // product, movie, etc. data-tasteray-lang="en" // Language code /* Optional */ data-tasteray-url="..." // Product URL data-tasteray-year="..." // Release year
<!-- Movie example: Hereditary --> <button data-tasteray-feature="for-me" data-tasteray-title="Hereditary" data-tasteray-medium="movie" data-tasteray-year="2018" data-tasteray-description="A family unravels after a devastating loss, uncovering a terrifying ancestral nightmare. Directed by Ari Aster." data-tasteray-lang="en" >Is this for me?</button>
* Illustrative projections based on industry benchmarks. Actual results may vary.
No commitment. We'll define the test, set up tracking, and share the results with you.
Add TasteRay ForMe to your product pages in 5 minutes. No signup required.