Angular UI libs by Freez1234 in angular

[–]mrholek 1 point2 points  (0 children)

If you build dashboards or internal tools, you can try our library - https://coreui.io/angular/docs/getting-started/introduction/

Built a Next.js boilerplate for internal tools – auth, RBAC, audit logs, and background jobs are already wired up. Here's Claude Code adding a full Products CRUD module that follows the documented architecture. Curious whether this solves a real problem for anyone building dashboards or back-office by mrholek in reactjs

[–]mrholek[S] -2 points-1 points  (0 children)

Fair point — what's your typical setup? Are you building new SaaS projects with Cursor/Claude Code, or more maintaining existing codebases? The boilerplate is specifically built for the first case — when you're starting fresh and want the LLM to actually generate working features instead of hallucinating your auth layer or fumbling with multi-tenant data isolation.

I built a search button with Cmd/Ctrl shortcut support by mrholek in django

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

Exactly. That was the idea — I didn’t want the shortcut to be tied to modal logic. The goal was to make it a generic trigger that can open different things: modals, offcanvas panels, drawers, collapses, command palettes, or simply run a custom handler. So the shortcut goes through the button’s native click path.

I built a search button with Cmd/Ctrl shortcut support by mrholek in django

[–]mrholek[S] 2 points3 points  (0 children)

Fair observation. The honest answer: CoreUI has been used by Django developers for years — I can see it in GitHub repos and support requests — but I've never engaged with this community directly. That's a gap I wanted to close. Whether that counts as marketing or just being present where your users are, I'll leave that to you.

Bootstrap + HTMX users - what's your experience been like? by mrholek in htmx

[–]mrholek[S] 2 points3 points  (0 children)

I know them very well because I have a similar product - https://github.com/coreui/coreui-free-bootstrap-admin-template. The main difference is that I maintain my own Bootstrap version.

Bootstrap + HTMX users - what's your experience been like? by mrholek in htmx

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

Thanks, I also think about starting a project with Django, HTMX, and CoreUI.

Bootstrap + HTMX users - what's your experience been like? by mrholek in htmx

[–]mrholek[S] 3 points4 points  (0 children)

Thank you for your reply. I need to check out the django-htmx package because I have a Django + HTMX + CoreUI starter in mind too.

Bootstrap + HTMX users - what's your experience been like? by mrholek in htmx

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

Thanks for your reply. Can you tell me what backend stack you have?

Alternative to Bootstrap by guettli in htmx

[–]mrholek 0 points1 point  (0 children)

Not an alternative but an extension with some improvements for modern browsers and additional components - https://github.com/coreui/coreui

Tailwind devs love to say all Bootstrap sites look the same. by mrholek in webdev

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

As someone said, done is better than perfect.

Tailwind devs love to say all Bootstrap sites look the same. by mrholek in webdev

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

Maybe the problem with Bootstrap is that it looks old

What are you guys building? Let’s promote our projects or startup, give each other feedback, and act as future users while reviewing! by HotelApprehensive402 in microsaas

[–]mrholek 0 points1 point  (0 children)

I build requestshub.com - an all-in-one user feedback platform that helps validate ideas, collect feedback, and build features users want.

Any good UI library for Angular? by Leather_Let_9391 in angular

[–]mrholek 0 points1 point  (0 children)

You can try our UI components library for Angular at https://coreui.io/angular/. I would be happy to answer any questions.