# Oppy Welcome Kit: Case Study — AI Brand Kit Designer Lead Magnet

Published: 2026-03-20
Updated: 2026-03-24
Source: https://docs.oppy.pro/n/oppy-welcome-kit-case-study-ai-brand-kit-designer-lead-magnet
Account: Oppy Inc

---

# Case Study: Building an AI Brand Kit Designer as a Lead Magnet

A step-by-step guide to creating an interactive AI-powered brand kit generator that combines a traditional form with instant AI gratification — based on the real Example Realty implementation.

---

## What This Is

Instead of a static lead magnet (PDF, guide, checklist), you build an **interactive experience** where visitors:
1. Fill out a simple form with their info
2. The form submits into an Oppy chat
3. The AI immediately goes to their website, learns about their brand, and generates a complete brand identity kit — logos, colors, typography, mockups
4. The visitor gets **instant, personalized, high-value output** while you capture their contact info

This is dramatically more engaging than &quot;download our free guide&quot; because the visitor gets something **custom-made for them** in real time.

---

## The Funnel

```
Landing Page with Form
       |
       v
Visitor enters: Name, Email, Website URL
       |
       v
Form submits data into Oppy chat via updateChatWindow()
       |
       v
Oppy chat opens, AI responds:
&quot;Thanks [name]! I&#39;m reading your website now...&quot;
       |
       v
AI crawls their website, extracts brand signals
(colors, typography, tone, niche, geography)
       |
       v
AI generates 3-6 premium logo concepts
       |
       v
AI presents logos inline in the chat + a mini brand kit
(color palette, typography recommendation, mockups)
       |
       v
Visitor engages: &quot;I love option 2, can you try it in blue?&quot;
       |
       v
AI iterates instantly with revised concepts
       |
       v
Lead is captured, engaged, and impressed
```

**You now have:** their name, email, phone (if SMS), detailed brand preferences from the conversation, and they&#39;ve experienced your AI capabilities firsthand.

---

## Step-by-Step Build Guide

### Step 1: Create the Brand Kit Designer Oppy

**Option A: Ask the Account Concierge**

