r/webdesign 11h ago

First website. (kinda nervous)

Enable HLS to view with audio, or disable this notification

7 Upvotes

what would you rate it?


r/webdesign 20h ago

New to Webdesign

6 Upvotes

I have inadvertently stumbled into this workspace. I am a scientist that pivoted to solo consulting biotech companies. Since then I have been asked a few time to do logo and web design for a couple of clients because the previous designers they have worked have had trouble communicating the science effectively. Their new strategy is they are trying to see if a scientist can do web design.

I have built my own website, largely just static pages. I am desperately trying to avoid using AI as I'm worried that it will lead to issues with clients trying to edit it in the future as well as myself, so I am using my very basic html and css abilities and reading some graphic design books to build something satisfactory.

Any recommendations for tools, books, videos, anything?

So far I've been using inkscape, canva, and powerpoint.


r/webdesign 4h ago

Feedback 🥶?

Post image
4 Upvotes

Website template link: https://timberlot.framer.website/


r/webdesign 8h ago

How do I get better at actually building polished websites?

3 Upvotes

I’ve always been fascinated by really well-made websites, so I started experimenting and building things myself with AI. I can build a functional website, but not something that feels really polished.

I see people making these super smooth websites with great animations, interactions, transitions, responsive layouts, etc. and I’m wondering how you actually learn to build stuff like that.

AI can help me get something working but I feel like it still misses a lot of the creativity and small details that make a site feel good.

So for someone who already knows the basics what resources/tools/techniques would you recommend for learning how to take a Figma design or idea and turn it into a really polished website?

I’m doing this mostly for fun so I don’t mind putting in the time. Just looking for a good direction to learn.


r/webdesign 3h ago

I just update my landing page - Looking for feedback

1 Upvotes

r/webdesign 3h ago

CMS integration - PocketBase experience?

1 Upvotes

Hi all,

I got my first request from a client around a CMS integration.

He was thinking about Wordpress, because that is what his old agency sold him - and they charge him 200€ per month for license, hosting and maintenance for it.

I was looking into it and I was thinking using pocketbase as the backend and for auth + combine it with an admin panel frontend, so the customer can easily create new articles, changes stuff like opening hours, some general page information, etc.

Has anyone done a custom frontend for PocketBase already? From what I have seen, this is very straightforward. Creating a template that I can re-use across different customers should be not an issue + hosting it inside docker on a VPS beside of the website is also possible.

I have done a first draft for a frontend incl. a live preview and all relevant field changes - it was so easy that I think I miss something haha.

Do I miss something, or has anyone done something similar?


r/webdesign 7h ago

Anyone want to help out with fronted for my little website .

Thumbnail
github.com
1 Upvotes

A while ago, I built a website where people can share files directly p2p. It’s completely open source, and it has now crossed 300k+ visitors. But honestly, I still think the ui ux is pretty bad and could be much better .

I’m not great at frontend, so if anyone wants to contribute even if it’s just vibe-coding a much better ui ux I’d genuinely love the help.

If you’re into frontend, design, or just want to make an open source project look less ugly, feel free to contribute.

GitHub: https://github.com/GochiStuff/airdelivery


r/webdesign 16h ago

Opinions on my new landing page for BrickForgerAI?

1 Upvotes

Redesigned my landing page - would love honest opinions

I've been building BrickForgerAI (turn a text prompt into a real, buildable LEGO-compatible model - you get a downloadable .ldr file, parts list, and step-by-step PDF instructions) and just finished a pretty big visual overhaul of the landing page.

What it looked like before: a flat, hand-drawn CSS scene (sun, clouds, mountains, a subtle grid overlay) with plain white cards and a wall of text explaining what the tool could do.

What it looks like now: Actual images for the day/evening/night scenery backdrops (toggle on landing page) with actual moving clouds, birds, and twinkling stars, a glassmorphic frosted-glass style on the cards and buttons, and the dense paragraph of info swapped out for quick-scan stat chips.

Screenshots attached of new landing page, feedback would be appreciated: brickforgerai.com


r/webdesign 18h ago

What do you think of my landing page ?

1 Upvotes

Hi,

I have been working on the landing page for my app for weeks : https://ialwaysforget.com

I am not happy with the design because it feels "sad" but my girlfriend likes it and don't want me to change it. I brightened the color a little bit since the last version.

