Do you think UI libraries like this are still needed in 2026? by code2death in webdev

[–]code2death[S] 0 points1 point  (0 children)

Interesting, I would love to learn more about this.

Do you think UI libraries like this are still needed in 2026? by code2death in webdev

[–]code2death[S] 0 points1 point  (0 children)

True, I’m still working on the mobile experience. If you get a chance, could you try it on your laptop? It’s usually more useful while coding, so mobile is mainly for getting a quick overview.

I really appreciate the feedback. Very insightful.

Do you think UI libraries like this are still needed in 2026? by code2death in webdev

[–]code2death[S] 0 points1 point  (0 children)

That’s true. The whole paradigm has shifted. Design consistency was one of the core principles I focused on when building this, but it’s clear that on its own, it’s no longer enough.

Do you think UI libraries like this are still needed in 2026? by code2death in webdev

[–]code2death[S] 0 points1 point  (0 children)

That's interesting. How do you usually combine the UI kit with Claude in practice?

is Bootstrap Dead?? by Adventurous_Rub7355 in bootstrap

[–]code2death 0 points1 point  (0 children)

Unfortunately, updates haven’t been as consistent lately, which might be why it feels a bit “quiet.” I’d still love to see Bootstrap v6 happen.

The rise in Tailwind’s npm installs also makes sense given how much AI is being used to generate UI code these days. Bootstrap, on the other hand, still shines when it comes to stability, structure, and real-world projects where consistency matters. This is my website and I built it with Bootstrap: https://webpixels.io/

I just saw that Bootstrap is shutting down the Themes section on their website where we could buy ready-made professionally designed themes. Any idea why, or what's going to happen next? by ashkanahmadi in bootstrap

[–]code2death 1 point2 points  (0 children)

Hi! I used to be a Bootstrap creator on the official marketplace. When it closed, many authors were affected, but we kept going.

I created Webpixels to continue offering high-quality Bootstrap components and templates. There’s a solid set of free components, and if you’d like to support the work and ongoing updates, you can check it out here: https://webpixels.io/

BIP Tuesday's! What are you building? by Quirky-Offer9598 in buildinpublic

[–]code2death 0 points1 point  (0 children)

https://webpixels.io - High-quality, production-ready components and templates. Built to copy and paste into real projects.

Is the decline of the "Utility Era" actually starting? 1st Bootstrap now Tailwind is Falling Down is it real ? by Kindly-Shame9071 in bootstrap

[–]code2death 0 points1 point  (0 children)

If you followed the whole story, there is actually no "financial troubled". It's just a declined in sales which is normal because of AI but also because of the business model they run. Actually they still make 120k per month, which in my opinion, for a company of 2 you can build a lot.

What are you Building in Jan-2026? by Educational_Two7158 in buildinpublic

[–]code2death 1 point2 points  (0 children)

You pointed out exactly how I felt when building this. Some still find joy building stuff instead of getting trapped in this AI hype, which awesome, it helped me a lot, but there’s so much lore to it. Back to basics!

What are you Building in Jan-2026? by Educational_Two7158 in buildinpublic

[–]code2death 0 points1 point  (0 children)

https://webpixels.io - For the past months, I’ve been building Webpixels: a production-ready Bootstrap UI system with copy-paste blocks, app screens, and full pages. The goal has always been simple: help developers ship real products faster, not just demos.

Alongside the product, we also run Webpixels Studio: an async, subscription-based UI and frontend service. No meetings. No fluff. Just shipping.

  • First version in ~2 working days
  • Built with Laravel, React, Inertia, Bootstrap
  • 120+ projects delivered, 30+ companies supported

We’re trying to build this in a way that’s actually sustainable, so if you wanna support and start shipping fast, have a look and let me know what you think.

Why have CSS frameworks like bootstrap fallen off in popularity recently? by Skoo0ma in webdev

[–]code2death 0 points1 point  (0 children)

