pull down to refresh

I've been using ChatGPT and Claude to learn Rust and do some front-end stuff with Shadcn/Tailwind. I check and try to understand all the Rust code, because I'm trying to actually learn how the language works. But something like Shadcn (without any AI) scaffolds components with hundreds of lines out of the box.

Even if you take AI out of the picture, there's no way I'm reading every single CSS class and bit of markup (Tailwind is very verbose). I go in and edit things when the front-end doesn't look right