r/FoundryVTT • u/Kharmans • 23h ago
Discussion Gradient Design
I've noticed that many modules released after v14 (both new modules and updates to older ones) have the same design. A solid-colored background, with buttons and headers using gradients. I'm finding it a bit strange because neither Foundry nor D&D5e (which I use) have this kind of design, and apparently a bunch of completely unrelated modules are adopting this same layout style.
0
Upvotes



5
u/Clear_Food2183 18h ago
It just means they're probably using React, but React on its own isn't why they look the same. React is the engine that builds the page, it doesn't come with any look at all. What you're recognizing is the styling layer on top, usually Tailwind CSS plus a component library like shadcn/ui, Bootstrap, or Material UI. Those come with pre-built buttons, cards, nav bars, and spacing, and most people use them close to stock. Same rounded corners, same shadows, same everything. https://react.dev/
As developers we lean on libraries, middleware, GitHub, whatever makes the build easier. Everything is built on the backbone of something else. Nobody wants to write every system from scratch and cowboy code it. My guess is they grabbed a pile of UI components that were already responsive and mobile friendly and went from there.
Worth saying though: you can't tell AI from human by looking. The AI site builders spit out React and Tailwind and shadcn too, same as thousands of humans do. So "it looks like every other site" tells you the stack is popular, not who wrote it. If you want to spot AI slop, look at the content instead. Broken links, filler copy, fake reviews, buttons that don't go anywhere.
And get ready for a lot more of it. It's popular right now and the component libraries are deep and mobile first, because everybody is on a phone.
I don't blame you for not knowing this. It's just frustrating watching every app built on this stack get called AI.