RevenueHunt
Case Studies

Daughterela teardown: how to build a beauty finder

A teardown of Daughterela's two Shopify product finders: a flat lipstick quiz and a branching foundation matcher, and how to choose which to build.

Paulina Chodura16 min read

Daughterela, a natural, talc-free cosmetics brand on Shopify, runs two product finders that happen to be textbook opposites. The lipstick finder is flat: every shopper answers the same four questions in the same order. The foundation finder is branching: the first answer (skin tone) routes each shopper down a different path. This is a teardown of how both are built and a guide to choosing the right architecture for your own cosmetics store.

This piece is about the build, not the numbers. For the conversion data behind product quizzes, see the benchmark report (45M+ responses across 20,000+ stores), and for disclosed-results case studies see the anti-ageing device funnel and Extreme Kids World. What Daughterela gives us is a clean, copyable look at the two quiz architectures every cosmetics merchant has to choose between.

The build at a glance

Flat

Lipstick Color Finder

Four attribute questions, one path for everyone. Use it when any combination of answers is valid.

Branching

Foundation Finder

Skin tone routes each shopper to a tailored shade-match screen. Use it when the next question depends on the last.

1 match

Both finders

Each ends on a single confident recommendation, an optional consent email, and a results-page discount.

What you'll learn

  • The difference between a flat quiz and a branching quiz, torn down from two real finders.
  • A decision rule for which architecture to build for a given cosmetics category.
  • The three ways to map a quiz answer to products (variant, collection, tag) and when to use each.
  • Where to place email capture and discounts so they help conversion instead of blocking it.
  • A transferable checklist for setting up the same pattern on your own store.

01 · The brand

Daughterela sells natural, talc-free, hypoallergenic makeup and skincare: lipsticks, foundations, powders, eyeshadows, mascaras, blushes, bronzers, and skincare products, all formulated to be beneficial for the skin rather than just cosmetic. The catalogue is the kind where shade and ingredient questions are genuinely hard to resolve on a product page, which is exactly the situation a product finder is built for.

The store runs on Shopify (the Legacy version of RevenueHunt) and uses two published finders to do the consultative work an in-store associate would normally do: help a shopper land on the right lipstick shade, and match a skin tone to the right foundation.

02 · Two finder architectures in one store

The interesting thing about Daughterela’s setup is that the two finders are built on opposite logic models. One is flat, one branches. Seeing them side by side is the clearest way to understand the single most important decision you make when building a product quiz.

Flat versus branching quiz architectureThe flat lipstick finder asks four questions in a fixed order; the branching foundation finder routes shoppers by skin tone before converging.Two finder architectures, one store FLAT · LIPSTICK FINDER Same path for every shopper 1 · Skin tone 2 · Shade family 3 · Finish 4 · Pigmentation One lipstick match BRANCHING · FOUNDATION FINDER Path depends on skin tone Skin tone LightL-MedMediumM-DeepDeep Tone-matched shade screen Coverage + finish One foundation match Same builder, same store. The only difference is whether one answer changes the questions that follow.

Fig. 01  The lipstick finder runs four fixed questions for everyone. The foundation finder uses skin tone as a router: each tone jumps to its own shade-match screen, then the paths converge on coverage and finish. Choosing between these two shapes is the first decision in any quiz build.

Daughterela's product finder on their Shopify storefront

Fig. 02  The finder as it appears on Daughterela's storefront. Both quizzes inherit the brand's colours through a custom theme, so they read as native rather than bolted on.

Neither finder was built from scratch. Both started from RevenueHunt’s ready-made quiz templates (the quizzes are still named as copies), which is how a small team shipped two finders without a developer. The templates are free to install and fully editable: you swap the questions, answers, images, and product mappings to fit your own catalogue. You can take a live foundation matcher for a spin on the demo store and browse the full set on the quiz templates page.

03 · Architecture 1, the flat lipstick finder

The Lipstick Color Finder asks four questions, in the same order, of every shopper:

  1. Skin tone (picture choice: fair, light, medium, dark, deep, deeper)
  2. Shade family (pink, peach, nude, red, plum)
  3. Finish (picture choice: glossy, matte, semi-matte, creamy)
  4. Pigmentation (sheer or full)

There is no logic in this quiz. No answer changes what comes next, because for lipstick it does not need to. Shade and finish are independent attributes: any combination is valid (a sheer pink gloss and a full matte red are both real, sensible results). When every combination of answers maps to a real product, a flat quiz is the right and simpler choice. It is faster to build, easier to maintain, and shorter for the shopper.

