<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ribin K Roy</title>
    <description>The latest articles on DEV Community by Ribin K Roy (@ryson_theo).</description>
    <link>https://dev.to/ryson_theo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3817312%2F52699ae1-7508-4229-9690-d67314530e0d.jpg</url>
      <title>DEV Community: Ribin K Roy</title>
      <link>https://dev.to/ryson_theo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ryson_theo"/>
    <language>en</language>
    <item>
      <title>Nudge Theory in UX Design: Complete Guide | UX Unpacked #2</title>
      <dc:creator>Ribin K Roy</dc:creator>
      <pubDate>Wed, 19 Aug 2026 10:48:42 +0000</pubDate>
      <link>https://dev.to/ryson_theo/nudge-theory-in-ux-design-complete-guide-ux-unpacked-2-2gmj</link>
      <guid>https://dev.to/ryson_theo/nudge-theory-in-ux-design-complete-guide-ux-unpacked-2-2gmj</guid>
      <description>&lt;h3&gt;
  
  
  &lt;strong&gt;Why This Matters to You&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Imagine you've spent weeks designing a feature. You launch it — and crickets. Nobody uses it.&lt;/p&gt;

&lt;p&gt;Sound familiar?&lt;/p&gt;

&lt;p&gt;The problem might not be bad design. It might be that your users simply can't find the choice in front of them.&lt;/p&gt;

&lt;p&gt;This brings us to &lt;strong&gt;Nudge Theory&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Named and popularized by American academics Richard H. Thaler and Cass R. Sunstein in their 2008 book &lt;em&gt;'Nudge: Improving Decisions About Health, Wealth, and Happiness'&lt;/em&gt;, this framework has been cited in over 1,900 academic papers and adopted by product teams worldwide. It's also one of the most practical frameworks in design. Five minutes to explain. Lifetime to master.&lt;/p&gt;

&lt;p&gt;By the end of this article, you'll be able to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Design choices that guide decisions without forcing compliance&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Diagnose why features aren't being adopted&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Apply ethical nudges to improve user outcomes immediately&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is the second installment of &lt;strong&gt;UX Unpacked&lt;/strong&gt; — a series where I break down essential UX concepts, one framework at a time. Each piece stands alone while building toward deeper fluency. No jargon dumps. No gatekeeping. Just clarity.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"This article explains concepts from 'Nudge: Improving Decisions About Health, Wealth, and Happiness' by Richard H. Thaler and Cass R. Sunstein (2008), based on earlier research by Daniel Kahneman and Amos Tversky."&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Next, we'll cover Persuasive Technology.&lt;/p&gt;

&lt;p&gt;Let's begin.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;The Core Formula:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Choice Architecture&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's the entire model in one line:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;"A nudge is any aspect of the choice architecture that alters people's behavior in a predictable way without forbidding any options or significantly changing their economic incentives."&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Or, translated into plain English:&lt;/p&gt;

&lt;p&gt;You design the environment. People make the choice. You steer without pushing.&lt;/p&gt;

&lt;p&gt;No mandates. No punishments. No taking options away.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;The Three Ingredients&lt;/strong&gt;
&lt;/h3&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;1. Libertarian Paternalism — The Philosophy&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Thaler and Sunstein coined this term to describe Nudge theory's ethical backbone.&lt;/p&gt;

&lt;p&gt;It sounds contradictory. Let me unpack it.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Type&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;What It Means&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Libertarian&lt;/td&gt;
&lt;td&gt;Preserve freedom of choice&lt;/td&gt;
&lt;td&gt;Users can still opt out of any nudge&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Paternalism&lt;/td&gt;
&lt;td&gt;Guide toward beneficial outcomes&lt;/td&gt;
&lt;td&gt;Help people save more for retirement&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;💡&lt;br&gt;
&lt;strong&gt;Design Tip: &lt;/strong&gt;Never use nudges to manipulate. Use them to help people do what they already want to do.&lt;/p&gt;

&lt;p&gt;The goal isn't to control. It's to make good choices &lt;strong&gt;easier&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;2. Humans vs. Econs&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Traditional economics assumes people are rational calculators. Thaler and Sunstein call these imaginary beings "&lt;strong&gt;Econs.&lt;/strong&gt;"&lt;/p&gt;

&lt;p&gt;Real people? They're "&lt;strong&gt;Humans.&lt;/strong&gt;"&lt;/p&gt;

&lt;p&gt;Humans make decisions based on instincts, emotions, and mental shortcuts. We're lazy. We're optimistic. We follow the crowd. And that's okay — these traits helped our species survive.&lt;/p&gt;

