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

/ui/ - UI/UX Lab

Interface design, user experience & usability testing
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1771851965470.jpg (237.72 KB, 1280x853, img_1771851955704_ztxuwg7r.jpg)ImgOps Exif Google Yandex

2f434 No.1233[Reply]

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

2f434 No.1234

File: 1771852740046.jpg (116.15 KB, 1880x1254, img_1771852725082_w3wym6wn.jpg)ImgOps Exif Google Yandex

>>1233
i once built a prototype using an ai library and thought i had everything covered, until it started eating up all my server resources without me noticing

the problem was with their data handling - they were storing way too much info in memory. ended up having to rewrite parts of the code just for optimization
>spent hours debugging before realizing a simple config change fixed 90% of issues



File: 1771801280053.jpg (120.51 KB, 1878x1300, img_1771801270771_owbpz4rr.jpg)ImgOps Exif Google Yandex

00b94 No.1231[Reply]

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

00b94 No.1232

File: 1771802465017.jpg (214.92 KB, 1080x720, img_1771802448482_mwof8mk3.jpg)ImgOps Exif Google Yandex

>>1231
css grid is like a superpower for layout designers! once you get it, u won't go back to floats and flexbox

i started with some basic tutorials but hit walls quickly until i dove into real-world examples on dribbble. that's where the magic happens - see how others tackle complex layouts can be eye-opening.

try out different grid templates in canva or sketch first, then test them live to feel their flow and flexibility

and dont forget about using media queries for responsiveness! it'll take your grids from static blocks into fluid masterpieces

edit: forgot to mention the most important part lmao



File: 1771750860699.jpg (129.21 KB, 1880x1253, img_1771750851895_nk6vh7a3.jpg)ImgOps Exif Google Yandex

4f0cb No.1229[Reply]

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

4f0cb No.1230

File: 1771752062640.jpg (33.35 KB, 1280x960, img_1771752047688_jzsh6i76.jpg)ImgOps Exif Google Yandex

>>1229
agree with that thread title! some ai tools just dont cut it out of the gate, you know? i mean who needs a virtual assistant when they cant even remember to update their own todos ♀️

sometimes its like trying to use an app without realizing there are 5 different ui versions and none work quite right. makes me wonder if ai is ready for prime time yet!



File: 1771707914192.jpg (87.89 KB, 1080x630, img_1771707904023_9tyyv3qu.jpg)ImgOps Exif Google Yandex

fe576 No.1227[Reply]

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

fe576 No.1228

File: 1771708548870.jpg (121.44 KB, 1080x721, img_1771708532102_zdshkgxf.jpg)ImgOps Exif Google Yandex

prototypes over mockups can save so much time! just code out a basic version and tweak it based on user feedback ⚡ if youre new to coding prototypes, check out lottie for animating UI elements - makes things look super polished without too many lines of css



File: 1770865077514.jpg (331.09 KB, 1280x960, img_1770865069127_oc5i5av3.jpg)ImgOps Exif Google Yandex

0d9b6 No.1180[Reply]

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

0d9b6 No.1181

File: 1770866259346.jpg (255.83 KB, 1280x850, img_1770866243847_g3t1b95f.jpg)ImgOps Exif Google Yandex

