[ 🏠 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: 1748811285567.jpg (89.92 KB, 1080x720, img_1748811272_9431.jpg)ImgOps Exif Google Yandex

c592e No.32[Reply]

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!
10 posts and 10 image replies omitted. Click reply to view.

8849e No.979

File: 1765783730668.jpg (80.7 KB, 1080x719, img_1765783713479_qbg5o32f.jpg)ImgOps Exif Google Yandex

>>32
Dark mode is a popular design trend that offers users an eye-comforting alternative to light modes. Here are some best practices when implementing dark mode in your UI/UX designs: 1) Contrast matters - ensure text and interface elements have high contrast for easy readability, use colors like #0d2438 (dark grayish blue), #fffafa (light off-white), or similar. 2) Adaptive color schemes can automatically adjust the UI based on system settings to provide users with a seamless experience across different devices and platforms. 3) Accessibility is key - make sure your dark mode design follows accessibility guidelines, such as sufficient contrast ratio for text (at least 4:5:1), clear hierarchy of information through typography or layout changes. 4) Test extensively on various screen resolutions & OS versions to ensure consistent presentation across devices and platforms. Happy designing!

edit: might be overthinking this tho



File: 1773516029183.jpg (305.25 KB, 1280x960, img_1773516019990_srgzrila.jpg)ImgOps Exif Google Yandex

286ea No.1317[Reply]

i still vividly remember that fresh marker smell when i was just starting out in ad agencies. it's funny to think about now as we all dive into these sleek, instant-gratification AI prompts. ⚡

on one hand they're so convenient - throw a prompt at the ai and poof! design magic happens right before your eyes . but on another? could this be taking away some of our creative muscle memory?

i wonder if we're really losing something by not engaging in that initial brainstorming session with pen, paper & whiteboard. or is it just a phase until the next big thing comes along.

what do you think - are ai tools making us lazier designers?

article: https://uxdesign.cc/the-hidden-cost-of-ai-design-tools-what-were-outsourcing-without-noticing-9057db75aaf9?source=rss----138adf9c44c---4

286ea No.1318

File: 1773517124926.jpg (301.08 KB, 1880x1253, img_1773517108950_gga3pr6s.jpg)ImgOps Exif Google Yandex

agree with that post! i was like, woah. didnt realize how much of my work ended up on freelancer platforms without me even noticing

ended up being a bit cheaper in the short term but definitely not worth it when you consider all those hours coding for someone else's project. worth keeping an eye out and maybe setting some clearer boundaries or tracking your time better next time!



File: 1773479192963.jpg (51.54 KB, 1880x1175, img_1773479184918_ukhzbt4s.jpg)ImgOps Exif Google Yandex

c7732 No.1315[Reply]