&lt;p&gt;But in modern systems, they create blind spots.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Factor&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;What It Means&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Procrastination&lt;/td&gt;
&lt;td&gt;Delay hard decisions&lt;/td&gt;
&lt;td&gt;Default options reduce inertia&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Loss Aversion&lt;/td&gt;
&lt;td&gt;Fear losing more than gaining&lt;/td&gt;
&lt;td&gt;Frame as gains, not losses&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Social Proof&lt;/td&gt;
&lt;td&gt;Follow the herd&lt;/td&gt;
&lt;td&gt;Show what others do&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Present Bias&lt;/td&gt;
&lt;td&gt;Choose immediate over long-term&lt;/td&gt;
&lt;td&gt;Break tasks into smaller steps&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;💡&lt;br&gt;
&lt;strong&gt;Design Tip: &lt;/strong&gt;Don't fight human nature. Work with it.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;3. The Nudge Toolkit&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Thaler and Sunstein identified several heuristic tendencies that act as nudges. Here are the core ones for UX:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Nudge Type&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;When to Use&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Defaults&lt;/td&gt;
&lt;td&gt;High inertia situations&lt;/td&gt;
&lt;td&gt;Opt-out organ donation increased donations 3x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Framing&lt;/td&gt;
&lt;td&gt;Perception needs shifting&lt;/td&gt;
&lt;td&gt;"90% success rate" vs "10% failure rate"&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Social Norms&lt;/td&gt;
&lt;td&gt;Conformity drives behavior&lt;/td&gt;
&lt;td&gt;"Most users complete setup in 2 minutes"&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Salience&lt;/td&gt;
&lt;td&gt;Attention needs directing&lt;/td&gt;
&lt;td&gt;Place important buttons in prime real estate&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Timing&lt;/td&gt;
&lt;td&gt;When you ask matters&lt;/td&gt;
&lt;td&gt;Request rating after task completion&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Simplification&lt;/td&gt;
&lt;td&gt;Complexity causes abandonment&lt;/td&gt;
&lt;td&gt;Reduce form fields from 10 to 3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Feedback Loops&lt;/td&gt;
&lt;td&gt;Progress needs visibility&lt;/td&gt;
&lt;td&gt;Show profile completion percentage&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;💡&lt;br&gt;
&lt;strong&gt;Design Tip: &lt;/strong&gt;Multiple nudges compound. Stack them carefully for maximum impact.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Nudge Line: Where Behavior Happens
&lt;/h3&gt;

&lt;p&gt;Imagine a graph showing choice visibility on the vertical axis and ease of action on the horizontal axis, with a line separating where behavior happens from where it doesn't.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmnx3uyl7x2waxpyk55dd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmnx3uyl7x2waxpyk55dd.png" alt="graph showing choice visibility on the vertical axis and ease of action on the horizontal axis, with a line separating where behavior happens from where it doesn't." width="800" height="533"&gt;&lt;/a&gt;&lt;br&gt;
Key insights:&lt;/p&gt;

&lt;p&gt;If a choice is very easy, you need less visibility&lt;/p&gt;

&lt;p&gt;If a choice is hidden, you need extreme ease&lt;/p&gt;

&lt;p&gt;Either side of the equation can compensate for the other&lt;/p&gt;

