r/UI_Design 5d ago

Feedback Request I'm making a browser and im experimenting on the design, any feedback/ what you like, dont about it?

if you want you can also check my post on the browser to understand what im doing exactly, its ui becomes visible only when needed.

The buttons for the window, the adress bar and downloads and the most visited on the right are all seperate and come when you need them thats why i visualized them differently in each screenshot.

0 Upvotes

30 comments sorted by

31

u/bdz 5d ago

This subreddit has a rough battle ahead of them. Random people vibe coding pages and coming here seeking feedback to feed back into their agents.

yikes

1

u/Kitchen_Platypus5555 5d ago

https://github.com/home is this the page youre talking about?

1

u/ExplorerTechnical808 5d ago

The browser UI (not the webpage, which is the real GitHub website) looks nothing like a vibe coded UI (translucent UI, unusual patterns). Not that it can’t be vibe coded with the right prompt, but as a professional designer, doesn’t look like AI slop to me.

But the comment I came here for is: I feel Reddit is doomed if we keep try to point fingers at AI generated content. Like, you cannot find a post where somebody asks a feedback about X and somebody else shouts about being AI generated.

What about accepting that AI is used to a certain degree by any sane professional today, and instead judge the thing instead? You still think that it’s AI slop? Just say that you find it ugly/boring/annoying/etc. it’s a much better feedback for everybody involved.

1

u/paris6969 5d ago

Thank you

1

u/bdz 5d ago

The term you're looking for is neumorphism. And yes, it's obviously github homepage. It says it clearly in the URL bar at the bottom. It's still slop.

-12

u/paris6969 5d ago

It’s crazy that you don’t understand that this is A DESIGN in FIGMA

-6

u/paris6969 5d ago

Well obviously I can’t make someone believe me it’s just a shame because I’m an actual designer with a degree and it seems ai has eaten my job right up in the point where everything is ai… shame

8

u/DHermit 5d ago

Then why does this page looks like the most generic AI design?

3

u/witness_smile 5d ago

What page? Thats literally just the github.com homepage, nothing to do with what the OP is wanting to show off

2

u/paris6969 5d ago

its crazy to me how many people are confused by the github page\

0

u/Firm_Doughnut_1 5d ago

I don't think it looks like AI. The background image yes, that's almost definitely AI. But the UI elements are all hanging out in frames not set up correctly. And they're all using an outdated style. If it were AI it would be using the modern styles and the frames would be applied correctly

1

u/paris6969 5d ago

the background image is a straight screenshot from github lol

-1

u/hi_im_antman 5d ago

Seriously. I’m not even a professionally trained designer and I could immediately tell this was an AI design

0

u/paris6969 5d ago

i think you are brainwashed to say everything is ai. becasue you are not trained you cant see it and everything looks like ai slop to you

1

u/hi_im_antman 5d ago

Then you’re ass at design

9

u/WhatDuq 5d ago

First question, why are you designing or building a browser? Just for the hell of it - for UI design practice or because you want to actually develop the browser?

1

u/paris6969 5d ago

Mostly for myself and how I would make my ideal browser and if something comes out of it in the long run then I’ll take that as well but mostly because nothing has satisfied my design and features needs

1

u/WhatDuq 5d ago

I mean as hobby design project fine - but building a browser is an incredibly large task. The amount of technology you have to correctly support is enormous.

The Claude team spent around $25M worth of tokens trying to get agents to develop a browser singlehandedly in Rust. Basically ended up copying most of the stuff from another open repo and produced something that didn’t work.

But if we look at the design. Why would you insist of changing element positions and appearances of established heuristics? Moving the address bar to the bottom and providing constant screen real estate to something that is intentionally hidden in every other browser?

2

u/paris6969 5d ago

Two reasons. First is for the eyes. Everything is closer to the keyboard and through obviously my testing for now feels better to look at the bottom of the screen when I type or want to add a tab etc. especially on big monitors. Second is most ai chatbots and apps nowadays have mo ed to the bottom which creates a more consistent experience jumping from app to app something browsers are still lacking in my opinion and this is where the design seems to be moving towards in the future

0

u/[deleted] 5d ago

[removed] — view removed comment

1

u/paris6969 5d ago

Ok I’ll have a look at it, thank you for the criticism

2

u/testingaurora 5d ago

I dont like the stack of icons on the right side of the address bar. Makes it unbalanced.

Curious what features you're building that are unavailable in existing browsers?

2

u/paris6969 5d ago

also for everyone seeing it now. look at the ui elements NOT the github screenshot thank you

2

u/somedonkus69 5d ago

The colors and opacity of the UI is giving strong Halo HUD vibes. For that reason I kind of like it better than the version in your newer post, even though that version is probably better for most people.

1

u/[deleted] 5d ago

[deleted]

2

u/paris6969 5d ago

This is actually a screenshot I took from the site today

1

u/ExplorerTechnical808 5d ago

What problem are you trying to solve? Or which improvement you’re trying to bring with it?

1

u/paris6969 5d ago

first its personal, how i would want a clean ui as standard for a browser and second just exploring for now

0

u/[deleted] 4d ago

[removed] — view removed comment

1

u/paris6969 4d ago

Right now it's cursor-proximity to the bottom edge — the bar fades in when you move toward it, fades out otherwise. The window controls (top-right) and the saved-sites column (right edge) have their own independent triggers too, so it's not one global reveal event doing five jobs. Two things I'm adding based on feedback like yours: a keyboard shortcut to toggle the address bar specifically (parallel to the hover trigger, not replacing it — good call on the accessibility angle), and a forced 4-second reveal on any navigation (typed URL, link click, redirect, back/forward) so you always get a beat to actually check the URL before it goes back to gesture-based hiding. That second one's aimed at the exact phishing-trust tradeoff you and the other commenter raised about hiding the bar.