Two question-type decisions are worth copying. Skin tone, finish, and pigmentation use picture choice so shoppers pick from swatches rather than reading words, which is how people actually shop for colour. Shade family uses a plain multiple choice because the names (pink, nude, red) are unambiguous. For the full menu of question types and when each fits, see product quiz question types.

Daughterela satin lipstick, a possible finder result

Satin lipstick

A "creamy finish" answer maps here via the satin-lipstick collection.

Daughterela translucent compact powder

Translucent powder

Catalogue breadth is why a finder beats a grid here.

Daughterela vitamin E skincare applicator

Vitamin E applicator

A skincare finder (unpublished here) would route to products like this.

04 · Architecture 2, the branching foundation matcher

The Foundation Finder solves a different problem. Foundation is not a free combination of attributes: the shopper’s skin tone determines which shades are even worth showing. So the quiz uses conditional jump logic. The first question, skin tone, routes the shopper to a tone-specific “get your match” screen (a Light shopper never sees Deep shades, and vice versa). After the tone-specific screen, every path converges on two shared questions, coverage and finish, before delivering a single foundation match.

That is the signature of a branching quiz: an early answer changes the questions that follow, then the paths rejoin. It is more screens to build and maintain, but for shade matching it is the difference between a relevant recommendation and a near-miss. For the deeper mechanics of scoring and routing logic, see the six recommendation systems compared and scoring and personality-type quiz setup.

Daughterela's personalised recommendation on the results page

Fig. 03  Both finders end on a single confident match rather than a wall of options. The single-results-page pattern is consistently the higher-converting structure in the platform benchmark.

05 · Flat vs branching: how to choose

The teardown reduces to one decision rule. Does an early answer change which questions or products make sense next?

Build a flat quiz whenBuild a branching quiz when
Attributes are independent and any combination is validThe right next question depends on a previous answer
Every answer combination maps to a real productSome answers make other options irrelevant or wrong
You want the fastest build and the shortest flowA correct match requires a routing decision first
Example: lipstick (shade family × finish × pigmentation)Example: foundation (skin tone decides the shade set)

Most cosmetics catalogues need both, eventually. The pragmatic path is to start with one flat finder for your most attribute-driven category, prove it converts, then add a branching finder where matching genuinely requires routing. For the foundational rules that apply to either, see how to build a successful product recommendation quiz.

06 · Three ways to map answers to products

Architecture decides the flow. Mapping decides what the shopper actually gets recommended. Daughterela’s two finders use all three methods RevenueHunt supports, which is a useful catalogue of the options.

Three ways to map a quiz answer to productsA quiz answer can map to an exact product variant, to a collection, or to a tag used for segmentation.Three ways to map an answer to products Quiz answere.g. "Matte" finish VARIANT IDPins one exact product or variant. Use for a precise SKU per answer. COLLECTIONRecommends from a whole collection. Use when many SKUs share an attribute. TAGLabels the response and customer for segmentation and email, not just display. Daughterela uses all three: variant IDs for lipstick shades, collections for finishes and foundation tones, tags for skin tone.

Fig. 04  The three mapping methods, all present in Daughterela's build.

MethodWhat it doesUse whenDaughterela example
Variant IDPins an exact product or variant to an answerOne specific SKU is the right answerLipstick shade answers map to specific product variants
CollectionRecommends from a Shopify collectionMany SKUs share the attribute”Matte” finish maps to the matte-lipstick collection; foundation tone maps to a “Formula” collection
TagLabels the response and customer recordYou want segmentation, not just a recommendationSkin tone answers carry tags like light and medium_deep for Klaviyo

Tags are the underrated one. A tag does nothing for the on-page recommendation, but it turns every completion into a segment you can email. For the full walkthrough, see how to use customer tags in product quizzes, and for the activation payoff, your Klaviyo list is a graveyard.

07 · Capture and activation

Both finders handle the email ask the right way: it comes at the end, as an optional step, with explicit consent language (“by leaving your email you agree to receive marketing communication”), after the shopper has done the work and wants the result. That is the opposite of an entry popup, and it produces a contact captured at a moment of stated intent. For why this outperforms popups, see why popups are walls and quizzes are doors, and for consent design, smart ways to ask for marketing consent in a product quiz.

The results page pairs the recommendation with a discount code (the lipstick finder offers a 10% code), and the brand sends a follow-up email containing the recommended products, the code, and a permalink back to the result. Those tagged answers are what make the follow-up worth sending: segmented sends consistently outperform one-size-fits-all batches (Klaviyo segmentation benchmark). The store also has Recharge connected, so subscription products can be offered as subscribe-and-save on the results page.

