Getting Started
Your First Rule
Create your first personalization rule in under 2 minutes.
Let's create a simple rule that shows a different headline to visitors coming from Google ads versus everyone else.
Step 1 — Select a component
- Open the Morph plugin in Framer
- Go to the Rules tab
- Click Create Rule
- On your canvas, click the component you want to personalize (e.g., your hero headline)
- Give the rule a name — something descriptive like "Hero — Google Ads"
The component you select becomes the default variant. This is what visitors see when no conditions match.
Step 2 — Add a variant
- Click Add Variant in the rule editor
- Morph duplicates the selected component on your canvas
- Edit the duplicated component directly in Framer — change the text, image, or any property
- Name the variant (e.g., "Google Variant")
Step 3 — Set conditions
- Click your new variant to expand it
- Click Add Condition
- Select UTM Source from the dropdown
- Set the value to
google
This means: when a visitor arrives with ?utm_source=google in the URL, they'll see this variant instead of the default.
Step 4 — Activate and publish
- Toggle the rule status to Active
- Click Save (or use the keyboard shortcut)
- Publish your Framer site
Test it
Open your published site with the UTM parameter appended:
https://yoursite.com?utm_source=googleYou should see the Google variant. Open the same URL without the parameter and you'll see the default.