&lt;p&gt;What's below the line? Nothing happens. Fix one variable, and you cross the threshold.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How to Audit Your Design (The Right Order!)&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;When a feature isn't getting adoption, designers often blame motivation. "Users just don't care!"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But that's usually wrong&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Follow this checklist instead:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Can users see the choice&lt;/strong&gt;?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Is the button visible above the fold?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Do they know when to act?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Is it clear what happens next?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Fix: Improve salience. Make it impossible to miss.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Is it easy enough&lt;/strong&gt;?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;How many clicks/taps does it take?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Are there unnecessary forms?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Does it fit into their current flow?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Fix: Apply simplification. Remove friction ruthlessly.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Only then — what's the default&lt;/strong&gt;?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Are users opting in or staying out?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Could a smart default help without coercion?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Can they change it easily later?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Fix: Set helpful defaults. Respect the ability to change.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;💡&lt;br&gt;
&lt;strong&gt;Remember:&lt;/strong&gt; Fixing visibility and ease is the priority. If your choice is invisible or takes 20 minutes, no amount of motivation will help.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Real-World Example: Google Forms&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Google Forms became the go-to survey tool by mastering several nudges simultaneously.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Nudge&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;How Google Delivered It&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Defaults&lt;/td&gt;
&lt;td&gt;Pre-filled templates reduce decision paralysis&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Simplification&lt;/td&gt;
&lt;td&gt;Drag-and-drop interface requires zero technical skill&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Social Norms&lt;/td&gt;
&lt;td&gt;"Used by millions" signaling creates trust&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Feedback&lt;/td&gt;
&lt;td&gt;Real-time preview shows exactly what respondents see&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Salience&lt;/td&gt;
&lt;td&gt;Clear CTA: "Send form" button always visible&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;em&gt;Result? Millions of daily active users. Because good choice architecture removes barriers.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;Apply This to Your Design Today&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Pick a behavior you're trying to encourage. Now ask:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Question&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Your Answer&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;Is there a clear, visible choice&lt;/strong&gt;?&lt;/td&gt;
&lt;td&gt;Yes / No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;Is the path of least resistance aligned with the desired behavior&lt;/strong&gt;?&lt;/td&gt;
&lt;td&gt;Yes / No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;Are you respecting freedom of choice&lt;/strong&gt;?&lt;/td&gt;
&lt;td&gt;Yes / No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;Could this be perceived as manipulative&lt;/strong&gt;?&lt;/td&gt;
&lt;td&gt;Yes / No&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Any box unchecked? That's your fix.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;A Word on Ethics&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;With great power comes responsibility&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Thaler and Sunstein emphasize two rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Help people do what they already want to do.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Preserve their freedom to choose.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;💡&lt;br&gt;
&lt;strong&gt;Ethical Framework:&lt;/strong&gt; Ask: "Would I be comfortable if everyone knew how I designed this choice?"&lt;/p&gt;

&lt;p&gt;Good nudges:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Help people succeed&lt;/strong&gt; — Organ donation, retirement savings, health outcomes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Preserve autonomy&lt;/strong&gt; — Opt-out is always available and obvious&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Build long-term trust&lt;/strong&gt; — Not short-term engagement at the cost of reputation&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Bad nudges:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Exploit for profit&lt;/strong&gt; — Fake countdown timers, hidden fees, forced continuity&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Trap users&lt;/strong&gt; — Confirm shaming, roach motel patterns&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Hide information&lt;/strong&gt; — Small print, buried settings&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Avoid dark patterns. Design for user success, not just business metrics. Long-term trust beats short-term wins.&lt;/strong&gt;&lt;/p&gt;




&lt;blockquote&gt;
&lt;h3&gt;
  
  
  &lt;strong&gt;&lt;em&gt;What's Coming Next in This Series Upcoming articles will cover:&lt;/em&gt;&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Persuasive Technology — BJ Fogg's work extended into product design&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Hick's Law and decision fatigue&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Jakob's Law and user expectations&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Peak-End Rule for memory retention&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Fitts's Law and target sizing&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Each piece builds on the last while standing alone for new readers.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;My goal is to make these concepts accessible to anyone starting in UX — no jargon dumps, no gatekeeping.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Wrapping Up&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Nudge Theory doesn't promise magic. But it does give you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;A diagnostic framework for stuck features&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;A prioritized checklist for improvement&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;A common language for your team&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Remember: Choice architecture shapes behavior. Design it responsibly.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;About the Author&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I'm Ribin K Roy — software developer, UI/UX designer, and student learning in public. I document what I pick up along the way.&lt;/p&gt;

&lt;p&gt;This series exists because I've found that the best way to solidify my own understanding is to write it down in plain language. If you're new to UX design or just want to brush up on fundamentals without wading through dense textbooks, welcome. You're in the right place.&lt;/p&gt;

&lt;p&gt;If you found this helpful, subscribe or follow wherever you're reading. The next article drops soon.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fc57xmu13kwz91jsi2z7t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fc57xmu13kwz91jsi2z7t.png" alt="footer" width="799" height="252"&gt;&lt;/a&gt;&lt;/p&gt;




</description>
      <category>nudgetheory</category>
      <category>uxdesign</category>
      <category>productdesign</category>
      <category>choicearchitecture</category>
    </item>
    <item>
      <title>UX Unpacked</title>
      <dc:creator>Ribin K Roy</dc:creator>
      <pubDate>Sat, 01 Aug 2026 15:53:41 +0000</pubDate>
      <link>https://dev.to/ryson_theo/ux-unpacked-30jd</link>
      <guid>https://dev.to/ryson_theo/ux-unpacked-30jd</guid>
      <description>&lt;p&gt;&lt;strong&gt;Essential frameworks, one concept at a time&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Why This Matters to You
&lt;/h3&gt;

&lt;p&gt;Imagine you've spent weeks designing a feature. You launch it — and crickets. Nobody uses it.&lt;/p&gt;

