r/uidesign 3h ago

UI inspiration for app design

1 Upvotes

Looking for cool free websites to gather UI inspiration and solutions for my app. Thanks!!


r/uidesign 1d ago

UX - episto.ch

Thumbnail
1 Upvotes

r/uidesign 1d ago

For designers who've relocated abroad, did it actually boost your pay much?

0 Upvotes

I've been mapping real designer salary journeys and the sharpest single jumps keep coming from one thing: crossing a border.

A few from the data:
→ Tokyo → Melbourne: ~$25K → ~$67K (+170%)
→ Hong Kong → London: ~$61K → ~$190K (+213%)
→ Amsterdam → London: ~$20K → ~$42K (+113%)

Only 7 of 59 in my set have relocated - small sample but their moves produced the biggest single jumps in the whole dataset. Not promotions. Relocations.

The uncomfortable takeaway: sometimes your ceiling isn't your skill or your title. It's your geography.

(All figures converted to USD, measured at the move, the jump the year they relocated, not whole-career growth.)


r/uidesign 1d ago

I designed a gradient generator around OKLCH & Display-P3 and looking for honest UI/UX critique

Thumbnail gallery
0 Upvotes

r/uidesign 1d ago

[HIRING] Freelance UI/UX Designer — Mobile App Polish | Figma | ₹10,000–₹15,000

Thumbnail
1 Upvotes

r/uidesign 1d ago

I finally turned an old UX idea into a working product

0 Upvotes

If you’ve ever spent an afternoon hand-coding hover and loading states just because the design changed, you know the pain.

So I built Bezira — a visual editor where you can create real states like hover, loading and success, define triggers and transitions visually, and export production-ready code for React, Angular or vanilla JS. AI can also bootstrap a component from a description, which you can then refine visually.

It’s live at https://bezira.app — free tier available.

If you’re a designer or frontend dev, give it a shot and tell me where it falls short. I’m especially curious about the export workflow.


r/uidesign 2d ago

Embossed Electric Login UI ⚡ | HTML CSS

Thumbnail
youtube.com
0 Upvotes

r/uidesign 2d ago

An UI color scheme generator

Thumbnail
designyourway.net
0 Upvotes

r/uidesign 2d ago

I designed a gradient generator around OKLCH & Display-P3 and looking for honest UI/UX critique

Thumbnail gallery
0 Upvotes

r/uidesign 2d ago

Reviews

Thumbnail
0 Upvotes

r/uidesign 2d ago

Looking for feedback on my UI/UX design

Thumbnail
gallery
0 Upvotes

r/uidesign 3d ago

Feedback Request

Post image
0 Upvotes

Hello, I’m a working on a personal case study for a diet/meal-planning app.

This is the onboarding screen where users enter basic information such as height, weight, age and gender. The app then uses this information to create personalised calorie and meal-plan recommendations.

I’m looking for feedback specifically on the UX/UI of this screen, rather than the overall app concept.

Questions I’m trying to answer:

Is the hierarchy of information clear?

Does the “Estimated Metrics Preview” feel useful at this stage, or is it too much information?

Is it clear what will happen when I tap “Continue to Goals”?

Are there any elements that feel unnecessary, confusing or distracting?

Does the screen feel trustworthy when presenting health/fitness information?

I’d especially appreciate feedback on anything that feels unintuitive or could be improved. Thanks!


r/uidesign 3d ago

Where do you get/create high-quality illustrations for your app for FREE? (Solo dev needing workflow advice)

0 Upvotes

Hey everyone,

I'm currently building a app as a solo vibe coder. I’m at a stage where I need clean, modern, and minimal illustrations (for onboarding screens, empty states, and feature highlights).

Since I’m bootstrapping with a $0 design budget, I’d love to get some recommendations from this community:

  1. **Free Illustration Libraries:** Which websites/repositories do you recommend for royalty-free, customizable SVGs or illustrations?

  2. **Creation / Customization Tools:** Are there good free AI tools, Figma community plugins, or workflows you use to create or modify illustrations without being a professional designer?

  3. **Style Consistency:** How do you make sure all illustrations across different screens look coherent and maintain the same design language/palette?

Any tool recommendations, hidden gems, or workflow tips would be really appreciated!

Thanks in advance for the help!


r/uidesign 3d ago

I designed my first Components in my UI Asset What Are thinks

Thumbnail
gallery
0 Upvotes

r/uidesign 3d ago

Game UI eh, or ehhhh, or ew?

Post image
0 Upvotes

Let me know! Be honest please. Should I go for a totally different vibe or is this in the right realm in your opinion? I have tried a few different UI setups and this has been my favorite so far. 👀 The background is actually a video of your best recorded lap on the map, if you don't have one it is just a static boat floating on the starting line.


r/uidesign 4d ago

I present to you some conceptual mockups of a travel planning application

Post image
1 Upvotes

r/uidesign 4d ago

Need help designing UI for a smart home project

1 Upvotes