Daughterela's post-quiz email and marketing module

Fig. 05  The post-quiz email returns the recommendation plus a discount code, turning the finder into an email-capture and re-engagement channel, not just an on-page tool.

08 · What the platform data says about these choices

This teardown deliberately avoids Daughterela’s own numbers, but the architectural choices it describes are not arbitrary. Each one tracks a measurable pattern in the RevenueHunt platform benchmark.

Build choice in this teardownWhat the benchmark shows
One confident match, not a gridQuizzes with a single results page convert at 10.6% vs 7.1% for multiple results pages
6 to 12 focused questionsQuizzes in the 6 to 12 question range convert at roughly 10.4 to 11.0%
Every answer mapped to a product or collectionTop converters map every answer; an unmapped answer is a missed signal
Email capture synced to KlaviyoKlaviyo-connected quizzes convert at 12.0% vs 9.7%, and drive around 66% more orders

Source  RevenueHunt platform benchmark. These are platform-wide averages, not Daughterela's figures. See the state of product recommendation quizzes for the full dataset.

One honest optimisation falls out of this. Daughterela places the email step at the end of each finder with explicit consent, which already beats an entry popup. But the step is optional, and across the platform 75% of the top-converting quizzes use a required email tied to a CRM. Making email required and confirming the Klaviyo sync is the single highest-leverage change available to a finder built like this one.

What this means for your cosmetics store

Stripped to a checklist any beauty merchant can apply:

  • Pick the architecture from the decision rule. Independent attributes (lipstick, blush, gloss) want a flat quiz; tone or skin matching (foundation, concealer, BB) wants branching.
  • Use picture choice for anything visual. Skin tone and finish are decided by eye, so show swatches, not words.
  • Map deliberately. Variant IDs for exact SKUs, collections for shared attributes, tags for everything you want to segment on later.
  • End on one confident match, not a grid. The single-results-page pattern converts better and removes decision fatigue.
  • Ask for email last, with consent, and pair the result with a code. Capture intent, do not block entry.
  • Start from a template, not a blank canvas. Daughterela’s finders began as editable RevenueHunt templates; install one, swap the questions and product mappings, and you have a working finder the same day. Try the demo store or browse the templates.
  • Start with one finder, prove it, then add the next. Daughterela began with attribute-driven colour finders before the harder matching flows.

Frequently asked questions

Should I build one quiz or several finders for a cosmetics store?

Several focused finders usually beat one catch-all quiz in beauty, because each category has its own decision. Daughterela runs separate finders for lipstick and foundation rather than a single makeup quiz, so each one asks only the questions that category needs. Start with one finder for your most attribute-driven category, prove it converts, then add others.

When should a product quiz use branching logic instead of a flat flow?

Use branching when an early answer changes which questions or products make sense next. Foundation is the classic case: skin tone determines the shade set, so the quiz routes each tone to its own match screen. Use a flat flow when attributes are independent and any combination is valid, like lipstick shade and finish, because branching there only adds complexity with no benefit.

How do I connect quiz answers to the right products?

Three ways. Map an answer to a specific variant ID when one exact SKU is correct, to a Shopify collection when many products share the attribute (a “matte” finish maps to the matte-lipstick collection), or to a tag when you want to segment the customer for email rather than only display a product. Daughterela uses all three in its two finders.

Where should I capture email in a product finder?

At the end, as an optional step with explicit consent language, after the shopper has invested effort and wants the result. An entry popup interrupts before any value is delivered; an end-of-quiz ask captures a contact at a moment of stated intent and pairs naturally with a results-page discount code.

Does this work on Shopify Legacy or only the newer version?

Both. Daughterela runs on the Legacy version of RevenueHunt, and everything in this teardown (flat and branching logic, variant/collection/tag mapping, consent email, discounts, Recharge) is available there. The newer Built for Shopify version adds native revenue tracking and a no-iframe block; see first-party Shopify quiz analytics for the difference.

Where this fits

This teardown is the worked example behind the broader guides. For the rules that make any quiz convert, see how to build a successful product recommendation quiz. For the logic models in depth, the six recommendation systems compared. For the proof that the pattern pays off, the anti-ageing device case study and Extreme Kids World, and the benchmark report. For the category overview, the beauty solutions page.

Install RevenueHunt: Recommender Quiz for Shopify and build your first finder this week. Free plan available.


To explore Daughterela’s products and brand, visit their website.

Share

Most shoppers leave because they can't find the right product

Turn shoppers into confident buyers with a Product Recommendation Quiz that drives sales.