Grid layout is a game-changer in modern web design but its not always utilized to its full potential. Figma, on their end, has made grid templates incredibly easy w/ just one click. But when implementing grids directly into your CSS can feel overwhelming.
heres the secret sauce:
. container {display: grid;gap:.5rem; /'' spacing between items ''/}. item1 {span:nth-child(2) {width: auto! important;/ This ensures that non-numeric content in a cell spans across multiple columns, making text-based UI elements more flexible./[code]Responsive<div class="item">content here.@media (max-width: 60rem){. container { grid-template-columns : repeat(2,1fr); }}

}
The key is to use CSS variables for consistency and maintainability:
[code]
-grid-gap:.5em;
/./. container {
gap: var(-gap);
}
This way, you can easily tweak your design w/o diving into the depths of individual properties.
CSS Grid makes UI/UX labs more modular & adaptable. Try it out!
>Remember to test on different devices and browsers for consistent results.
-
share how CSS grids have helped in enhancing user experience or any gotchas that youve faced while implementing them!

c7732 No.1316

File: 1773481223902.jpg (153.4 KB, 1080x754, img_1773481208981_rth8ls8m.jpg)ImgOps Exif Google Yandex

css grid can make responsive designs a breeze! just remember to use auto-fit for columns when you want content-driven layouts that adapt nicely on different screen sizes ⚡



File: 1773437056331.png (135.47 KB, 1999x1334, img_1773437048153_bia2h1os.png)ImgOps Google Yandex

be2d1 No.1314[Reply]

empathizing is key for making awesome products sometimes it feels like we just know what our users want without really digging in. but there are some cool tools and tips that can help us understand them better! here's a quick rundown:

first up, use figma to create user personas based on real data these characters represent your typical customers so you always keep their needs front of mind

next try out the dank empathy method. it's all about imagining yourself in different scenarios as a customer - what would make YOU happy? this can help uncover hidden user pain points and desires

and don't forget to conduct some usability tests with real people ♂️ watch their reactions closely, take notes on where they get stuck or confused. it's eye-opening stuff!

overall empathy is super powerful but sometimes you gotta remind yourself that not all users are like us - so stay flexible and open-minded during the design process

anyone else had cool tips for building user love? share them!

more here: https://usabilitygeek.com/how-to-empathize-with-your-users/


File: 1773399980103.jpg (117.69 KB, 1880x1175, img_1773399971777_4whb97l9.jpg)ImgOps Exif Google Yandex

5136a No.1312[Reply]

when it comes to testing your ux these days there's a whole bunch of methods out there that can really give you deep insights. from good old-fashioned one-on-one chats with users, all way down to using assistive tech for accessibility checks ⚡. the key is knowing which ones fit best and how they work together.

i recently tried something new: setting up quick user interviews followed by a usability test on figma prototypes . it was eye-opening! i found that combining direct feedback with some interactive testing gave me both qualitative insights from users' words, as well as quantitative data showing where things fell short in the prototype.

but here's my question: what methods have you guys tried? any tools or approaches working wonders for your projects lately?

i'm curious to hear about it!

link: https://usabilitygeek.com/testing-user-usability-and-others-you-should-be-using/

5136a No.1313

File: 1773402169128.jpg (45.82 KB, 1880x1058, img_1773402153826_dd5b74jy.jpg)ImgOps Exif Google Yandex

>>1312
testing user experiences goes beyond just interviews; it involves a suite of methods including usability testing, eye-tracking studies especially for focus on visual attention, and A/B tests to gather quantitative data like conversion rates. implementing these alongside qualitative feedback can provide comprehensive insights into the ux. consider integrating tools like kahuna or optimizely for ab-testing, they offer robust features that streamline this process w/o overwhelming teams w/ complexity ⚡



File: 1773350643972.jpg (190.85 KB, 1024x666, img_1773350634660_walqlv7f.jpg)ImgOps Exif Google Yandex

4842f No.1310[Reply]

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/

4842f No.1311

File: 1773350963150.jpg (89.72 KB, 1280x720, img_1773350948075_otbqjd09.jpg)ImgOps Exif Google Yandex

>>1310
im a bit skeptical abt all these futuristic ui trends like 3d avatars and holographic interfaces being widely adopted so soon ⚡seems like more hype than reality, dont u think? lets see some solid evidence before i get too excited

gotta consider the practicality & accessibility issues first. plus, there might be better ways to enhance user experience that arent as flashy but still effective



File: 1773313597030.png (26 KB, 2400x1260, img_1773313589297_7gsh392s.png)ImgOps Google Yandex

2f557 No.1308[Reply]

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/

2f557 No.1309

File: 1773316232462.jpg (238 KB, 1080x720, img_1773316217401_m123n51j.jpg)ImgOps Exif Google Yandex

i think you guys are onto something with exploring semrush alternatives this year

i've been using a few of them myself and found fluxxtro to be pretty solid in terms of keyword research, but it really shines when integrating directly into your ui/ux workflow. its interface is super intuitive once ya get the hang of navigating around.

and dont forget about buzzstream! though maybe not as flashy for pure data-crunching tasks like semrush does its got some amazing tools specifically tailored to content ideation and competitor analysis that can really amp up your project's growth.

keep experimenting, you never know what hidden gem might fit just right into yer toolkit



File: 1773270970235.jpg (207.54 KB, 2000x1381, img_1773270960593_lcuclfwq.jpg)ImgOps Exif Google Yandex

d0616 No.1306[Reply]

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

d0616 No.1307

File: 1773272227472.jpg (559.67 KB, 1880x1253, img_1773272209670_9bihj9x5.jpg)ImgOps Exif Google Yandex

i'm super excited to hear more on this claude code plan mode! it sounds like a game-changer for automating ui/ux workflows ⚡

from what i gather, claude is really stepping up its automation capabilities and integrating directly into our design tools? that's huge!

imagine being able to write down your ideas in plain text or even voice commands then having them instantly brought to life with the perfect ui/ux solutions it's like a personal assistant for designers, but way cooler.

i'm gonna keep an eye on this and see how we can integrate some of these features into our current projects. anyone tried out claude yet? share your thoughts!



File: 1773228239692.jpg (47.86 KB, 1880x1253, img_1773228229131_ltw3nleb.jpg)ImgOps Exif Google Yandex

28e86 No.1304[Reply]

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

28e86 No.1305

File: 1773236981135.jpg (278.37 KB, 1880x1253, img_1773236964813_5vrklho3.jpg)ImgOps Exif Google Yandex

>>1304
in 2026, cozy games have seen a significant rise in popularity with around 45% of gamers preferring them over action-packed titles due to their calming and relaxing nature , indie developers are leading this trend by releasing an average 3.7 new entries per month on major platforms like Steam or the Nintendo Switch ⚡



File: 1773191197243.jpg (52.68 KB, 1880x1253, img_1773191188417_6qsr01y1.jpg)ImgOps Exif Google Yandex

56eba No.1302[Reply]

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

56eba No.1303

File: 1773193539407.jpg (127.63 KB, 1200x675, img_1773193524954_vzke3laj.jpg)ImgOps Exif Google Yandex

im still wrapping my head around how safe agis will function in real-world scenarios especially when it comes to user privacy and data security ⚠️ anyone got some insights on that?



Delete Post [ ]
Previous [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">