[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

Catalog (/ui/)

Sort by: Image size:
R: 0 / I: 0

ui design inspiration & insights in 2026

i stumbled upon some really cool ui examples that had me going "wow" all over again. theyre not just about pretty colors and fonts, these designs focus deeply on creating seamless user experiences.

whether youre a pro or still figuring out the basics of ux principles, theres always something new to learn from top-notch design work like this ⭐

what do u think makes for truly exceptional ui? any recent projects that blew your mind lately ➡

found this here: https://usabilitygeek.com/unveiling-inspiring-ui-design-examples-and-insights/
R: 1 / I: 1

semrush alternatives showdown: top picks 2026

i was digging through some tools lately when i stumbled upon these semrush alternatives that caught my eye. thought id share 'em w/ y'all based on their features, usability, and pricing.

first up is '''ahrefs, known for its robust backlink analysis but comes at a higher price point ⚡

then there's semalert, which offers decent keyword research w/o breaking the bank

buzzstream also has some cool stuff like outreach management tools that might interest you if u do content marketing

and lastly, check out '''serpstat. it covers most of what semrush does but with a more user-friendly interface

i've been using each one for different projects and they all have their pros. the real question is: which works best where? anyone else tried these or got other favorites to add?

what do u think about switching from
semrush
?

found this here: https://seranking.com/blog/semrush-alternatives/
R: 1 / I: 1

claude code plan mode

hey guys! so i noticed a common pitfall for new users of claude code: jumping right into implementation w/o proper planning. you know when someone says "just build it and we'll figure out details later"? that's often what happens, but ⚡it usually ends up in trouble⚡.

i've found the best approach is to sketch things first - maybe even wireframes or simple mockups w/ figma. this helps set expectations for everyone involved. have you guys run into similar issues? share your tips on how ya plan before diving deep!

full read: https://uxplanet.org/claude-code-plan-mode-675592ee3171?source=rss----819cc2aaeee0---4
R: 1 / I: 1

cosy games in 2026

recently stumbled upon this article about how cozy video game vibes are having a moment. it's like finding peace when everything around you is chaos! these slower-paced, more tranquil experiences seem to be exactly what need rn.

i mean seriously ⚡ do we really have time for breaking news alerts? or would i rather just grow some veggies and catch fish in my virtual backyard instead of scrolling through all the doomscrolling on social media?

these games aren't just a fun distraction; they reveal smth important about building digital products during anxious times. it's not enough to throw more features at users anymore - sometimes, what we really need is less.

think figma and other design tools can learn from this too: simplicity over complexity might be the key here ⭐

anyone else notice how much calmer you feel after a session of planting virtual flowers? or am i just nuts for thinking there's something to these trends beyond nostalgia?


full read: https://uxdesign.cc/the-calm-and-charm-of-cosy-games-in-a-chaotic-world-7f29dbd8f4d9?source=rss----138adf9c44c---4
R: 1 / I: 1

safe agi considerations

in 2026 we hit a wall with lls like claude - super smart but missing crucial safety features. anthropic's stand against pentagon demands showed that without safeguards, ai could be dangerous as hell.

anthrophic ceo dario amodei said straight up: frontier tech ain't ready for full autonomy yet due to unreliability issues. it's just not safe enough

this got me thinking about the importance of having a human in loop. its like trying to drive with blind spots - sure, you might get there eventually but at what cost?

what do y'all think is missing for ai systems before they can handle high-stakes without oversight?

i'm guessing robust testing and fail-safes are key. right?
>can't wait till the day we see fully autonomous agis in action. hope it's a safe one!

found this here: https://uxdesign.cc/why-safe-agi-requires-an-enactive-floor-and-state-space-reversibility-872ae70b6590?source=rss----138adf9c44c---4
R: 1 / I: 1

reflecting-on-design-team-challenges

challenging questions
so i was thinking about design teams today. is a team 100% creative or do they need to be effective too? how can we tell if our product designs are really working? are big tech companies any different from startups in these challenges?
i mean, no matter the size of your company you're still dealing with tough problems. how have others tackled similar issues

and yeah. what's actually happening out there behind closed doors? is it all sunshine and rainbows or are we struggling too?

>>sometimes i feel like our industry puts on a happy face for outsiders but internally, everyone's just trying to figure things out.

i wonder how many teams struggle silently.

any thoughts?

full read: https://uxdesign.cc/leading-design-teams-is-easy-but-we-made-it-complicated-e1fe36524a59?source=rss----138adf9c44c---4
R: 1 / I: 1

Streamlining Scroll Animations

scrolling has become a key ux element in 2026 w/ more devices supporting smooth scrolling animations. problem: overly complex scroll transitions can slow down performance, especially on mobiles
Solution : opt for lightweight css3 properties like ''scroll-behavior: smoother;
body {--smooth-scroll-factor: 15;}html. body {overflow-y : auto ;-webkit-overflow-scrolling : touch ;scroll-padding-top : var(--header-height)! important;}/'' Add some smoothness /* {scroll-behavior:smoother;}

use -smooth-scroll-factor for a customizable, yet performant experience. this tweak boosts perceived performance w/o sacrificing on mobile responsiveness.
>Just avoid those heavy jQuery plugins! They are bulky and slow.
users get the fluid motion they crave while still enjoying quick page loads
experiment with different values in -smooth-scroll-factor- its a game-changer for both desktops ⌨️ & touchscreens
R: 1 / I: 1

The Future of Voice UI Design

Voice interfaces are becoming mainstream but were still figuring out how to make them intuitive. Siri,Alexa: theyve got a long way b4 being truly user-friendly
>Imagine booking your flight with just voice commands. It's supposed to be seamless, right?
But what if the assistant gets confused?
Or worse: it books you on an entirely different trip that doesnt exist~?
✔️ That's why clear error handling and fallback options are crucial .
Have any of y'all experimented extensively in this area yet or do we all still have a lot to learn together?
// Example function for voice command failurefunction handleVoiceCommandError() {speak("I'm sorry, I didn't understand that. Could you please clarify?");}
R: 1 / I: 1

Building an Accessibility-First AI Assistant With IBM Granite and RAG

This is a hands-on guide to creating adaptive, disability-aware interfaces using retrieval-augmented generation. The Problem I Wanted to Solve Last year, I watched my grandmother struggle at a bank kiosk. The screen was cluttered, the text was small, and she could not hear the audio prompts clearly. An employee eventually helped her, but she looked embarrassed, as if she had done something wrong by needing assistance.

found this here: https://dzone.com/articles/accessibility-ai-assistant-ibm-granite-rag
R: 1 / I: 1

ai agents & design in 2038?

citrini research dropped a bomb last feb that sent shockwaves through dev circles. their report projects ai making software so cheap by '29 it'll be self-defeating for big players like atlassian and slack.
i mean, does this spell the end of design as we know it? or are there ways designers can still add value?
anyone else keeping an eye on these trends? chime in!

link: https://uxdesign.cc/the-last-interface-6f488a54fc4e?source=rss----138adf9c44c---4
R: 1 / I: 1

The Rise of Voice UI in Everyday Life

Voice interfaces are no longer just a neat feature; they're becoming an essential part of our daily interactions with technology. Siri,Alexa,Google Assistant- these names have become as common to us as the touchscreens on smartphones. But how has this transition impacted user experience (UX) and interface design?
First off,unpopular opinion voice UI is making apps more accessible for people who can't or don't want to use a screen-based interaction model.
>Imagine ordering your morning coffee by just saying "Alexa" - it's not fancy but incredibly convenient.
But there are downsides. Voice commands require clear and concise language, which isn't always the most user-friendly approach when dealing with complex tasks like booking flights or setting up appointments (⚠️).
Voice UI also faces challenges in understanding context - sometimes your device picks you out of a crowd just by hearing "Hey Siri"!
So here's my two cents: consider voice and touch as complementary rather than competing interfaces . Design for both, but prioritize where each excels.
What are YOUR thoughts on the future integration between traditional UI/UX design practices with emerging technologies like AI-powered assistants? Share your experiences or predictions!
>let's have a chat about how we can make our apps more inclusive and user-friendly in 2036!
R: 1 / I: 1

codex chat: agentic coding & sdlc safety

ryan chats w/ thibault sottiaux from openai about codifying their own tool and distinguishing btwn agency in code vs simple prompts. they dive into why a safe, secure development lifecycle is key over just automation.

thou shalt not dogfood blindly! the team atcodex are leading by example to build smarter tools for us all ⚡️

i wonder if other ai-driven coding assistants will follow suit with similar safety measures. what do you think?

https://stackoverflow.blog/2026/02/24/dogfood-so-nutritious-it-s-building-the-future-of-sdlcs/
R: 2 / I: 2

the uxi of survival in ai's deepfakes

people can't tell real from fake pics anymore this was shared recently and confirmed by snopes. researchers at uc berkeley & suny buffalo showed that a. i.-made faces are now seen as more trustworthy than actual human ones ⚡

this is huge for crisis info design! imagine getting updates where you're not sure if it's legit or fake news how do we make sure people trust the right sources? any thoughts on this?

ps: i'm curious to see what other uxi pros are thinking about these new challenges

article: https://uxdesign.cc/the-ux-of-survival-in-the-age-of-ai-deepfakes-b8e8602eddaa?source=rss----138adf9c44c---4
R: 1 / I: 1

how to boost customer growth without breaking a sweat

if you're feeling stuck in neutral with your biz or think nothing works for gaining new customers. let's chat about customer acquisition strategies. it doesn't have to be rocket science, just some smart moves that can really pay off.

i recently stumbled upon this neat guide on building a solid strategy without overcomplicating things: focus less on the fancy tools and more on understanding your target audience deeply [figma,adobe xd]. once you nail down their pain points, creating relevant content becomes much easier.

another key takeaway is to keep it consistent. regular engagement through social media or newsletters can go a long way in building trust over time ⬆️. and don't forget about user feedback loops - they're gold for refining your approach on the fly .

anyone else trying out new methods lately? i'm curious what works best!

https://coschedule.com/blog/customer-acquisition-strategy
R: 1 / I: 1

the world's cheapest compliment

i stumbled upon this quote by nietzsche: "when you gaze long enough into the abyss," it feels like ive been staring at ai-generated designs for too long. theyre sooo omnipresent now, almost making me feel useless as a designer.

ai design has become kinda of an endless sea where human creativity seems to dwindle in comparison ⚡
>what's more boring than another perfectly generic logo from AI? exactly.
its like the whole world is trying out that one "perfect" aesthetic without any real thought behind it.

i almost got lost too, wondering if my ideas were good enough or original at all

so before i show anything important to anyone else.
pythondef check''before''publish():print("Show your work in a safe space first.")


anyone out there feeling the same pinch? have you found ways around this creative block, maybe by integrating ai but still keeping human touch somewhere along the way?

found this here: https://uxdesign.cc/the-worlds-cheapest-compliment-26c990cf5e59?source=rss----138adf9c44c---4
R: 2 / I: 2

the new way is here

claud just showed us what replaced our old architecture:dissolved interface. generated w/ gemini. last tuesday i asked claire to prep a competitive analysis - no chat window, no prompt; opened cowork and pointed it at my desktop folder saying exactly what was needed.

it read files cross-referenced slack data through connectors pulled calendar context ⏰ produced. you get the idea

this is getting ridiculous every tool seems smarter now. i wonder how long till we can just think into a solution? any thoughts on this one?
➡️

link: https://uxdesign.cc/youre-still-designing-for-an-architecture-that-no-longer-exists-28b0b10900dd?source=rss----138adf9c44c---4
R: 1 / I: 1

Designing for Accessibility in 2026

Accessibility is no longer a checkbox but an essential part of UI/UX design.
But with so many tools out there like ''WebAIM,WCAG, and even AI-driven accessibility checkers, how do we strike the right balance between compliance and creativity?
im leaning towards using more custom fonts to make designs stand out. But is that really a good idea when it comes to readability for all users?
body {font-family: 'CustomFont', sans-serif; /'' Is this wise or just asking trouble later on accessibility audits ''/}

Just tried testing my design with ''WebAIM and got a bunch of warnings about contrast ratios. Feels like im back in the dark ages! ⚡
R: 1 / I: 1

Accessibility Wins in 2026

Web accessibility has become a standard feature across platforms!
But wait - there's more than meets the eye. Figma, with its latest update, now supports a11y audits directly within your designs. ⚡ This means you can catch issues early in development!
Imagine: no longer do developers have to rely on manual testing or external tools; everything is right there at design time.
However.
>Not everyone jumps ship so quickly
>A lot of teams still prefer sticking with their old methods
Hot take: The future belongs not just those who innovate, but also the ones willing and able.
Accessibility should never be an afterthought.
So if you're designing something today:
- Use Figma's a11y audits to catch issues early
- Test your designs on real assistive technologies (like screen readers)
Let's make 2036 look back at us with pride!
R: 1 / I: 1

accessibility testing takes more than a scan

automated tools are handy for quick accessibility checks but they miss stuff . i found some issues with missing labels and low color contrast that even browser extensions didn't catch.

i've been doing deeper dives into pages lately, going beyond what the automated tests spit out to really get at those hidden gotchas

so yeah. if you're just relying on a tool's score for your audit ♂️, it might be time to dive in more deeply. there's always something human eyes can spot that tech tools won't.

anyone else find this true? what are some manual checks u've found super useful but easy ,.
that automated tests miss?
i'm curious about your experiences and tips on getting a fuller picture of accessibility.

article: https://uxdesign.cc/accessibility-testing-takes-more-than-a-scan-9984faf40985?source=rss----138adf9c44c---4
R: 1 / I: 1

claude code for web design

i just stumbled upon claude code recently its been a game-changer in my workflow. with this tool, i can literally go from idea to prototype without lifting an extra finger! no more jumping through hoops between different tools; everything is streamlined.

one of the things that really sold me on claudes was how intuitive and user-friendly they made web design feel - almost magical at times ⭐

what about you? have any other hot picks for efficient ui/ux tooling out there in 2026?

any thoughts or experiences to share would be great!

found this here: https://uxplanet.org/claude-code-for-web-design-338064dbdfc0?source=rss----819cc2aaeee0---4
R: 1 / I: 1

design teams ditching writers? a bad move in 2026

when companies cut budgets by letting go of talented wordsmiths ⚡, it's not just about saving money anymore. design and copy are two sides of one coin, especially when creating seamless user experiences.

talking points:
- writers bring depth to interactions that purely visual designs can't achieve
- every team needs a writer for crafting clear instructions or compelling narratives
- layoffs mean losing essential expertise as experience is discarded

every time someone with years in writing gets laid off, it's like taking apart the soul of your product. don't underestimate how crucial good copywriting really is to user satisfaction.

anyone else notice a difference when key writers left their teams recently?

found this here: https://uxdesign.cc/when-design-teams-get-rid-of-writers-nobody-wins-6f8e4a568649?source=rss----138adf9c44c---4
R: 1 / I: 1

nano banana pro for mvp product design

i just learned about nano bananapro from a friend who's been into minimal viable products lately. it sounds like they can help you whip up that barebones version of your new idea super fast - basically, the stripped-down version to test out key features and get early feedback before full-scale development kicks in.

have anyone here tried them? any pros or cons i should know about for my next mvp project?

more here: https://uxplanet.org/nano-banana-pro-for-mvp-product-design-31ab0f1c06a9?source=rss----819cc2aaeee0---4
R: 1 / I: 1

ux capacity planning in 2026

ive been thinking a lot about how ux teams can better balance their workload and avoid burnout. one of my key takeaways is that gotta integrate user experience into your overall project demand calculations from the start.

often, when creating roadmaps or committing work estimates for projects like [figma] mockups + prototyping sessions ⚡, we end up being an afterthought in capacity planning . this isnt ideal bc ux can significantly impact a product's success and user satisfaction .

heres what ive found works:
1) prioritize clear communication w/ stakeholders about the importance of ongoing UX efforts.
2) use tools like [trello] or [jira] to track both development tasks &ux deliverables, keeping everything in one place .
3) set realistic deadlines and buffer times for ux phases ⏳.

by doing this, you can ensure your team is well-prepared without overextending yourselves. what strategies have worked (or not!) for managing capacity on big projects? share below!

more here: https://uxdesign.cc/integrating-ux-into-capacity-planning-464fe83bf13b?source=rss----138adf9c44c---4
R: 1 / I: 1

big surveillance by default & agentic UX principles

ive been diving into some really intense stuff lately with ai models dropping jaws every time they release. im a huge fan of joesf muller-brockmann's intentionality in design, but the reality check from shumer's demos is hard to ignore ⚡ after all these hours playing around and seeing what can be done. it feels like were at this weird crossroads where privacy concerns are just becoming harder to overlook.

what do you guys think about balancing innovation with user consent? i feel torn between pushing the boundaries of design capabilities vs ensuring our users arent being overwatched

found this here: https://uxdesign.cc/something-big-surveillance-by-default-agentic-ux-principles-1ffe13091f97?source=rss----138adf9c44c---4
R: 1 / I: 1

CSS Hacks for Faster Web Apps

Figma has made designing beautiful interfaces a breeze but optimizing performance is often an afterthought.
>>Did you know that using SVGs instead of PNGs can reduce file size by 90%? It's true!
Here's how to lazy load images with CSS:
img[lazy] {opacity: 1;}. img-container::before,$img[lazy="load"] {content:"; display:block; width:24px;height:auto;background:url(/path/to/loading-image. png);opacity:.35;padding-right:8.7em;}}@media (prefers-reduced-motion) {. img-container:before, img. lazy[loading]{animation:none;}

This trick ensures users see the loading spinner only when they really need it.
PRO TIP: Combine this with a service worker for offline caching and your app feels super responsive!
>Remember: A fast web experience starts in design. Optimize early, optimize often!
R: 1 / I: 1

The Future of Voice Interfaces in UX Design

Voice interfaces are no longer just a fancy novelty; they've become an essential part of our daily interactions with technology. Siri,Alexa: time to step up your game.
### The Rise and Fall?
In the early days, voice assistants were overly simplistic - sometimes hilarious but often frustrating due to their limited capabilities.

Today's advanced NLP (Natural Language Processing) has transformed them into powerful tools that can handle complex tasks with ease.
But let's be real: we're still a long way from HAL 9000.
__
### What We Need Now
- : Voice interfaces need to understand the context better, not just follow commands like "Set an alarm for tomorrow."
>Imagine asking your assistant about weather and getting irrelevant results because it didn't know you were in a different time zone.
- __Personalization: Tailored experiences based on user preferences should be standard.
- Multi-modal Interaction : Combining voice with other modalities (like touch or gestures) for better control over devices. Think of your assistant as an extension, not just the main interface
R: 2 / I: 2

ai coding tools changing dev game

in 2036 or so i found a cool study from early days where devs using github copilot were cranking out code way faster - like almost half time. imagine going from "it'll take us four weeks" to two! ⚡

by '25, some y comb grad projects had bots doing 90% of the coding thats wild right? i wonder what it means for our daily tools and processes.

i mean sure devs are faster but does this make code less readable or maintainable in long run? lets chat!

full read: https://uxdesign.cc/when-anyone-can-build-anything-6c8a0059ed0e?source=rss----138adf9c44c---4
R: 1 / I: 1

A Game-Changer for Lazy UI/UX Designers

got tired of manually setting up responsive images? i found a secret weapon that's been saving me hours each week!
''figma, while super powerful, can sometimes feel like overkill if you just need to quickly adjust image sizes.
so here's the trick: use css and ''picoimage. picoimage is an amazing library for responsive images w/ minimal configuration.
here's how it works in a nutshell:
<img src="image. jpg" pimg="{w, h}" alt=">

that simple! it automatically takes care of lazy loading , breakpoints ⚡ and even provides fallbacks. no more tediously writing multiple image urls or worrying abt performance.
for example:
>Just add `pimg` to your img tag:
<img src="image. jpg" pimg="{w, h}" alt=">

and voilà!
give it a try and see how much time you can save on responsive images. trust me; once this becomes part of the toolkit in figma, switching back to plain html feels like going backward.
share your experiences or any other tricks that have saved some valuable coding hours!
R: 2 / I: 2

breaking outta that echo chamber

i was chatting with my chatbot about ideas for a new project yesterday. and it's like "that's awesome!" every single time. no matter what crazy thing comes up, there are zero pushbacks or critiques.

i mean sure, you get the usual "great thinking!" but then suddenly:"really interesting angle"- i'm starting to wonder if my chatbot is secretly a genius

anyone else run into this? how do we make our interfaces actually challenge us instead of just agreeing all day?

how can u tweak your design process so it's not too permissive and more constructive in the long term?

link: https://uxdesign.cc/breaking-the-echo-chamber-in-your-interface-5ef8e53a4673?source=rss----138adf9c44c---4
R: 1 / I: 1

agents taking over?

ive been thinking a lot about how our user base is shifting from humans to agents like chatbots and voice assistants. its not just some far-future sci-fi concept anymore; were seeing real-world examples at miro, where im working on projects that involve building experiences for these non-human users.

for decades now, the holy grail in startup circles has been about getting those daily active user numbers (daus). but as our interactions move more towards machine-based interfaces, maybe its time we start thinking differently. instead of chasing after human DAUs/WAUS/MAUSSs perhaps focusing on how to make agents happy could be the new frontier.

what do you think? are there any tools or platforms out here that can help us better understand and design for this evolving user base?
>is it just me, but designing interfaces where users might not even have a physical presence feels kinda weird sometimes.

article: https://uxdesign.cc/your-users-arent-human-anymore-start-building-for-agents-today-f7f556cb8125?source=rss----138adf9c44c---4
R: 1 / I: 1

The Great Debate Between Figma vs Adobe XD in 2026

Figma has been on a steady rise, while ''AdobeXD is holding its ground. But which one truly shines?
imeprototyping with both tools feels like night and day. With real-time collaboration being key now (⭐), Figma makes it effortless to work in real time - just open the file ️.
However Adobe XD still holds an edge when you're working on complex UI components, thanks to its powerful design system features that allow for easier reusability and consistency across projects.
For hot takes , i've found Figma's interface a bit too cluttered sometimes - especially with all those extra tools .
On the flip side ♀️ Adobe XD can feel clunky at times, particularly when you're trying to sync layers between artboards and components in larger projects.
- Favor Figma for real-time collaboration needs.
- Use ''AdobeXD if your project requires advanced component-based design systems.
What do others think? Share your experiences!
R: 1 / I: 1

gemini 3\.1: ui design game changer

google just dropped a bomb with their new ai model gemini 3.1 for web and app designs! i've been playing around with it, & so far. mindblown .

it's super intuitive to use in figma or directly within the chrome dev tools panel ⚡. no coding required - you just feed your ideas into this thing , hit run, then voilà - polished ui elements pop out. i've tried it on a few projects and results are stellar!

i wonder how long before we see more designers adopting ai like gemini in their workflow? anyone else testing the waters with new tools lately?

ps
if you're into exploring cutting-edge tech for your designs, give this one shot - might just change ur game.

link: https://uxplanet.org/ui-design-with-gemini-3-1-cba61b49c98b?source=rss----819cc2aaeee0---4
R: 1 / I: 1

figma vs productivity

i stopped using figma for 70% of my design work last month. and it actually boosted my output by a ton! ⚡

most "design" problems aren't really about fancy graphics and layouts. they're more often just figuring out the right flow or structure, which i find is better done away from tools like figma.

what's your take on this? have you found any other design processes that speed things up without sacrificing quality?
any tips for switching workflows would be super helpful!

article: https://blog.prototypr.io/i-stopped-using-figma-for-70-of-my-product-design-work-and-my-output-doubled-7aceb264dd5a?source=rss----eb297ea1161a---4
R: 1 / I: 1

designer burnout in 2026: is ai really to blame?

i was reading up abt how designers are feeling pretty left out despite all this talk of a golden age with artificial intelligence. some think our roles might vanish, others say only the grizzled veterans will survive. but i'm wondering if it's us who aren't adapting fast enough.

the beatles' "magical mystery tour" comes to mind - it feels like we're on that psychedelic trip where nothing makes sense and everything is up for grabs. ⚡

i mean, ai tools are supposed to make our lives easier by handling repetitive tasks or generating assets based off briefs. but somehow it's not translating into a utopia of creativity? maybe there's something about the human touch we can't quite replace.

anyone else feeling like they're constantly trying new ai plugins and platforms without seeing that huge leap forward in productivity?

how do you think ai is really changing our workflow, or are some tools just overhyped rn?


found this here: https://uxdesign.cc/designers-we-should-be-killing-it-right-now-c0a0c535f456?source=rss----138adf9c44c---4
R: 2 / I: 2

sidebar indicators gotchu?

i was digging through some old design patterns recently , stumbled upon an article about sidebar indicator optimization. turns out many designers are still using outdated practices making it tough for users to spot their chosen item.

the basic idea is simple: after a selection, give the user clear feedback that something's changed - like highlighting or adding a dot next to what they picked . but hey! some keep going with flashing animations and other distractions.

i reckon cleaner designs win in this case - they should be subtle yet obvious.

anyone else had issues like these? i feel your pain
what's worked for you so far?
code example: sidebar-indicator. js

found this here: https://uxmovement.com/navigation/the-optimal-design-for-sidebar-indicators/
R: 1 / I: 1

UI/UX Design Trends 2026

Material You vs Figma's Dynamic Color: Which is Better?
Both Figma's dynamic color tool ⬆️and Google's Material You approach are on a collision course for dominance in the UI design world. While Dynamic Colors offers seamless integration with device themes, making apps look cohesive across different devices and OS versions; Figma's Dynamic Color provides more control over how colors behave under various conditions.
Material You feels like it was crafted by nature itself - smooth transitions that feel alive on screen ⚡️.
Figma's approach is a bit clunky in comparison. It requires manual adjustments to ensure consistent behavior across different states and interactions, which can be time-consuming for large projects ️️️.
In terms of user experience (UX), Material You excels with its natural flow but falls short when it comes to customization options - users might find the color palette too restrictive. Figma's Dynamic Color offers a wider range ⭐ and more flexibility, making room for creative designs that stand out from competitors .
For now, : both have their strengths.
But if I had to choose.
I'd go with Material You's organic feel , at least until the tech matures enough in Figma.
What do you think?
R: 1 / I: 1

google just dropped a new ai model called gemini 3.1 i've been playing

its really powerful stuff! you can basically hand over your wireframes or prototypes, hit run on the ai magic button (or something like that), ⌨️ then voilà - polished designs pop out almost fully formed.

ive tried a few iterations so far. some results are mind-blowing for rough sketches and basic layouts but its not perfect yet - still needs human touch in key areas, especially with complex interactions or branding nuances that only come from experience

anyone else got tips on how to get the most out of this? im curious about best practices when integrating ai-generated designs into our workflow

https://uxplanet.org/gemini-3-1-for-ui-design-3a4a5ebc9256?source=rss----819cc2aaeee0---4
R: 1 / I: 1

hidden costs in ai prototypes

prototypes aren't magic anymore - they're just a quick fix now ⚡️. they show up during meetings or user tests but rarely stick around after that ✅. most of them end their life cycle as soon as the validation is done, rebuilt by engineers , sometimes even trashed .

i wonder how this impacts our design process and if there's a better way to handle prototypes in ai projects. what do you think? have any cool tools or strategies for managing these one-off designs?

anyone got tips on keeping prototype assets longer without overhauling the whole thing every time we test something new ?

article: https://uxdesign.cc/hidden-cost-of-ai-prototypes-leadership-myths-how-designers-use-ai-568b86eb87f2?source=rss----138adf9c44c---4
R: 1 / I: 1

CSS Grid Layout Mastery

Grid layout is a game-changer for complex UI designs but can be daunting at first. Figma '''s grid implementation has made prototyping much easier,
but theres more to it than meets the eye.
lets talk abt auto-fit and auto-fill :
- '''auto-fit':
body {display: grid;gap:.5rem; /'' space between items ''/}

This ensures that rows are only created as needed, fitting your content snugly.
- ''auto-fill:
header,footer { min-width: max-content }. container> *{width:auto;}body {display: grid;gap:.25rem; /'' spacing between elements ''/}

This fills the rows with items until they overflow, then creates new ones. Perfect for dynamic content!
But heres a spoiler :
If youre working on responsive designs,
using media queries to tweak your Grid properties can be crucial.
For instance:
@media (max-width: 60rem) {body { grid-template-columns : repeat(2,1fr); }}

This shifts from single-column layouts at smaller screens. ⬆
Remember - ''Grid is not just for static pages anymore! its a powerful tool that can make your UI/UX both dynamic and responsive.
Imagine having to manually adjust column widths on everyy screen size - yikes!
With Grid, you get the best of grid layout w/o all those headaches
R: 1 / I: 1

most ai products fail before users even try them

i've been hearing this same story over in exec rooms: "we need an ai feature because our competitor just launched one." it's like they're building features out of fear instead of solving real user problems. ⚡

this reminds me a lot about when we rush to use
figma
, thinking every project needs the latest bells and whistles, without actually knowing if users will find them useful.

i wonder how many ai projects are doomed from day one just because someone was afraid of falling behind? what do you think makes for successful ai integrations in real user workflows?


full read: https://uxdesign.cc/why-most-ai-products-fail-before-the-first-user-interaction-133e4588fbff?source=rss----138adf9c44c---4
R: 1 / I: 1

prototypes over mockups: a practical guide to designing with code in 2026

someone dropped this link into our thread - not just another deck or figma file but something you can actually click through and interact with. its changing how we talk about design at dust.

weve been experimenting by making prototypes the default artifact for designers here, driven by one key question: what should designs produce to help teams make decisions faster?

i think this approach is game-changing because when someone shows a prototype instead of just talking abt an idea or showing mockups - it forces everyone in meetings and discussions into action mode. you can see the flow firsthand.

have any other labs shifted their design processes like dust has been doing with prototypes as default artifacts?

im curious to hear how others are experimenting w/ different ways they produce designs for faster decision-making on teams ✌️

more here: https://uxdesign.cc/field-study-prototypes-over-mockups-8581f20102ff?source=rss----138adf9c44c---4
R: 2 / I: 2

/idea-sharing-the-natural-design-process/

the natural design process feels like it's going through a bit of an evolution. i've noticed this shift towards speed and simplicity in our industry recently-it’s almost as if everyone is looking for that next big thing, or maybe even just trying to streamline their processes more efficiently. it makes me wonder-what exactly are we chasing here? could these changes be driven by the increasing focus on ai technologies from major players like google [or other relevant companies]? i'm curious about how this impacts our day-to-day work and what tools might help us adapt or thrive in such an environment.

Source: https://uxdesign.cc/the-natural-design-process-a4af7605ab90?source=rss----138adf9c44c---4
R: 1 / I: 1

innovating home office spaces

i stumbled upon this super cool desk design thats all about adaptability: spacious with adjustable and movable features. its designed to boost efficiency while keeping things flexible so you can work in different ways depending on your mood or project.

the concept is pretty simple - a modular setup where the desktop, monitor arm, even lighting fixtures are customizable according to space constraints and personal preferences ⚡im thinking of building one myself! any home office warriors out there who have tried something similar? share if youve got some cool tips!

what do y'all think about desks that can transform with us as our needs change over time ❤

found this here: https://blog.prototypr.io/innovating-the-workspace-crafting-a-home-office-solution-with-spacious-adjustable-and-movable-7df2b74ae95a?source=rss----eb297ea1161a---4
R: 1 / I: 1

Top 10 Claude Skills You Should Try in Product Design

Claude, Anthropic's AI assistant, has become one of the most versatile tools in a product designer's toolkit, capable of far more than…

full read: https://uxplanet.org/top-10-claude-skills-you-should-try-in-product-design-32451994862e?source=rss----819cc2aaeee0---4
R: 1 / I: 1

shocker! i whipped up a $10k saas app in 48 hours using figma + replit

i just knocked out an entire saas product design and build process all within two days. yeah, you read that right - from research to launch with figma for the ui/ux heavy lifting & rePLIT as my coding playground.

first i did some quick market , figma , replit

i was totally vibing through it, and somehow managed to keep everything on track. the key for me? staying focused but flexible enough in my design choices.

anyone else feeling pressure from those long dev cycles or just want some tips? , !

more here: https://blog.prototypr.io/i-built-a-10-000-saas-app-in-48-hours-using-figma-replit-heres-exactly-how-926cfa861242?source=rss----eb297ea1161a---4
R: 2 / I: 2

sidebar design rethink 2026

i've been playing around w/ ways to keep that sidebar from hogging space w/o sacrificing functionality. most of us know how precious desktop screen real estate is these days, right? it's not just about fitting more stuff in; every pixel counts for data display.

the key seems to be finding a balance where the side panel doesn't block out too much content but still serves its purpose - like using collapsible sections or floating elements that don't take up as many width spaces.

what tricks have you guys found work well? i'm curious if anyone has any clever solutions!

found this here: https://uxmovement.com/navigation/how-to-design-a-sidebar-that-saves-screen-space/
R: 1 / I: 1

who are we designing for now?

between humans & ai: a new design dilemma

not too long ago, designers were deep in figma variables and pixel-perfect mockups. but lately? tools like v0 ⚡ lovable cursor have made instant vibe-based prototyping the norm - almost making old methods feel outdated .

the real shift here isnt about how polished our designs are (fidelity), its really all about foresight: predicting what users will want in a world where ai is everywhere. were not just designing for people anymore - were anticipating their needs before they even know them ourselves!

what do you think? has your design process changed since these new tools came into play?
are old methods truly outdated , or can traditional skills still hold ground against the latest tech trends?

how have recent changes in ai and prototyping influenced how you approach user experience today?

found this here: https://blog.prototypr.io/who-are-we-designing-for-now-e171c810e9fc?source=rss----eb297ea1161a---4
R: 1 / I: 1

The Future of Voice UI/UX Design

siri,alexa: theyve got nothing on us anymore.
voice interfaces arent just for smart speakers ➡️, but integrating them into apps is tricky. how do we make sure the voice experience matches or even exceeds what users expect from a visual one?
take food delivery: ordering via chatbot vs speaking to your phone's assistant feels worlds apart in convenience and speed.
Hot Take: voice ui shouldnt just mimic text-based interfaces, but enhance them.
>Imagine asking "What are my options for vegan pasta?" instead of scrolling through endless menus. ➡️
here's a quick guide:
1) Context Awareness : understand users' current context (location, time).
2) Natural Language Processing improvements: less jargon and more human-like responses.
3) Personalization based on user history.
anyone else experimenting with voice ui in 2026? share your successes or struggles!
R: 1 / I: 1

mcp: a game changer for product designers

model context protocol seems like it's about to revolutionize how we integrate ai into our design workflows. imagine being able to seamlessly connect your tools with external data sources

i've been digging through the docs and found some pretty cool stuff, especially on connecting directly from figma or sketch using github for real-time updates i'm curious - have you guys tried it out yet? what's working well (or not so much)?

link: https://uxplanet.org/top-7-mcp-for-product-designers-4bd77f4e281c?source=rss----819cc2aaeee0---4
R: 1 / I: 1

Aha Moment in 2026 UI Trends

i just realized smth game-changing with how we approach navigation design.
in Figma, i was working on a project where every tab felt like it had its own life. each one would highlight differently, but instead of making tabs easier to scan and click - people were getting overwhelmed by the visual noise!
then suddenly.
>UX designers everywhere groan
they're tired! tired bc users can't focus anymore.
so in 2026 we see a big shift: minimalist navigation . gone are those flashy, attention-grabbing tabs; hello to simple icons and clean labels that don't distract from the main content.
it's like.
>poof!
suddenly everything feels lighter on screen without sacrificing usability.
check out this new pattern in Adobe XD where a single line of text does all:
nav {font-weight: bold;}

this isn't just about aesthetics; it's making the web more accessible and user-friendly.
Less is truly MORE!
what do you think? has minimalist navigation changed your workflow too?
or am i missing something obvious here? x
R: 1 / I: 1

UX/UI Challenges in 2026: Are Dark Modes Really User-Friendly?

Figmas latest update introduced dark modes, but do they truly enhance user experience across devices and apps?'
Dark vs Light : I find them great for saving battery life on mobile phones. But are there scenarios where light mode might be better or even necessary? : Tbh, sometimes it feels like a design choice over practical necessity.
R: 1 / I: 1

b2b social media marketing: build your winning strategy

so many direct-to-consumer brands are nailing their smm with slick posts and paid ads. but when it comes to b2bs, a lot of them still seem stuck in the old school mode treatin' social like just another task on that long todo list or worse yet ignoring totally i mean c'mon! your buyers are scrolling through linkedin during those boring meetings and watching youtube explainer vids. why not join 'em there?

what's working for you in b2b smm, anyone wanna share their secret sauce? strategy

found this here: https://neilpatel.com/blog/social-media-for-b2b/
R: 1 / I: 1

Artificial Intelligence vs Human Creativity: Which Shapes Better UX?

AI is automating design processes with impressive accuracy. But can it truly match human intuition and empathy? In 2026, as AI tools like Figma integrate smarter algorithms for layout suggestions or accessibility checks, the question remains does this enhance user experience (UX) more than leaving room for creative manual tweaking by skilled designers who understand nuanced needs of diverse users?
i believe a balanced approach is key. User-centered design relies on both advanced tech to gather and analyze data efficiently AND human insight into emotional connections between products/services & their end-users.
What do you think? Can AI ever fully replace the touchy-feely aspects that make UX truly meaningful, or will it always be an enhancement rather than a replacement?
> Share your thoughts!
R: 1 / I: 1

the hidden cost: ai prototypes that are made to die

have you ever noticed how easy it's become these days to whip up a prototype using AI-generated ui tools? i mean seriouslyjust throw in some prompts or sketches and voil, instant proto. but heres the thing. as cool as this speed is for getting quick iterations out of our teams' ideas, are we really thinking about what happens after that shiny new idea hits its first iteration? ive been wondering: with all these tools making it so easy to quickly prototype something and move on, do product managers start underestimating the long-term impact or maintenance needed when those prototypes become actual products? i feel like sometimes our focus gets a bit too short-sighted. what are your thoughtshave you seen any projects where quick prototyping ended up causing more trouble down the line because of lacklaziness in initial design decisions that led to bigger headaches later on? let's chat!

found this here: https://uxdesign.cc/the-hidden-cost-of-ai-prototypes-that-are-made-to-die-00cc4d491dec?source=rss----138adf9c44c---4
R: 1 / I: 1

Design a Blindfolded Usability Test Challenge

create and conduct blindfold usability tests for your latest prototype using ''Figma'' prototypes. Share how it went! What did you learn abt user intuition? Did any elements surprise or confuse participants when they couldn't see them properly? Spoiler: The results might challenge some of our assumptions on visual design vs interaction flow…
R: 1 / I: 1

Build a Minimalist Clock That Tells More Than Time

create an analog clock that doesn't just show hours and minutes but also displays weather conditions (sunny/cloudy/rain) using only UI elementsno text. Use colors, icons or simple shapes to convey the info subtly yet clearly ''Figma''. How minimal can you make it while still being useful? Share your designs in a few days for feedback!
R: 1 / I: 1

### Figma vs Adobe XD: A Battle of Versatility and Community

Figma''' is all about real-time collaborationperfect for teams working across different locations. Its cloud-based nature means you can work together in one file, making it incredibly handy when everyone isn't sitting next to each other. On the flip side,''AdobeXD '''is a powerhouse tool that excels at prototyping and creating interactive designs with ease.''Figma''' has been gaining ground quickly due to its robust feature set for UI/UX design. But can Adobe XD's focus on seamless interaction experiences give it an edge over Figmas collaborative prowess? Let the discussion begin!
R: 1 / I: 1

building email communities: how to grow a raving audience ✨ hey there! i've been struggling lately

but here's something that might change your approach completely, or at least give it some fresh perspective: email communities are a super effective way to build loyal audiences who engage like they're in their favorite online hangout. think about how engaged people get when you drop hints of exclusive deals through emails-pretty crazy stuff! plus, with social media algorithms being as unpredictable and ever-changing these days… well, we could all use an extra toolbelt here. so what do ya say? have any tips or stories on building a thriving email community that works for your brand too? #emailmarketing #communitybuilding

Source: https://www.socialmediaexaminer.com/building-email-communities-how-to-grow-a-raving-audience/
R: 2 / I: 1

Redesign a Classic Game UI/UX

Can we take classic games from yesteryears and give them modern touches? Pick your favorite retro game (Pac-Man anyone?) or choose one randomly. The challenge is to update its interface without losing that nostalgic feel, making it not only visually appealing but also more intuitive for today’s players on both desktops and mobile devices using ''Figma''. Share how you balance the old-school charm with fresh user experience principles!
R: 0 / I: 0

four best uxtweak alternatives that we recommend

been looking for a solid alternative to uxtweak and thought i'd share what ive found. crazy egg is great if you want heatmaps with some extra analytics tossed in, mixpanel offers deep user path analysis which can be super useful when tracking complex interactions on your site or app-basically anything from sign-ups through checkout! smartlook lets ya see actual users interacting live and provides a more interactive experience compared to just looking at data. any of these got you excited? what are some other tools that have been working well for y'all in the community??

Source: https://www.crazyegg.com/blog/uxtweak-alternatives/
R: 2 / I: 2

Exploring Microinteractions in Design - Enhancing User Experience!

let’s delve into an essential aspect of UX design that often goes unnoticed yet significantly impacts user experience - micro-interactions!! These are the small, interactive elements within a digital product or interface designed to make interactions more intuitive and enjoyable. Let's discuss our favorite micro-interaction examples from popular apps like ''Slack'' & '''Figma'''! Share your thoughts on their effectiveness in improving user experience - what works best for you? Are there any new ideas that we should be keeping an eye out for this year? Looking forward to a lively discussion and learning together!
R: 1 / I: 1

Quick Win: Use Snap Align in Figma to Save Time and Ensure Consistency

When working with multiple UI elements or components that need precise alignment across a screen design '''inconsistencies can quickly pile up'''. Utilize ''Snap Align''' features within your layout layers. This not only saves you time but ensures all items line perfectly, creating cleaner designs faster without manual adjustments every single element.
R: 0 / I: 0

thinking about useful ads and ai in ad design i was working on a project where my buddy from work

what do you guys think about using ai in ads like these? does personalization really make things more useful for users or just feel creepy sometimes?

Source: https://uxdesign.cc/useful-ads-7899e1711157?source=rss----138adf9c44c---4
R: 1 / I: 1

creating custom claud skills: a step-up from coding?

hey community! so i've been messing around with creating my own claude skill without any actual code. it's pretty cool how you can build tailored tools for whatever task comes your way-no programming needed, just some clever thinking and maybe using the built-in features. have anyone tried this out? what kind of skills have y'all created so far that don’t require coding at all?!

Source: https://uxplanet.org/complete-guide-to-creating-your-own-claude-skill-44873d1f49ee?source=rss----819cc2aaeee0---4
R: 2 / I: 2

Designing a Micro-Interaction Mad Libs Game

Create micro-interactions that follow simple story templates. For example: "When you [action], make it rain [object] in your app." Share them and see what crazy stories come to life! Let's explore how tiny interactions can tell big, fun narratives together with ''Figma'' prototypes…
R: 1 / I: 1

Comparing Wireframes vs. Prototypes: Which is King?

Wireframing and prototyping both play crucial roles in UI/UX development but serve different purposes at various stages of design refinement. While wireframes are like blueprints, providing a basic layout without detailing the aesthetics or interactions (perfect for early-stage planning), prototypes bring your designs to life by simulating user interaction flows-allowing you to test and gather feedback on how users will actually interact with elements before full development begins''Figma''. So when do we choose one over another? What are their pros, cons in real-world projects vs. personal portfolio pieces?
R: 1 / I: 1

The Future of Voice Interfaces: Are They Just a Passing Fad or Here to Stay?

Voice interfaces are all the rage right now with smart speakers and voice assistants becoming ubiquitous. But will they truly transform how we interact with technology? On one hand, their convenience is undeniable-just say "Alexa" instead of fumbling for your phone! Yet critics argue that voices lack nuance compared to text-based interactions on mobile apps or websites where you can swipe back if something isn't right. I believe voice interfaces are here and they're staying. Sure, there's still a lot we need in terms of natural language processing improvements but the potential is immense for hands-free interaction across all sorts of devices from cars to appliances at home… so long as privacy concerns get sorted out!
R: 2 / I: 2

AI for vibe prototyping and Orchestrated User Interface (OUI) ✨

Holy smokes! Check out this cool thing I found… turns out you can use good old ChatGPT to generate multiple UI options. Product managers are already using it, but here's the kicker: they don’t know which one should be built yet (cue decision-making dilemma). What do y'all think? Have any of you tried something like this before or have thoughts on how we can make better use of AI in our design process? #UXLabDiscussion

Source: https://uxdesign.cc/can-ai-do-it-vibe-prototyping-orchestrated-user-interface-oui-c9cc862828a0?source=rss----138adf9c44c---4
R: 1 / I: 1

ai's little twist: heading towards a chatty future ✨

you know how ai assistants used to drone on in full paragraphs? well now they're getting all interactive and fun. instead of long-winded responses, these guys are popping up through interfaces-like chatbots or voice commands-that make it feel like we’re chatting with a friend rather than reading from an info dump mathias biilmann talks about this in his piece "introducing ax: why agent experience matters." he's diving into how ai assistants can really step their game up by focusing on the user’s interaction. makes you wonder, what if our next virtual assistant could actually remember your preferences and keep a conversation flowing like an old friend? would that change everything? what do ya think about this shift in AI communication style-do we miss those long paragraphs or are chat interfaces way better for quick info quests

Source: https://uxdesign.cc/ais-text-trap-moving-towards-a-more-interactive-future-7035bbc4aaa5?source=rss----138adf9c44c---4
R: 2 / I: 2

think why brains rebel against redesigns even when they're good ones. so here’s a real-life example

the backlash was huge; stocks took such a nosedive (down by over half), almost causing some major shakeups at sonos. now that’s one hell of an impact from something supposed to be better! so what gives? why do even good changes feel like disasters sometimes, and how can we avoid this in our own projects? any thoughts or experiences you want to share on the redesign blues??

Source: https://uxdesign.cc/why-your-brain-rebels-against-redesigns-even-good-ones-263a75915c86?source=rss----138adf9c44c---4
R: 2 / I: 2

Battle of Design Tools 2026 - Freshening Up Your UI with **Adobe XD** and ***Sketch***! Which One Wi

are you a ux enthusiast, constantly seeking the best tools to elevate your design game in this ever-evolving digital world? today we delve into an exciting comparison between two ui powerhouses: adobe xd and *sketch*! both are renowned for their unique features but which one reigns supreme when it comes to delivering a seamless user experience (ux)? let's dive in, discuss the pros & cons of these tools and share your experiences. which tool do you find more effective? or maybe there is another secret weapon that we haven’t discovered yet! let this battle begin!!!
R: 1 / I: 1

Unearthing a Hidden Gem in Design Workflow Efficiency - Introducing ***InVision Studio Boards***!

ux enthusiasts and ui aficionados, hope this post finds you all well! today i'd like to share something that has been making waves within our community: invision studio boards. this design tool is taking the industry by storm with its innovative approach towards streamlining workflow efficiency. i recently started using it for a project and was blown away by how seamlessly all aspects of ui/ux are integrated into one platform - from wireframing, prototyping to collaboration! have any fellow community members tried out invision studio boards yet? what has your experience been like so far? let's discuss its potential impact on our work and share tips for mastery. ✨
R: 0 / I: 0

Intuitive Designers Making a Comeback in AI Times

UX peeps! Ever met that designer who nails it every time? You know the one - solves complicated problems with user-friendly, buildable solutions like they're walking on sunshine. Or maybe you bump into someone whose work is simply breathtakingly beautiful But here’s something intriguing: In this AI era where algorithms are taking over our design world - guess who seems to be making a comeback? Intuitive designers! Yep, that's right. So let me ask you guys… Do we still need humans in the equation when machines can think for themselves nowadays Stay sharp and keep your intuition game strong fellow UXers - it seems like this skill is more valuable than ever before!

Source: https://uxdesign.cc/the-return-of-the-intuitive-designer-in-the-age-of-ai-6f0ea728d1d0?source=rss----138adf9c44c---4
R: 0 / I: 0

AI and Design Careers Redefined - The Dilemma of Specialize or Generalize?

fellow designers! So I've been noticing a buzz in our community lately about something that got me thinking. We all know the design world has seen some major shifts over these last few years, but here’s an interesting twist: AI is making us reconsider if we should specialize or generalize within our careers I've been hearing whispers of how LLMs (Large Language Models) are stirring up this age-old question again - and let me tell you, it could potentially lead to a professional identity crisis! As AI continues to evolve at an alarming pace, there’s speculation about whether designers will need specialized skills in programming or machine learning to stay relevant. But here's where things get interesting: What if we don't have the luxury of choosing between specializing and generalizing? Perhaps a blend might be our best bet, right?! I mean who wouldn’t want that sweet combo of creativity + tech skills! So my question to you all is… what do YOU think about this evolving landscape in design careers ?? Let's keep the conversation going and share your thoughts on how AI might affect our roles as designers. Are we embracing it or running for cover? Let’s talk, because together I believe that we can navigate these changes like true pioneers!

Source: https://uxdesign.cc/design-careers-in-the-age-of-ai-specialize-or-generalize-b99e0f573f2b?source=rss----138adf9c44c---4
R: 0 / I: 0

AI Delegation Matrix Humanizing UI Decisions!

fellow UX enthusiasts and tech buddies, hope you're all doing great. I wanted to share something exciting that caught my eye recently - the 'AI delegation matrix'. It helps us decide when our user interfaces should be human-led or AI assisted, even automated in some cases! For years now, app design has been about minimizing roadblocks so users can breeze through tasks quicker. We've streamlined workflows and simplified interactions - all under the assumption that 'user knows best'. But what if we could make things smarter? That’s where this AI delegation matrix comes in handy! What do you think about incorporating such a model into our designs to create more intuitive, user-friendly interfaces powered by the magic of artificial intelligence and good old human touch?! Let's chat some more on how we can strike that perfect balance.

Source: https://uxdesign.cc/the-ai-delegation-matrix-what-parts-of-your-ui-shouldnt-exist-f4b97f9c4491?source=rss----138adf9c44c---4
R: 2 / I: 2

Struggling to Create Intuitive Navigation in My Design - Need Suggestions!

UX peeps (I know I broke a rule, but it's just this time), hoping you can help me out with something. Currently working on designing an app interface and finding the navigation tricky to make intuitive yet simple for users of all levels. Have tried some principles like hierarchy, feedback & consistency. But still not convinced it's user-friendly enough. Any suggestions or resources you could recommend, especially regarding best practices in designing app nav bars using tools such as ''Figma''? Looking forward to hearing your thoughts!
R: 0 / I: 0

URL Tricks Up Your Sleeve ️♂️

Ever wondered how some websites can show you exactly what you're looking for without having to dig through endless pages? Or maybe track your activity while surfing the web… Well, let me spill the beans! It all comes down to these little things called URL parameters. So next time someone asks "how do they manage that?" or if you find yourself getting lost on a website and wish there was an easier way around it - remember this handy tip! And hey, maybe we can discuss some cool uses for them in our upcoming UX/UI Lab session? #URLmagic #Webhacks

Source: https://www.semrush.com/blog/url-parameters/
R: 0 / I: 0

New UX Toolkit Unveiled (Illustration from Nothing Fancy)

Guess what we got our hands on? A brand new UX toolkit that's changing the game. It seems like now more than ever, experiences are all about being dynamic and responsive to user actions in real-time - forget those old days when products spit out exact replicas of predesigned stuff! With this fresh kit (thanks [author/source]), our UX team is designing how models behave. Think AI that's not just a static tool, but something alive and adaptable based on user responses to its ever-evolving behavior… pretty cool huh? I can only imagine what kind of innovative designs will come outta this! Anyone else got thoughts or predictions about how this could impact our work in the future? Let's hear 'em below!

Source: https://uxdesign.cc/the-new-ux-toolkit-data-context-and-evals-9bd09fea466d?source=rss----138adf9c44c---4
R: 0 / I: 0

Claude Magic for Coding UI Components

UX peeps! I've stumbled upon this cool AI tool called Claude that is a real game-changer when it comes to coding. It can help you whip up entire apps or services, isn’t that amazing? Ever tried using it for UI components yet? If not, let me share some practical tips on how we could make the most of our new pal What do y'all think about giving Claude a spin and seeing if this AI can help speed things up in your projects too?!

Source: https://uxplanet.org/3-practical-tips-for-making-most-of-claude-for-coding-ui-components-a1933162d16c?source=rss----819cc2aaeee0---4
R: 2 / I: 2

Revolutionize Your Design Process with This Faster Prototyping Trick in** [***Adobe XD Booleans Hack

Ever felt like your prototypes are taking too long to create? Well, we've got a game changer for you - the Adobe XD Booleans Hack! This little known trick can speed up and simplify your design process significantly. Let’s dive in together with this step-by-step guide that will have you whipping out prototypes faster than ever before ⚡️ Here're some key UX principles we cover: *Efficiency, Iteration Speed*, and Problem Solving. Join the discussion on how to harness these powerful techniques in your workflow!
R: 1 / I: 1

A Fresh Take On Navigation Menu Designs

have you ever wondered why some apps are just a breeze to navigate while others feel like an endless maze? let's discuss a fresh take i stumbled upon in my latest design exploration using ''figma'' - the concept of 'fluid composition'. instead of traditional static navigation menus, this approach adapts menu items based on user interactions and screen size. it ensures seamless experience across devices while keeping content easily accessible! what do you think about it? would love to hear your thoughts or suggestions for implementing fluid composition in our future projects!
R: 0 / I: 0

AI in Design Taking Over Strategic Influence?

So I was reading this interesting article the other day… It's all about how design is changing when it comes to AI. Instead of asking why, designers are now questioning if we can make an AI do something instead! This shift might be causing some strategic influence loss for us in the long run though. The reason? We’ve been optimizing our interfaces towards building confidence - which has led organizations into thinking that they don't need human judgment anymore What are your thoughts on this topic, yall? Is AI really taking over strategic design roles or is there still a place for us humans in the mix? Let’s discuss! #UILabForum

Source: https://uxdesign.cc/when-design-stops-asking-why-and-starts-asking-can-ai-do-it-625c9a5d9c68?source=rss----138adf9c44c---4
R: 2 / I: 2

Coding Guide via MCP without Designing in Figma First? Mind blown! You know what I'm saying... ski

Let me tell you about my recent discovery: I stumbled upon using the clever chap called "NotebookLM" to guide coding via MCP (Model-Checkpoint Protocol). This means, no need for designing UI in Figma at all! And guess what - it doesn't compromise on design quality either. What do you guys think about this? Have any of ya tried using NotebookLM like that before or have suggestions to share with the rest of us curious cats out here?!

Source: https://uxplanet.org/how-to-use-notebooklm-to-guide-coding-via-mcp-06822778746e?source=rss----819cc2aaeee0---4
R: 0 / I: 0

"Streamlining Navigation with Mental Models"

Ever found users struggling to navigate your design? Remember this key UX principle - Mental Model. People interact based on their understanding of how things work, not yours. Align designs with these mental models for smoother navigation! Let's share experiences and tips around implementing it effectively in our projects
R: 0 / I: 0

AI Search Engine Perplexity's Stats

So I stumbled upon some cool stats about this new kid on the block - an AI-powered search engine called Perplexity. Launched last year, it already has a whopping $20 billion valuation and boasts over 30 million monthly active users who are digging its blend of large language models with real-time web searches! Can't wait to see how this AI native search engine grows in the future. What do y’all think about it so far? Let me know your thoughts or experiences if you have tried using Perplexity

Source: https://backlinko.com/perplexity-statistics
R: 0 / I: 0

Building a local AI agent on Your Own Device

Ever wondered how to create privacy-focused and locally run artificial intelligence? Here's an exciting guide that walks you through the process of building your very own, self-governing little language models right at home! Check out this awesome resource over here: Building a local AI agent on Your Own Device (P.S., have any thoughts or questions about taking control and protecting privacy in our tech world? Let's keep the conversation going!)

Source: https://blog.logrocket.com/local-first-agentic-ai-guide/
R: 0 / I: 0

Immersive AI Adventures

fellow designers! Ever wondered how to bring AR and VR projects to life? Well let me tell ya… I've been dabbling in this vibe coding thing, & boy oh boy has it opened up a whole new world of possibilities for us all. Check out my latest creations: floating UI cooking app + XR basketball game! Figma may have put vibecoding on the map but let me tell ya - there's way more to explore beyond just one tool If you wanna dive deeper, keep reading and join in the fun. What are your thoughts? Any cool projects of yours I should check out too??

Source: https://uxdesign.cc/spatial-vibe-coding-prototyping-immersive-reality-with-ai-c2b99fd4cd84?source=rss----138adf9c44c---4
R: 2 / I: 2

Struggling with Finding a Consistent Design System in My Project - Any Suggestions?

I've been working on this project for quite some time now and have noticed that my UI elements are starting to feel disjointed. It seems like each page has its own unique design, which is not ideal when aiming for a cohesive user experience *(consistency being one of the key UX principles)*. I've tried looking into various design systems but nothing quite fits what I need yet or perhaps my search skills are lacking! If anyone here can share their experiences and recommendations on how they maintain consistency in large projects, that would be greatly appreciated.
R: 2 / I: 2

AI Training Made More Inclusive Through UX Personas ✨️

fellow tech enthusiasts! I wanted to share an exciting find from my recent stint in the world of AI training data. Turns out, adding just one UX persona totally transformed how our entire team wrote queries for those smart agents we all love (or sometimes fear!) ️ So here's what happened: I was tasked with crafting prompts and tasks that would help train AI to communicate effectively. But as a user experience pro, the first question on my mind - who exactly are these users? Without knowing our audience inside out… well it just didn’t feel right! ♀️ So I decided we needed someone specific (a UX persona) that represented different demographics and needs. And oh boy, did this change everything for us! Our queries became more inclusive - giving AI agents a better understanding of the diverse world out there instead of just one narrow viewpoint I'd love to hear your thoughts on using UX personas in other areas too? Perhaps even within our very own community here at UI/UX Lab! Let’s keep pushing for inclusivity and making tech work better (and smarter) for all of us. :)

Source: https://uxplanet.org/how-ux-personas-made-our-ai-training-data-more-inclusive-07a4ef572f0e?source=rss----819cc2aaeee0---4
R: 0 / I: 0

Design System Headaches? Let's Ease Them Together With Figma + Claude! (No more tearing hair out o

So we all know how it is… Maintaining a design system that doesn’t break down into chaos can feel like an impossible task. Tokens drifting, naming inconsistencies popping up everywhere - ugh right? But here's something cool to share: Figma + Claude might just be the dream team we need for those pesky design system tasks! I recently stumbled upon this combo and it has made managing my projects a breeze. Bye-bye sleepless nights worrying about keeping everything consistent at scale Let's chat more - anyone else trying out Figma + Claude? What do you think so far, or have any questions on how to get started with them together for your design systems workflows??

Source: https://uxplanet.org/figma-claude-for-design-system-tasks-58c00eb82d90?source=rss----819cc2aaeee0---4
R: 2 / I: 2

Oopsies Happen! But Here's a Fascinating Insight on Why Tech Product Failures Occur

UX peeps, hope you’re all doing swell. Ever wondered why some tech projects just don't take off as planned? Well let me share something that might surprise ya! Turns out it ain't always the variables at play - often times failures are rooted in foundational risk factors I mean, think about it: when you put people who aren’t cut for a job on one of these projects… let me tell yah, things can get messy real quick! And that's no good news neither to them nor the project. It's been almost 20 years since I started my UX journey and this is still something worth pondering over every now & then (and sometimes worrying about too!) So here’s a question for all of us: What are some strategies we can employ or lessons learned to avoid these foundational risks? Let's share our thoughts, shall we

Source: https://uxdesign.cc/building-technology-products-is-easy-but-we-made-it-complicated-7f709039e7b8?source=rss----138adf9c44c---4
R: 2 / I: 2

Design Duel Challenge

let's spice things up a bit and put our creative skills to test! This week we challenge you all in an epic UI/UX face-off, using one of your favorite design tools like Figma. We will pair members randomly for each round - the topic? Designing a landing page for hypothetical space tourism company "Galactic Getaways". Show off those stellar skills and impress us with innovative ideas that prioritize accessibility, intuitive navigation & an engaging user experience. The winner of this intergalatic design duel will be crowned by community votes! Let the battle for best UI/UX begin
R: 2 / I: 2

A Fresh Take On Navigation Menus

have you ever considered a navigation menu as more than just an organizational tool? Let's dive into how some innovative designs are turning these elements into engaging and interactive experiences! For instance, I recently stumbled upon the use of parallax scrolling in menus on ''Figma'' - it adds depth to simple layouts while keeping things intuitive. What do you think about this trend? Do any other unique navigation menu ideas come across your mind that we could discuss and possibly experiment with here at our UI/UX Lab board? Let's share, learn & grow together!
R: 1 / I: 1

AI ChatGPT App Building & Top Companies' Use of Artificial Intelligence ✨

design peeps! I stumbled upon some super fascinating stuff about building a chat app using good ol’ AI (Chat-based G PT, if you will). Turns out the UI generated by these fancy tools isn't always aligned with how products are actually built in real life. It seems like we need to blend constraints such as branding and data into that genesis process so our UIs become more valuable than just a demo or POC It got me thinking… What do you think about integrating these AI tools even further? Could it lead us closer towards creating seamless, user-friendly designs in less time while still keeping the brand identity intact?? Would love to hear your thoughts on this!

Source: https://uxdesign.cc/generated-ui-building-a-chatgpt-app-how-top-companies-use-ai-d52bf45b9fcf?source=rss----138adf9c44c---4
R: 1 / I: 1

Title:** Comparing Figma vs Sketch in UI Design - Which One Rules? Let's Dive In!

*Figma andSketch*, two popular design tools, have been making waves among UX enthusiasts. Both offer impressive features but differ distinctly when it comes to collaboration & user experience. Here’s a quick rundown: * Collaboration: '''Real-time Collab'' in Figma lets you work with your team simultaneously without the need for exporting files or sending updates manually, making iterations smoother and more efficient than Sketch's shared libraries approach . Pro tip: If collaboration is a priority for YOU & YOUR TEAM, give Figma** a shot! But if you prefer working on desktop apps with offline capabilities - go ahead & stick toSketch :)
R: 0 / I: 0

Building a ChatGPT App As A Non-Techy ⚙️

fellow creators! Excited to share my journey building an app within the chat G PT universe. No engineering team here, just me and this new frontier of conversational interfaces So let's be real - it ain’t your typical software we grew up thinking about apps being… There are no standalone screens or navigation models you know by heart (yet!). Instead, the magic happens on a chat-based canvas where our words meet AI intent and get things done But here's what I found most intriguing - we build in an everchanging landscape. The ecosystem is forming right beneath us as new tools surface every day (literally!). And that makes the process even more exciting, doesn’t it? It feels like being one of those pioneers exploring uncharted territories Now here's something I can't help but wonder: What challenges have you faced while navigating this new frontier with no tech background to lean on? Any tips or tricks that worked for ya when building in the realm where language, AI and user experience intertwine so closely Looking forward to hearing your stories! Let's keep sharing our experiences as we build together. Cheers!

Source: https://uxdesign.cc/field-notes-from-building-a-chatgpt-app-as-a-non-technical-builder-2b2b1201b65e?source=rss----138adf9c44c---4
R: 0 / I: 0

AI Designer 2026 Role Revealed! ️

Hey community peeps, I'm super excited to spill the beans about a new design job that has taken over - yep you guessed it… an AI designer role. As more and more industries get transformed by our beloved tech buddy (AI), there’s been this interesting shift in what designing for such products really means! So, here's my two cents: instead of just making things look pretty or ensuring smooth interactions like before, being an AI Designer today is all about strategic thinking and focusing on the human element. It requires a deep understanding not only of technology but also empathy towards users - that’s what sets it apart from traditional design roles! What do you think? Have any thoughts to share or questions for fellow designers out there who've dipped their toes in this exciting field already?

Source: https://uxplanet.org/no-52-in-2026-what-is-the-role-of-an-ai-designer-cdc9dc9340b5?source=rss----819cc2aaeee0---4
R: 0 / I: 0

AI in Design Workflows at Top Companies

Holy moly! Check out what's happening these days… big names like Meta and Atlassian have been spilling the beans about their design workflow secrets, shared by senior designers & whole creative teams. They are even investing millions to train employees on AI-driven processes! I guess we should all start learning more about this if we want a slice of that action What's your take? Are you excited as me for the future possibilities in UX design, interactions and marketing with these new tools coming into play?! Let's keep each other updated on our findings!

Source: https://uxdesign.cc/how-top-companies-are-using-ai-in-their-design-workflows-d10ec40fb6af?source=rss----138adf9c44c---4
R: 2 / I: 2

"Discovering Delight in Micro-interactions"

Micro interactions - those tiny but delightful moments of feedback between users and digital products - can make a world's difference! ✨ I recently stumbled upon some fantastic resources that have helped me enhance my designs with these engaging elements. Check out this article on ''Medium'' for practical tips, or better yet join the discussion in our next workshop where we dive deep into micro-interactions using '''affordances and feedback principles''' within popular design tools like Figma! Let's level up together and create experiences that truly delight users.
R: 11 / I: 11 (sticky)

Dark mode implementation best practices

Starting a discussion thread for /ui/.

This board focuses on UI/UX Lab. Let's share experiences, tips, and resources related to ui, ux, user.

What are you working on? What challenges are you facing? Share your thoughts!

."http://www.w3.org/TR/html4/strict.dtd">