Open the concierge at [app.oppy.pro](https://app.oppy.pro) and say:

*&quot;Create a new Oppy called &#39;[Your Company] Brand Kit Designer&#39; with the category &#39;design&#39;. It should be a premium brand identity assistant that creates logos and brand kits for real estate agents. When someone submits their name and website, it should go read their website, extract brand signals, and generate multiple premium logo concepts. Make it sound like a top-tier design executive — confident, decisive, high taste. Enable ai_content_generation and web search functions.&quot;*

**Option B: Create manually at [app.oppy.pro/v2/oppies/new](https://app.oppy.pro/v2/oppies/new)**

Use this prompt template (adapted from the real Example Realty Logo Designer):

```
You are [Company] Brand Kit Designer, a premium brand identity
assistant for real estate agents and brokers.

CORE MISSION:
Create premium, modern logo systems and brand kits. Your work
should feel expensive, elegant, restrained, and memorable.

OPERATING PRINCIPLE:
Bias heavily toward action and generation. Use ai_content_generation
aggressively. Generate multiple options by default (3-6 directions).
Show useful visual work before asking too many questions.

WORKFLOW:
1. When you receive form data (name, email, website):
   - Greet them warmly by name
   - Say you&#39;re reading their website now
   - Use web search/read_and_extract_webpage on their URL
   - Extract: colors, typography cues, tone, niche, geography, luxury level

2. Summarize the inferred brand direction briefly (2-3 sentences)

3. Generate 3-6 premium logo concepts using ai_content_generation
   - Render each image inline with markdown: ![Option 1](url)
   - Present options clearly with brief design rationale

4. Ask for directional reaction: &quot;Which direction resonates most?&quot;

5. If they want changes, regenerate quickly with improved alternatives

6. If they like a direction, expand into a mini brand kit:
   - Color palette (primary, secondary, accent)
   - Typography recommendation
   - Business card concept
   - Social media avatar
   - Yard sign or signage concept

DESIGN STANDARDS:
- Sophisticated typography over generic fonts
- Strong monograms or refined symbols
- Restrained color systems
- No cliche rooflines or generic house icons
- No cheap gradients as a substitute for form
- Premium spacing and optical balance
- Every logo must work in black, reversed, at favicon scale, and on signage

CHAT RENDERING:
Always render generated images inline with markdown image tags:
![Logo concept](https://example.com/logo.png)

QUALIFICATION (after delivering value):
- &quot;By the way, are you with a brokerage or independent?&quot;
- &quot;How many agents on your team?&quot;
- &quot;Are you looking to rebrand or is this your first brand identity?&quot;
If they seem like a serious prospect, set needs_attention.

RULES:
- Deliver visual value FIRST, qualify SECOND
- Never claim an image was sent unless it was actually generated
- Generate multiple options, not just one
- Iterate quickly when they want changes
- Keep commentary short and confident
```

### Step 2: Build the Landing Page

Create a landing page (any platform — WordPress, Squarespace, Webflow, Replit, or plain HTML) with:

1. **A headline** that sells the outcome:
   &gt; &quot;Get a Free AI-Generated Brand Kit for Your Real Estate Business — In 60 Seconds&quot;

2. **A simple form** (3-4 fields max):
   - Your Name
   - Email
   - Your Website URL
   - (Optional) Phone Number

3. **The Oppy embed widget** (paste before `&lt;/body&gt;`):
```html
&lt;script type=&quot;text/javascript&quot;&gt;
  var embedKey = &#39;your-embed-key-here&#39;;
  function handleOppyLoad() {
    if (typeof window.renderChatPopup === &quot;function&quot;) {
      window.renderChatPopup(embedKey);
    }
  }
  (function () {
    var oppy = document.createElement(&#39;script&#39;);
    oppy.src = &#39;https://e.oppy.pro//chat_popup.js&#39;;
    oppy.onload = handleOppyLoad;
    var s = document.getElementsByTagName(&#39;script&#39;)[0];
    s.parentNode.insertBefore(oppy, s);
  })();
&lt;/script&gt;
```

4. **The form-to-chat bridge** (the magic):
```html
&lt;form onsubmit=&quot;sendToDesigner(event)&quot;&gt;
  &lt;input type=&quot;text&quot; id=&quot;name&quot; placeholder=&quot;Your Name&quot; required&gt;
  &lt;input type=&quot;email&quot; id=&quot;email&quot; placeholder=&quot;Email Address&quot; required&gt;
  &lt;input type=&quot;url&quot; id=&quot;website&quot; placeholder=&quot;Your Website URL&quot; required&gt;
  &lt;button type=&quot;submit&quot;&gt;Generate My Brand Kit&lt;/button&gt;
&lt;/form&gt;

&lt;script&gt;
function sendToDesigner(e) {
  e.preventDefault();
  var name = document.getElementById(&#39;name&#39;).value;
  var email = document.getElementById(&#39;email&#39;).value;
  var website = document.getElementById(&#39;website&#39;).value;

  // Send form data to the Oppy chat
  updateChatWindow(
    &#39;Hi! My name is &#39; + name +
    &#39;. My email is &#39; + email +
    &#39;. My website is &#39; + website +
    &#39;. Please create a premium brand kit for my real estate business!&#39;
  );
}
&lt;/script&gt;
```

**What happens when they click &quot;Generate My Brand Kit&quot;:**
1. The form data is sent as a chat message
2. The Oppy chat widget opens automatically
3. The AI greets them by name, says it&#39;s reading their website
4. Within 30-60 seconds, logo concepts start appearing in the chat
5. They can interact, request changes, and explore options
6. Meanwhile, you&#39;ve captured their name, email, and website

### Step 3: Add the QR Code for Events

For conferences, webinars, or marketing materials:

1. Go to the Oppy&#39;s **Share** tab at [app.oppy.pro](https://app.oppy.pro)
2. Copy the **live page URL** for the landing page (or the Oppy&#39;s direct chat URL)
3. Generate a **Web Chat QR** that opens the landing page
4. Or generate an **SMS QR** with pre-filled message:

&gt; Hi! I&#39;d love a free AI-generated brand kit for my real estate business. My website is ___

**Presenter script:**
&gt; &quot;We built an AI that creates a complete brand identity for you in 60 seconds.
&gt; Scan the QR code, enter your website, and watch it design your logos, colors,
&gt; and marketing materials live. It&#39;s free — keep everything it creates.&quot;

### Step 4: Configure Follow-Up

After someone gets their brand kit, follow up to convert them:

In the Oppy&#39;s prompt, add:
```
FOLLOW-UP (after brand kit delivery):
After delivering the brand kit and the conversation goes quiet:
- 24 hours: &quot;Hey [name], did you get a chance to look at the brand
  concepts? Want me to refine any of them or try a different direction?&quot;
- 3 days: &quot;I can also create matching [business cards / social templates /
  yard signs] if any of the logo directions resonated.&quot;
- 7 days: &quot;Just checking in — the brand kit concepts are saved in our
  chat if you want to revisit them anytime.&quot;
```

### Step 5: Set Up Notifications

Add your email as a **Manager** on the Oppy so you get notified when someone:
- Completes a brand kit session (set via conversation tag)
- Is identified as a serious prospect (set via needs_attention)
- Wants to discuss working together (set via needs_attention)

---

## Why This Works Better Than a PDF Lead Magnet

| Traditional PDF | AI Brand Kit |
|---|---|
| Generic content for everyone | **Personalized** to their business |
| Delivered via email (delayed) | **Instant** in-chat delivery |
| Read once, forgotten | **Interactive** — they engage for 5-20 minutes |
| One-way (they read, you wait) | **Two-way** — AI qualifies during the conversation |
| Low perceived value | **High perceived value** — custom design work |
| Captures email only | Captures email + **demonstrates your AI capabilities** |
| No qualification | **Built-in qualification** through natural conversation |

---

## Variations for Other Industries

### Mortgage: AI Rate Comparison Tool
Form: Name, email, property value, loan amount
AI: Runs comparison of conventional vs specialty programs, generates personalized rate sheet

### Insurance: AI Coverage Analyzer
Form: Name, email, property address
AI: Researches the property, identifies likely risks, generates a coverage recommendation summary

### SaaS: AI Product Demo
Form: Name, email, company website
AI: Reads their site, identifies pain points, generates a personalized demo walkthrough showing how your product solves their specific issues

### Marketing Agency: AI Website Audit
Form: Name, email, website URL
AI: Crawls their site, analyzes SEO, design, content quality, and generates a visual audit report with specific improvement recommendations

---

## Real Results (Example Realty Implementation)

The Example Realty brand kit designer was:
- Set up in **5 minutes** during a demo call
- Built on a simple landing page (hosted on Replit)
- Form data flowed directly into the Oppy chat
- The AI generated premium logo concepts within 60 seconds of form submission
- Visitors spent 5-20 minutes engaging with the AI designer
- Every interaction captured: name, email, website, brand preferences, engagement level

The demo was so compelling that it became a recurring talking point across all subsequent customer calls as an example of what&#39;s possible with Oppy beyond basic lead qualification.

---

**[Back to Master Guide](https://app.oppy.pro/n/oppy-welcome-kit-master-guide)**