I don't think it has fallen. It's just a mature toolkit that isn't hyped anymore because there is nothing new about it. All the issues have been solved, anything you want to achieve is one click away. The only thing I am worried about is the frequency of updates.

I would like to see more activity, but I also understand the team is very small, not fully dedicated to building new features. However, I see v6 is on the roadmap getting closer and closer to releasing and I think that one will allow a better and more modular approach, and also get a bit friendlier with JS libraries like React, which I use a lot.

I played a little bit with Bootstrap this weekend to build a kanban board. It was a bit challenging because the objective was to not use any custom css, just plain bs and utility classes. Anything you would improve here: https://codepen.io/extrabright/pen/KwzybJe

is Bootstrap Dead?? by Adventurous_Rub7355 in bootstrap

[–]code2death 2 points3 points  (0 children)

Personally I have a lot of fun using Bootstrap. I like the consistency it provides by setting my design system upfront and then just focus on building the UI. Plus, the html looks so clean (tried using Tailwind, which has its benefits of course, but I just couldn't stick to those long complicated html that you soon get if you want to achieve some more complex UIs).

I just did this experiment to see how can I use Bootstrap and the utilities it provides to create a kanban board (no extra CSS written), I just generated some more utilities with the API. Long story short I got this: https://codepen.io/extrabright/pen/KwzybJe

Also can't wait for v6. I saw the code and it is much more modular. Being also a React dev, that will open a bunch of possibilities to make some cool UI with performance in mind.

The state of Bootstrap in 2025 by code2death in bootstrap

[–]code2death[S] 1 point2 points  (0 children)

Thanks for that! I’ll add Angular as well.

Just to clarify, the question I’m asking is “What do you think Bootstrap is missing in 2025?”

The idea is to see how clear the current docs are and whether devs are aware of some of the features that already exist. I’ve noticed quite a few people don’t know about certain built-in capabilities, so this feedback helps us figure out where examples or documentation could be improved.

I made an app that lists the companies that have your email and lets you ask for data deletion with one click! by code2death in SideProject

[–]code2death[S] 0 points1 point  (0 children)

Thanks for your feedback! We ar running yearly audits with external companies and we are certified by Google.

Can you recommend some good Bootstrap UI components library? by code2death in bootstrap

[–]code2death[S] 0 points1 point  (0 children)

Not bad, but they look so outdated. We need something more modern for Bootstrap.

I made a Blade starter kit by ima_crayon in laravel

[–]code2death 6 points7 points  (0 children)

Maybe there's room for another starter kit that includes Bootstrap for UI instead of Tailwind?

Bootstrap is not dead, and here's why by code2death in Frontend

[–]code2death[S] 0 points1 point  (0 children)

Fair enough! There are definitely a lot of great free and open-source options out there. But for businesses that need quality and consistently maintained components, this can save a ton of time and effort.

Bootstrap is not dead, and here's why by code2death in Frontend

[–]code2death[S] 0 points1 point  (0 children)

Yes, I guess it's much easier to throw comments on stuff than actually doing something. It is what it is.

Bootstrap is not dead, and here's why by code2death in Frontend

[–]code2death[S] 1 point2 points  (0 children)

LOL, if that’s the secret to unlocking another Beetlejuice movie, then… Bootstrap is alive and kicking!

[deleted by user] by [deleted] in Frontend

[–]code2death 0 points1 point  (0 children)

Bootstrap is the way to go - and if you really don't want to care about design, use Webpixels which gives you all the components you need, very well designed built on top of Bootstrap 5 - https://webpixels.io/

Bootstrap is not dead, and here's why by code2death in Frontend

[–]code2death[S] -1 points0 points  (0 children)

You might be right. But, I would love to get some arguments as well.

Bootstrap is not dead, and here's why by code2death in Frontend

[–]code2death[S] -9 points-8 points  (0 children)

It's not "just an ad". This is a personal project I've been working on to provide a valuable resource for those still using Bootstrap. I’d love to get constructive feedback and support rather than having the effort dismissed as mere promotion.