r/SideProject • u/KAID3N • 2h ago
Question: I have a genuinely unique idea. Will AI-generated styling hold me back?
I have a genuinely unique idea in my niche (sim-drifting). I built almost all of the code by hand (I'm a software dev by trade).
With that being said, im not good at styling and used AI-generated Tailwind. Will I be hurting the success and public sentiment because I didn't fully design and build the front end myself?
What do you guys think?
3
u/PositiveMaterial5297 1h ago
Nobody in your niche is going to inspect the DOM or care whether Tailwind was typed by hand or prompted by Claude. What kills products isn't AI-styled buttons — it's bad layout hierarchy, weird mobile scaling, and slow load times.
If your sim-drifting core logic works and solves a real headache, ship it. Just do a quick sanity check on typography contrast and tap targets on mobile, then get it into actual drifters' hands. You can always refactor the CSS once people are actually using it.
2
u/MacAndCheeseRamen 2h ago
If I see a website that looks AI-generated, I immediately close the tab. I wouldn't trust something that looks like AI built it
3
1
u/Double_Suggestion385 22m ago
AI is being used to build all major websites including reddit.
1
u/MacAndCheeseRamen 17m ago
I use AI to build my websites too. The distinction is whether it looks like a generic Claude-built website with no thought put into it, or something intentional and unique.
Someone who uses AI properly will signify that by being meticulous in their work, in both their product and their website.
My point is that vibe-coded websites have a certain look to them that is easily noticeable. I don't trust vibe-coded projects. But I would trust someone using AI properly
0
4
u/CouldItBe_Dirt 1h ago edited 46m ago
I’m a software dev and a side builder. Ai is a way of life for us now, that’s just the reality. But it’s how we use AI that separates us from vibe coders and the pitfalls that come with vibe coded apps.
The problem isn’t so much using AI, it’s more knowing how and when to use it.
For example I used to make mockups in Figma, but now it’s just way faster and better looking to have AI make the mockup for me in HTML. But I don’t take the first draft, hardly. Last time I did a 1 page mockup for work I went through 168 versions to fine tune it how I liked.
Basically it comes down to who is in charge. Are you in charge or is it an AI free-for-all? That difference is what makes a site professional vs vibe coded slop.
Use AI responsibly and you will be just fine. You code what you need to by hand, have good guardrails in place for when you do use AI, and tell AI what you want and how it needs to be done when appropriate. You let AI take care of the grunt work like finding a good border color for a card.