13 July 2026
Web design inspiration reddit: where designers really look
When Reddit discusses web design inspiration, the recurring answer is not a new gallery site: it is fatigue with the existing ones. Across r/webdev, r/web_design and r/UI_Design, the upvoted threads keep making the same request: less Dribbble concept art, less Awwwards showmanship, more real shipped products. Here are the actual threads, the pattern in their answers, and the step the threads stop short of: turning what you found into something you can build with.

The web design inspiration threads on Reddit
Google's results for this query are almost entirely Reddit. These are the threads that rank:
- "Where do you find GOOD Web Design Inspiration?" (r/webdev, 110+ comments): the biggest thread on the topic. The OP: "Sometimes I'll hit such a mental block that I feel like I've gone through the" whole catalog of usual sites and still comes up empty.
- "Where do you find actually good website design inspiration?" (r/web_design, 80+ comments, 1 year ago): the OP is "getting kinda tired of sites like Awwwards" and wants fresher go-to sources. The word "actually" in the title is doing the work.
- "These are my favorite web design inspiration websites" (r/webdesign, 40+ comments, 5 months ago): a working designer sharing the sites they regularly use, one of the few list-style threads with recent activity.
- "What are some good web design inspiration resources that..." (r/webdev, 30+ comments): the OP has "gone through the entire Dribbble (great site) & Behance (boy do their filters suck)" and wants alternatives by name.
- "Web Design Inspiration that isn't super artsy!" (r/web_design, 20+ comments): a request for inspiration "that isn't super flashy, experimental, or artsy," meaning designs you could defensibly ship to normal users.
The UI design inspiration threads
The sibling query surfaces the same complaint from the product-UI side:
- "What are your bests website for UI/UX inspirations?" (r/web_design, 30+ comments, 7 months ago): the OP's constraint says everything: "Only real world websites and apps, not awwwards ones."
- "Here do you actually find UI inspiration that isn't just..." (r/UI_Design, 20+ comments, 8 months ago, title typo the OP's own): "I keep going to dribbble and behance looking for inspiration but everything" is concept work that never had to survive contact with real content or real users.
- "Where to find ui inspiration?" (r/webdev, 4 months ago): a frontend developer who has "always struggled coming up with a ui," which is the quiet majority position in these threads: most people searching for inspiration are builders, not designers.
- "Looking for good sources of app UI inspiration" (r/UI_Design, 11 months ago): the OP notes "Mobbin looks great" but is still asking, which tracks with the paywall and coverage complaints in the Mobbin alternatives discussion.
- "Where do you go for UI inspiration" (r/UI_Design): an iOS prototyper "running out of inspiration on how to make it look good and feel good."
For dashboards specifically, we covered the dedicated threads in dashboard design inspiration on Reddit.
The pattern in the answers
Three things repeat across every thread:
1. Gallery fatigue is the default starting point. Nearly every OP names Dribbble, Behance or Awwwards as what they are trying to escape. The complaint is consistent: concept shots optimize for likes, not for shipping. They have no real data, no edge cases, no empty states.
2. "Real products" is the consensus answer. The constraint in the r/web_design UI/UX thread ("only real world websites and apps") is the whole genre in one sentence. What people upvote is references from software that survived production.
3. The threads end where the real problem starts. Every thread converges on where to look. None of them answer what to do next: you found a site you admire, and now you need to know why it works and how to apply it. A screenshot gives you neither the type scale nor the spacing system nor the color tokens. This is the same gap that makes AI-built apps all look the same: admiration does not transfer into a build without a spec.
From inspiration to something you can build with
This is the step we built duply for. The library holds 250+ real shipped products, the exact kind these threads ask for, each distilled into a DESIGN.md: the color tokens, type scale, spacing system and written rules behind the look. Browse it like a gallery, but leave with a spec:
- Linear for the dense, calm dev-tool look Reddit endlessly references.
- Vercel for near-monochrome restraint.
- Notion for warm, content-first product UI.
- Stripe for a marketing-and-docs brand that stays coherent.
If you build with an AI agent, the workflow is three steps: pick a product whose look fits, copy its DESIGN.md into your repo, and tell the agent to follow it. Per-tool setup for Claude Code, Cursor, v0, Lovable and Bolt is in how to give your AI agent a real design system.
FAQ
Where does Reddit say to find web design inspiration? The top threads in r/webdev and r/web_design converge on studying real shipped products rather than concept galleries. Dribbble, Behance and Awwwards come up mostly as what posters are trying to move past, because concept work skips real content and edge cases.
Why do designers on Reddit dislike Dribbble for inspiration? The recurring criticism is that Dribbble rewards visual spectacle over shippable design: concepts with fake data, no empty states, and interactions that were never built. Threads asking for inspiration "that isn't super artsy" or "not awwwards ones" are direct reactions to this.
How do you actually use a design you found for inspiration? Extract the decisions, not the pixels: the type scale, spacing system, color tokens and usage rules. That is what a DESIGN.md file records. With those in hand, you (or your AI coding agent) can apply the qualities you admired to your own product instead of imitating a screenshot.
What is the best design inspiration source for AI coding workflows? Galleries do not transfer into agent workflows because agents need decisions as text. A design system library like duply provides extracted DESIGN.md specs from real products that agents like Claude Code, Cursor and v0 can follow directly.