I’m the creator and maintainer of a Bootstrap fork, and I’m curious about how the webdev community currently feels about Bootstrap.
Do you still use it in your projects?
If yes, what keeps you using it?
If no, what made you move away from it?
What would you like to see changed or improved?
I’ve seen a lot of discussions over the years about whether Bootstrap is still relevant, especially with utility-first CSS frameworks like Tailwind gaining popularity. But Bootstrap still powers a huge number of websites.
Would love to hear your thoughts—both from those who love Bootstrap and those who have moved on!
Yes I still use it because I’m a full stack developer which means I’m expected to handle front end work but I don’t have much time for it and I’m not good at it. So building everything with Bootstrap ensures that it works and looks fine.
We’re just a small team of two If I had someone dedicated to the front end, I wouldn’t mind if they didn’t use Bootstrap.
@Niko
Lol are we living the same life I can make the front end do anything you want I will make that UI sing and have a solid backend supporting your dreams!
But it’s going to look like Shrek took a dump in your browser.
Reid said: @Niko
This is why I hate companies that only look for full-stack devs when the work should be done by two people.
My company started that way. We had a graphics person, me handling front end, and a backend guy. But we didn’t have enough work for the graphics person, and I learned backend work instead because I was often just sitting around.
@Niko
Same here small team and full stack responsibilities Bootstrap saves me a lot of time on the front end which isn’t my strong suit I can focus on functionality knowing the UI won’t look bad. For teams without dedicated front-end devs, Bootstrap is still extremely useful.
Rin said:
Yes but mainly because our old apps still work and we never updated (still on v3)
How do you handle security I’m in the process of rewriting all my v3 apps to remove it
We do periodic updates for third-party libraries and keep jQuery recent But most issues were related to PHP or other server components we didn’t use. There aren’t many security issues in the UI space
We’ve upgraded our security and have faced multiple attacks that seem state-sponsored These are hard to exploit but I’m worried about unknown vulnerabilities from powerful nations.
It’s still my go-to for projects without a dedicated designer After 10+ years, it’s very familiar and lets me build things quickly while maintaining some level of visual appeal.
I’ve tried Tailwind a bit and can’t say I’m a fan… but that might just be my reluctance to change.
It’s funny to compare Bootstrap and Tailwind They both serve different needs.
For example, Bootstrap, while sometimes generic, provides pre-built components like tabs and accordions while Tailwind focuses on UI features like colors and sizes which are used to compose elements.
So for a blue button, you can just use class ‘btn btn-primary’ and be done with it but with Tailwind, you’ll need a long list of classes.
If you need a UI fast, Bootstrap can actually get you started quicker than Tailwind.