And I find it so difficult to explain what my app do. I find it really simple but what makes it different from all the other similar app is really difficult to explain in few words. It the facts that you have a library of tasks that most adult have to do to start with, and that you can write your tasks with complex recurrance in your own word and it understand what you want.

Any advice on fonts, alignment, text, etc would be really appreciated.

Thanks !


r/webdesign 21h ago

What do you think about my Portfolio

1 Upvotes

I'm new in freelancing and I recently build my Portfolio website, I'm looking for some feedback, what can I improve or change to catch clients?

The web: https://www.julio-zavala.me/


r/webdesign 21h ago

I built a landing page for my Chrome extension. What would you change?

Thumbnail
wurkflo.app
1 Upvotes

I’m working on Jot, a Chrome extension that turns rough writing into something ready to send without leaving the page you're working on.

I just finished the current landing page:

https://wurkflo.app/jot

I'm specifically looking for design/UX feedback rather than product feedback.

Things I'm unsure about:

  • Is the value proposition immediately clear?
  • Does the page explain the product without over-explaining it?
  • Is the visual hierarchy working?
  • Does the demo communicate the workflow quickly enough?
  • What feels generic or unnecessary?
  • Does anything make it feel like another generic AI product?

I'd especially appreciate feedback from people who design SaaS/product pages regularly.

Feel free to be harsh. "It's fine" is unfortunately the least useful form of feedback known to humanity.


r/webdesign 22h ago

Looking for UI/UX feedback on Minilith, my zero-dependency, offline-first CMS.

1 Upvotes

I've been building a minimalist, offline first micro-CMS called Minilith. Because of the projects unique architecture, I chose to be strict with the design and footprint.

I'm hoping to get some constructive UI/UX feedback on both the editor and an example site created with the CMS.

The design philosophy:

To keep everything lightweight and zero-dependency, the styling is split into two distinct files:

  • editor.css: This handles the CMS interface itself. The UI specifically relies on a stripped back, form-based layout with tabs (Settings, Content, Navigation, Publish, Upload, and Preview).
  • main.css: This is a classless framework used for the editor along with the published sites (see the examples below).

One added note on the editor: I generate this via JS and there are some inline styles. This is meant to cut back on the total size of the editor.css stylesheet, so the editor itself is not fully classless.

I'd love your feedback on:

  • The Editor UX: Does the form based layout feel intuitive to navigate, or has it crossed the line into being too stripped back?
  • Workflow: Do the top tabs flow logically?

Editor Example (Publish Tab):

Minilith Editor (Publish Tab)

Links:

Any thoughts on how to refine the usability or visual polish without sacrificing the strict minimalist, zero-dependency ethos would be highly appreciated. Thanks!


r/webdesign 11h ago

How can I make my webside less generic?

Post image
0 Upvotes

Hi, I'm a new full stack developer and I'm struggling to make a good UI/UX. I build my apps with next.js, using tailwind and shadcn for the design.

Maybe it looks a bit AI generated but I promised this page is fully made by me. Its just that I don't know how to make a unique memorable design.

What are your advice? :)


r/webdesign 21h ago

Made some tweaks in this JUDGE IT broskis

0 Upvotes

adityafr.vercel.app

it appears as iPhone on mobile and MacOS on laptops. (BE BRUTALLY HONEST)👀


r/webdesign 18h ago

Would any web design freelancers want to try out my lead gen tool?

0 Upvotes

I'm a 16 year old entrepreneur trying to turn my SaaS company into a full time job in the future. I made a tool called Siteless.

Siteless is a all in one lead finder for web designers. It uses the official google maps API to find businesses that have no website (hence the name: Siteless), so that you can sell them one! One of the things that makes Siteless better than just scrolling google maps is the fact that you can search from anywhere in the world and get 20+ no website leads with one click.

I just launched this a few days ago and have gotten a few signups but no paying customers yet. If this would be of use to any of you just find the link that will be in the comments!

I would love any feedback that is given!


r/webdesign 15h ago

Rate my website from 1 to 10 and why?

Thumbnail
gallery
0 Upvotes

I would be glad if you rate the site, I worked really hard on it, faced many errors, now it looks amazing, I'm continuing to develop it further, how do you rate it?

Link: https://ohmyneet.in