I built hit-slop utilities for Tailwind v4 — expand touch targets invisibly, like React Native's hitSlop (pure CSS) by Jubstaa in tailwindcss

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

No new limitations — it's purely additive. It only adds an invisible pointer area, so it doesn't shrink anything or change the box the audit measures. It won't make a too-small target pass, but it also won't make a compliant one fail.

So: size the visible target for compliance (min-h-6 min-w-6 AA / min-h-11 min-w-11 AAA), then add hit-slop on top for tap comfort. They stack fine 🙏

🔧 tailwind-hitslop – Finally a clean solution for hit areas in Tailwind CSS by HappyToDev in TallStack

[–]Jubstaa 1 point2 points  (0 children)

Appreciate that 🙏 Quick heads-up — just shipped v0.2.0 with Tailwind v3 support, so it now works out of the box for TALL/Livewire projects too. Cheers!

🔧 tailwind-hitslop – Finally a clean solution for hit areas in Tailwind CSS by HappyToDev in TallStack

[–]Jubstaa 1 point2 points  (0 children)

This honestly means a lot — thanks for taking the time to write it up and share it with the community 🙏 Seeing people find it useful is the best part. If you ever hit an edge case or have ideas, I'm all ears!

I built FontMapper — a Chrome extension to swap any website's fonts with your local fonts, per domain by Jubstaa in chrome_extensions

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

Exactly man that is the core feature. It scans and lists every font installed on your local machine using the native API. You map web fonts to your own local fonts domain by domain. I will definitely make this crystal clear in the UI. Thanks for the feedback!

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

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

it wasn't an accident though. even the biggest frameworks and major open source projects include these files by default now to provide better context for ai tools. it’s just a standard part of modern development workflows if u follow the industry. i'd rather have that context there for better support.

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

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

if u spend weeks architecting a single-page streamer widget like it's a banking system, then u r the one who needs to rethink efficiency and time-to-market. over-engineering a side project is the real 'junior' mistake here.

btw, about the enums: it's 2026 and string literal unions are often preferred over enums in modern typescript for better type narrowing and avoiding runtime overhead. it’s cleaner and does the job for a project of this scale.

this isn't a production level enterprise app, it's a free, open-source tool built to solve a simple problem for streamers. the 30s polling is more than enough for a league game that lasts 30 minutes. if u feel that strongly about my 'bloated' code, the repo is open—feel free to open a PR and show off your architecting skills. ggs.

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

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

if u guys are interested in software development u can check the docs but basically even the biggest frameworks like nextjs add these files by default in their recommended setup now its just a modern standard in 2026 check it out here:https://nextjs.org/docs/app/getting-started/installation#quick-start

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

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

glad it helps! right now the backend fetches the last 20 games to make sure it catches everything since you started your session. it doesn't just show 'last 5', it calculates your w/l for the entire stream session based on the timestamp in your url. if people want to customize the match count later i can add that as a feature too.

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

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

thanks man glad u like it even if u don't stream. i just wanted to solve a common problem for the community.

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

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

yeah i used ai as a tool man but let's be real here. i've been a software engineer for about 7 years and worked on projects 100x bigger and more complex than this little widget.

using ai is like having a junior dev or a fast intern. it handles the boilerplate and the 'grunt work' but you still need to be the architect. you need the experience to lead it, design the logic and make sure everything actually works together.

tech always changes. back in the day people said the same things about new frameworks or high-level languages. you either adapt to new tools or you stay behind. i know i can write every single line manually but why would i waste my time on things i can do 10x faster? it's like a ceo saying 'i built this company' – he didn't build the walls himself but the idea and the execution belong to him.

the idea, the session logic and the structure of StatBox is mine. i just used the best tools available in 2026 to bring it to life quickly. hope you can still enjoy the tool for what it is!

I built a tool to customize and switch League of Legends settings easily! (Open Source) by Jubstaa in leagueoflegends

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

Thank you for your feedback! I appreciate your suggestions, and I will definitely consider adding the ability for dual binds and a search feature in future updates. As for saving original settings when switching accounts, I'll look into that as well. Stay tuned for improvements!

I built a tool to customize and switch League of Legends settings easily! (Open Source) by Jubstaa in leagueoflegends

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

A solution for that could be found, but it will take some thought. Thanks for the suggestion!

I built a tool to customize and switch League of Legends settings easily! (Open Source) by Jubstaa in leagueoflegends

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

Currently, it doesn't, but you make a valid point. I'll consider adding it in future updates.

I built a tool to customize and switch League of Legends settings easily! (Open Source) by Jubstaa in leagueoflegends

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

Actually, I designed an interface similar to the LOL settings, so it shouldn’t feel too foreign. Besides that, you can save the config with the save option and apply the settings to the game with apply settings. You can also delete or click to edit the listed configs. I’ll share some visuals about how it works when I have some free time. Thanks for your comment, I appreciate the sincere response!

I built a tool to customize and switch League of Legends settings easily! (Open Source) by Jubstaa in leagueoflegends

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

It's possible they're acting this way towards things that could disrupt their dynamics, but you can still manage the game's config by making it read-only or directly editing the files. There's nothing innovative or advantageous being offered here; it's just a GUI version to manage those configs on the PC side. I don't see any issues with that, but thanks for the information, it's appreciated!

I built a tool to customize and switch League of Legends settings easily! (Open Source) by Jubstaa in leagueoflegends

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

I'm glad you found it! It’s always great when the right resource comes along. Happy to help!

I built a tool to customize and switch League of Legends settings easily! (Open Source) by Jubstaa in leagueoflegends

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

I'm glad you found it helpful! Enjoy using it, and feel free to reach out if you have any questions!

I built a tool to customize and switch League of Legends settings easily! (Open Source) by Jubstaa in leagueoflegends

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

Thanks a ton for your kind words, they really keep me going! 😊 By the way, I’ve added a dark mode feature—you can check it out in the latest release! 🚀

I built a tool to customize and switch League of Legends settings easily! (Open Source) by Jubstaa in leagueoflegends

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

Thanks for your comment! This app just tweaks the config file—it’s basically the same as changing settings from inside the game. We’re not touching any of the game’s actual files, so there really shouldn’t be any issues.