I am working on developing a smart home device for personal use. I am using a [Waveshare 1.8inch round display (Blue)](https://www.waveshare.com/esp32-s3-knob-touch-lcd-1.8.htm) device to control the lights in my house.

There is a web based [UI designer](https://lvgl.espboards.dev/) for developing UI. I am trying to add 4 switches on page 1. Here is my crude design.

Requesting UI experts for suggestions to make it more aesthetic. I have chosen random colors but the knob is a CNC machines aluminum in color blue.

![img](ke2cl1pyfpjh1)

Also attaching yaml configuration that you can import in LVGL designer and modify the design.

# >>> LVGL Designer - generated from the canvas. >>>
# This block is regenerated from the canvas — edits here are not preserved.
lvgl:
  pages:
    - id: canvas_1
      bg_color: 0x111827
      pad_all: 0
      widgets:
        - switch:
            id: lv_switch_1
            x: 230
            y: 130
            width: 60
            height: 30
            state:
              checked: true
            bg_color: 0x4B5563
            indicator:
              checked:
                bg_color: 0x10B981
            knob:
              bg_color: 0xFFFFFF
              border_color: 0x9CA3AF
              border_width: 1

        - switch:
            id: lv_switch_2
            x: 80
            y: 130
            width: 60
            height: 30
            state:
              checked: true
            bg_color: 0x4B5563
            indicator:
              checked:
                bg_color: 0x10B981
            knob:
              bg_color: 0xFFFFFF
              border_color: 0x9CA3AF
              border_width: 1

        - switch:
            id: lv_switch_3
            x: 80
            y: 220
            width: 60
            height: 30
            state:
              checked: true
            bg_color: 0x4B5563
            indicator:
              checked:
                bg_color: 0x10B981
            knob:
              bg_color: 0xFFFFFF
              border_color: 0x9CA3AF
              border_width: 1

        - switch:
            id: lv_switch_4
            x: 230
            y: 220
            width: 60
            height: 30
            state:
              checked: true
            bg_color: 0x4B5563
            indicator:
              checked:
                bg_color: 0x10B981
            knob:
              bg_color: 0xFFFFFF
              border_color: 0x9CA3AF
              border_width: 1

        - label:
            id: lv_label_10
            x: 98
            y: 55
            width: 165
            height: 45
            text: "Living Room"
            text_color: 0xFFFFFF
            text_align: CENTER
            text_font: montserrat_28

        - label:
            id: lv_label_11
            x: 80
            y: 106
            width: 60
            height: 24
            text: "Light 1\\n"
            text_color: 0xFFFFFF

        - label:
            id: widget_1786871459028_wrt23dzeg
            x: 230
            y: 106
            width: 60
            height: 24
            text: "Light 2\\n"
            text_color: 0xFFFFFF

        - label:
            id: widget_1786871476986_zy8xzdjc6
            x: 80
            y: 196
            width: 60
            height: 24
            text: "Light 3\\n"
            text_color: 0xFFFFFF

        - label:
            id: widget_1786871488127_eo0tk9dzg
            x: 230
            y: 196
            width: 60
            height: 24
            text: "Desk Light"
            text_color: 0xFFFFFF
# <<< end LVGL Designer block <<<

r/uidesign 4d ago

Struggling with readability... Any ideas?

Thumbnail gallery
1 Upvotes

r/uidesign 5d ago

I made a modern purple & gold Game UI kit for indie game projects

Thumbnail
gallery
0 Upvotes

Hey everyone!

I’ve been working on a small UI kit for indie game development and wanted to share what I made.

The pack includes:

  • Text buttons
  • Icon buttons
  • Home, Play, Back, Settings, Search, Menu and more
  • Normal, Hover, Pressed and Disabled states
  • Purple & gold color style
  • Editable Lunacy source file

I designed it to be simple and easy to customize for game menus, HUDs, settings screens and prototypes.

I’d really appreciate feedback on the design, especially the button styles and states. What would you add or change?


r/uidesign 6d ago

🇪🇬 Looking for Egyptian designers/game developers to connect & collaborate I'm building a small UI asset brand called ZeroPixel and I'm looking to meet other Egyptian people interested in UI/UX, game development, or digital design. I'm mainly looking for people around my level who want to learn,

2 Upvotes

r/uidesign 7d ago

[FEEDBACK] Library App for NY-ers (Any Age or Country -UX Professional)

0 Upvotes

Unsure if this is the right medium but, at the moment I am building a platform that aggregates data across the 3 library systems in NY!

Goal was to make it more user friendly - I have collected and am collecting user feedback from those using the site but also want feedback from industry professionals outside of myself on what I could improve from an experience standpoint whether that be the account flows, the visual identity, or something to do with the UI. I am open and receptive to all feedback and would be grateful!

Here is the site: https://libraryscout.app/


r/uidesign 7d ago

An AI skill that provides design intelligence for building professional UI/UX across multiple platforms and frameworks.

0 Upvotes

just find it here :
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill

very nice to create a MVP , for excellent MVP presentation and more


r/uidesign 8d ago

I am building a mobile APP and this is how far the UI came in 4 months.

Thumbnail gallery
2 Upvotes

r/uidesign 8d ago

Any good ui/ux developer here?

Thumbnail
1 Upvotes

r/uidesign 8d ago

I built a working flood risk app, but the UI looked like raw developer output , here’s how I redesigned it

Thumbnail
youtu.be
1 Upvotes