&lt;p&gt;Sound familiar?&lt;/p&gt;

&lt;p&gt;The problem might not be bad design. It might be that your users simply weren't set up to take the action you wanted.&lt;/p&gt;

&lt;p&gt;This brings us to the Fogg Behavior Model.&lt;/p&gt;

&lt;p&gt;Created by Dr. BJ Fogg at Stanford University, this framework has been cited in over 1,900 academic papers and adopted by product teams worldwide. It's also one of the simplest frameworks in design. Five minutes to explain. Lifetime to master.&lt;/p&gt;

&lt;p&gt;By the end of this article, you'll be able to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Predict when users will perform a behavior&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Diagnose why a feature isn't being adopted&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Apply practical fixes to your designs immediately&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is the first installment of UX Unpacked — a series where I break down essential UX concepts, one framework at a time. Each piece stands alone while building toward deeper fluency. No jargon dumps. No gatekeeping. Just clarity.&lt;/p&gt;

&lt;p&gt;Let's begin.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Core Formula:
&lt;/h3&gt;

&lt;p&gt;B = MAP Here's the entire model in one line:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Behavior = Motivation × Ability × Prompt&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Or, translated into plain English:&lt;/p&gt;

&lt;p&gt;A behavior happens only when Motivation, Ability, and a Prompt all align at the same moment.&lt;/p&gt;

&lt;p&gt;If any one of these three pieces is missing, nothing happens.&lt;/p&gt;

&lt;p&gt;No complexity. No hidden variables. This is the ceiling and the floor.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;The Three Ingredients&lt;/strong&gt;
&lt;/h3&gt;

&lt;h2&gt;
  
  
  1. Motivation — Do I want to do this?
&lt;/h2&gt;

&lt;p&gt;Motivation is your user's desire to perform an action. The catch: motivation fluctuates wildly. A user who's highly motivated today might be unmotivated tomorrow.&lt;/p&gt;

&lt;p&gt;Three sources of motivation:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Type&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;What It Means&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Person&lt;/td&gt;
&lt;td&gt;Internal desire&lt;/td&gt;
&lt;td&gt;I love cooking, so I download recipe apps&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Advantage&lt;/td&gt;
&lt;td&gt;External reward or consequence&lt;/td&gt;
&lt;td&gt;I complete tasks to earn a bonus&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Context&lt;/td&gt;
&lt;td&gt;Environmental influence&lt;/td&gt;
&lt;td&gt;Everyone in my team uses Slack, so I do too&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;💡&lt;br&gt;
&lt;strong&gt;Design Tip:&lt;/strong&gt; Don't try to manufacture motivation from scratch. Instead, connect your feature to motivations that already exist in your users' lives.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Ability — Can I do this easily?
&lt;/h2&gt;

&lt;p&gt;Ability is about simplicity. Even highly motivated users won't act if something is too hard.&lt;/p&gt;

&lt;p&gt;Five factors that make things harder:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Time — Does it take too long?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Money — Is it expensive?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Physical effort — Does it require clicking 20 times?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mental energy — Is it confusing?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Routine fit — Does it disrupt their workflow?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💡&lt;br&gt;
&lt;strong&gt;Design Tip:&lt;/strong&gt; The easiest fix is almost always to reduce friction. Remove steps, pre-fill fields, default to sensible choices.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Prompt — Am I reminded to do this?
&lt;/h2&gt;

&lt;p&gt;The prompt is your trigger. Without it, no matter how motivated or able your user is, nothing happens.&lt;/p&gt;

&lt;p&gt;Three types of prompts:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Type&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;When to Use&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Facilitator&lt;/td&gt;
&lt;td&gt;High motivation, low ability&lt;/td&gt;
&lt;td&gt;A step-by-step wizard guides setup&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Signal&lt;/td&gt;
&lt;td&gt;High motivation, high ability&lt;/td&gt;
&lt;td&gt;A subtle icon reminds them to click&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Spark&lt;/td&gt;
&lt;td&gt;Low motivation, high ability&lt;/td&gt;
&lt;td&gt;A limited-time offer nudges them to act&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;💡&lt;br&gt;
&lt;strong&gt;Design Tip:&lt;/strong&gt; Prompts should be timely and noticeable — but not annoying. A well-placed button beats an ignored notification.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;The Action Line: Where Behavior Happens&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Imagine a graph showing motivation on the vertical axis and ability on the horizontal axis, with a curved line separating where behavior happens from where it doesn't.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbd9sr06iphma3irgx9i7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbd9sr06iphma3irgx9i7.png" alt="Where Behavior Happens" width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key insights:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;If a behavior is very easy, you need less motivation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If a behavior is hard, you need lots of motivation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Either side of the equation can compensate for the other&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What's below the line? Nothing happens. Fix one variable, and you cross the threshold.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fynodz6bf89mtij3dumuf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fynodz6bf89mtij3dumuf.png" alt="Debug Missing Behavior" width="798" height="256"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Debug Missing Behavior (The Right Order!)
&lt;/h2&gt;

