jjcm
4 hours ago
I’d recommend a different approach if you’re looking for unique, non-LLM looking styles. Consider trying diffusion as a starting point, then feeding that into an LLM to build.
Ie here are some results:
https://html.non.io/hydroponics
All of these started with diffusion renders as a starting point.
LLMs have intrinsic problems when it comes to design. They write code to represent design, but are trained to write consistent code. Consistent code is great if you’re writing a backend function that handles financial, but for design you end up with similar looks. You can use LLMs to police themselves, but it’s still like using backend engineers to review other backend engineers’ designs.
I left Figma to go build a UI design tool based off of diffusion because of this issue. I have a full walkthrough of how I build that tarot page here: https://x.com/pwnies/status/2076755344471289898?s=46&t=bwJTI...
jjcm
4 hours ago
Oh one warning - I didn’t optimize any of these for mobile. The hydroponics one does use some device motion for a cool effect though.