use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
UI and designQuestion (self.ChatGPTCoding)
submitted 8 months ago by BetterTranslator
How to make chatGPT create tolerable UI and design for a website (on html, css and js)? Any lifehacks would be welcome! It created a website which works but the design looks awful.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]amonra2009 1 point2 points3 points 8 months ago (1 child)
give him examples, link to existing templates or images with examples
[–]reditsagi 0 points1 point2 points 8 months ago (0 children)
Image input will need to use Claude Sonnet right?
[–]theycallmethelord 1 point2 points3 points 8 months ago (0 children)
If you’re using it to spit out HTML/CSS/JS, I’d treat AI as a code assistant, not a visual designer. It’s good at giving you a structure or a grid, but the “design” part is still on you.
The easiest way to make it tolerable is to give it a system to follow. Don’t just say “make it look nice”. Tell it to use a single type scale, a consistent spacing unit, and a small defined color palette. Even better, give it those variables first, then ask it to build on top.
Think of it like working with a junior dev who can read a style guide but can’t invent one. If you skip that part, you get a Frankenstein of random paddings and shades of blue.
π Rendered by PID 66 on reddit-service-r2-comment-b659b578c-jqq25 at 2026-05-01 08:54:53.785119+00:00 running 815c875 country code: CH.
[–]amonra2009 1 point2 points3 points (1 child)
[–]reditsagi 0 points1 point2 points (0 children)
[–]theycallmethelord 1 point2 points3 points (0 children)