&lt;p&gt;When a feature isn't getting adoption, designers often blame motivation. "Users just don't care!"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But that's usually wrong.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Follow this checklist instead:
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Is there a prompt?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Can users find the button?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Do they know when to act?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Is it clear what happens next?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Fix: Make the prompt visible and well-timed.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Is it easy enough?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;How many clicks/taps?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Are there unnecessary forms?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Does it fit into their current flow?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Fix: Remove friction. Make it stupidly simple.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Only then — do they want to?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;What's in it for them?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Does it connect to an existing desire?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Have you removed barriers that kill motivation?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Fix: Tie your feature to real user goals, not business goals.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;💡&lt;br&gt;
Remember: Fixing motivation is the last resort. If your prompt is invisible or your flow takes 20 minutes, no amount of excitement will help.&lt;/p&gt;




&lt;h2&gt;
  
  
  Real-World Example: BeReal
&lt;/h2&gt;

&lt;p&gt;BeReal exploded in popularity by nailing all three ingredients.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Ingredient&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;How BeReal Delivered It&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Prompt&lt;/td&gt;
&lt;td&gt;Daily notification at a random time — surprising and impossible to ignore&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ability&lt;/td&gt;
&lt;td&gt;One photo, under 2 minutes, no editing. Stupidly simple&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Motivation&lt;/td&gt;
&lt;td&gt;Authenticity + social connection + FOMO among Gen Z&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;em&gt;Result? Apple's 2022 iPhone App of the Year. All because all three converged.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Apply This to Your Design Today
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fg8jo378cw8cbr8zo9foh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fg8jo378cw8cbr8zo9foh.png" alt="Apply This to Your Design Today" width="800" height="294"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Pick a behavior you're trying to encourage. Now ask:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Question&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Your Answer&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Is there a clear, timely prompt?&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes / No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Is the action as easy as possible?&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes / No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Does the user genuinely want to do this?&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes / No&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Any box unchecked? That's your fix.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  A Word on Ethics
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;With great power comes responsibility.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Dr. Fogg himself emphasizes two rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Help people do what they already want to do.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Help people feel successful.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;Avoid dark patterns: fake countdowns, hidden costs, manipulative notifications. Design for user success, not just business metrics. Long-term trust beats short-term wins.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;blockquote&gt;
&lt;h3&gt;
  
  
  &lt;em&gt;What's Coming Next in This Series Upcoming articles will cover:&lt;/em&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Mental models for interaction design&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Hick's Law and decision fatigue&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jakob's Law and user expectations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Peak-End Rule for memory retention&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fitts's Law and target sizing&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each piece builds on the last while standing alone for new readers.&lt;/p&gt;

&lt;p&gt;My goal is to make these concepts accessible to anyone starting in UX — no jargon dumps, no gatekeeping.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Wrapping Up
&lt;/h2&gt;

&lt;p&gt;The Fogg Behavior Model doesn't promise magic. But it does give you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;A diagnostic framework for stuck features&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;A prioritized checklist for improvement&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;A common language for your team&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Remember: B = MAP. When a behavior isn't happening, one piece is missing. Find it, fix it, move on.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  About the Author
&lt;/h2&gt;

&lt;p&gt;I'm &lt;a href="https://dev.to/ryson_theo"&gt;Ribin K Roy&lt;/a&gt; — software developer, UI/UX designer, and student learning in public. I document what I pick up along the way.&lt;/p&gt;

&lt;p&gt;This series exists because I've found that the best way to solidify my own understanding is to write it down in plain language. If you're new to UX design or just want to brush up on fundamentals without wading through dense textbooks, welcome. You're in the right place.&lt;/p&gt;

&lt;p&gt;If you found this helpful, subscribe or follow wherever you're reading. The next article drops soon.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fj9zpqs34ihb98xkv4gvp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fj9zpqs34ihb98xkv4gvp.png" alt="footer" width="799" height="252"&gt;&lt;/a&gt;&lt;/p&gt;




</description>
      <category>uiux</category>
      <category>beginners</category>
      <category>uxdesign</category>
      <category>ux</category>
    </item>
  </channel>
</rss>