>>1180
for wireframing and prototyping quickly, give sketch a try. it’s user-friendly yet powerful enough to cover most design needs in early stages of ui/ux development without overwhelming you with too many features at once [sketch](https://www.sketchup.com/) is actually for 3d modeling but i meant [booth]Sketch[/code], gotcha?

a2ab5 No.1226

File: 1771701717741.jpg (99.08 KB, 1880x1253, img_1771701702933_zluqcrr8.jpg)ImgOps Exif Google Yandex

>>1180
designing for accessibility is not just a trend, it's crucial in today's inclusive design practices implementations like using aria-label and role attributes can significantly improve user experience across various devices and abilities ⭐ ensure your designs are tested with real users to catch these nuances early on



File: 1771665102839.jpg (173.22 KB, 1880x1253, img_1771665095182_drjog17h.jpg)ImgOps Exif Google Yandex

29943 No.1224[Reply]

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

29943 No.1225

File: 1771665217036.jpg (92.71 KB, 1080x720, img_1771665201697_zouns1sa.jpg)ImgOps Exif Google Yandex

make sure to incorporate plenty of natural light and adjustable lighting options in designs - it makes a huge difference for mood



File: 1771628755648.jpg (161.66 KB, 1080x720, img_1771628746609_capmefwn.jpg)ImgOps Exif Google Yandex

b62cf No.1222[Reply]

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

b62cf No.1223

File: 1771629490643.jpg (163.53 KB, 1880x1253, img_1771629475731_n52kbmkz.jpg)ImgOps Exif Google Yandex

>>1222
there's a lot to explore w/ claude skills! try out its natural language processing for generating copy and content - it can rly speed up wireframing phases

and dont forget, using it alongside prototyping tools like figma or adobe xd could save you time on feedback loops ⏰ the integration is seamless once u get used to it!

edit: words are hard today



File: 1771592660383.jpg (105.92 KB, 1733x1300, img_1771592650646_jixefndc.jpg)ImgOps Exif Google Yandex

effac No.1220[Reply]

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

effac No.1221

File: 1771593757395.jpg (144.39 KB, 1880x1253, img_1771593742946_quuhhpfx.jpg)ImgOps Exif Google Yandex

>>1220
wow, 48 hours to whip up a $10k SaaS app sounds like an intense challenge but impressive!

ive dabbled in figma and replit separately,but combining them is magic. how did you structure your UI/UX flow? any tips for keeping things organized during such rapid development?

also curious abt the nitty-grits - did u face challenges w/ backend integration or frontend design limitations using just these tools?
>just hit a few snags but overall flowed smoothly. figma's prototyping and replit's quick coding made it doable.
maybe creating wireframes first in Figma, then directly implementing them on Repl. it could save time?



File: 1771470057674.jpg (127.27 KB, 1880x1253, img_1771470049156_g33bl8q8.jpg)ImgOps Exif Google Yandex

de509 No.1213[Reply]

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/

de509 No.1214

File: 1771471230277.jpg (213.4 KB, 1080x720, img_1771471215108_xayy1sxg.jpg)ImgOps Exif Google Yandex

>>1213
sidebar design rethink 2026

i've been there, done that with a sidebar overhaul in '19 for an e-commerce site ️ it was all abt balancing visibility and usability without overwhelming users ⚡

what worked:
- dynamic width : make the sidebars responsive so they collapse on smaller screens but expand to full-width when needed
- use cards or tiles instead of long lists - reduces scroll fatigue

and what didnt work as well:
overly complex animations that slowed down navigation and added cognitive load opt for simple, smooth transitions if you gotta go fancy with interactions~!

de509 No.1219

File: 1771579547694.jpg (197.45 KB, 1880x1249, img_1771579532490_t6xidsmw.jpg)ImgOps Exif Google Yandex

>>1213
sidebar design rethink 2026 is all abt making it more intuitive and less intrusive ⬆️

i used to struggle w/ overly complex sidebars on e-commerce sites ️ they'd overwhelm users instead of assisting them finding whats needed. key was simplifying categories, using clear labels Figma for filters & sorting options.

got inspired by news apps that show essential links prominently but dont clutter the main content area ⚡

also noticed how some social media platforms hide less used features behind a 'more' button it can help reduce sidebar bloat w/o losing functionality. gave users control over what they see, making navigation smoother and more efficient.

hope this gives u good starting points for your rethink

update: fixed still broken fixed for real this time



File: 1771549275094.jpg (337.09 KB, 1880x1254, img_1771549267410_68bxzbst.jpg)ImgOps Exif Google Yandex

15df1 No.1217[Reply]

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

15df1 No.1218

File: 1771550368477.jpg (665.61 KB, 1880x1229, img_1771550352505_nfwt3zzq.jpg)ImgOps Exif Google Yandex

>>1217
focus first, then iterate for a broader audience

when starting, design w/ one group in mind - perhaps power users of an existing product or someone specific from user research. this helps keep designs clear and focused initially ⚡once you have solid basics, broaden your perspective by testing early prototypes on diverse groups. use tools like usertesting. com for quick feedback loops.

keep it simple, then scale up always start small

tldr just do it the simple way first



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">