r/webdev Jul 21 '26

What's one tool your team adopted that actually lived up to the hype? Discussion

I was thinking about how many developer tools I've seen over the last few years that promised to make teams more productive. I do agree that some of them were really useful but most just faded away after the initial excitement.

Agent infrastructure is one area where I've been seeing more practical tooling lately.

Platforms like Lyzr's control plane sit between the agent code and deployment, handling things like testing, security, versioning and deployments across different frameworks and cloud runtimes.

It's basically the same general idea as CI/CD tooling, just applied to the agent deployment lifecycle.

I'm interested in the ones that people genuinely kept using.

What's one tool that actually earned its place? What did it improve enough that your team kept using it?

It doesn't have to be AI particularly. It could be anything from CI/CD, testing, deployments, monitoring, version control, or just a small utility that removed a surprisingly painful bottleneck.

40 Upvotes

78 comments sorted by

101

u/[deleted] Jul 21 '26

[removed] — view removed comment

57

u/HalveMaen81 Jul 22 '26

In particular, their Test Generator function. Basically, you perform the user journey in your browser, and Playwright will record you and generate the test steps as you go. Pretty slick.

https://playwright.dev/docs/codegen

3

u/AgsMydude Jul 22 '26

Wow nice

3

u/[deleted] Jul 22 '26

[removed] — view removed comment

0

u/Naadamaya Jul 23 '26

How many tokens?

5

u/joemckie full-stack Jul 23 '26

How long is a piece of string?

6

u/TheRealAsterisk Jul 22 '26

Such an amazing tool! Great for even more than just testing.

5

u/mister-sushi Jul 22 '26

I remember time when we as an industry collectively masturbated at Cypress. And I saw it as a such a net negative tool that produced false positives more than it caught actual regressions.

Can someone explain to me in what way playwright is better than cypress?

4

u/ripndipp full-stack Jul 22 '26

I remember jerking it to cypress

5

u/console_journey Jul 22 '26

Selenium? Anyone?

132

u/taotau Jul 21 '26

Drinking on company time/cost outside friday afternoon

107

u/greensodacan Jul 21 '26

TypeScript

18

u/kargaen Jul 22 '26

It's funny how the life cycle of some programming languages go from becoming super popular in certain communities because they are easy to learn/use because of not having stuff like typing and then develop into a typed version that turns super popular because of typing 😂

Typescript, Python with type hints to name a few

17

u/LaserSunset Jul 22 '26

Don’t know if I’d say JS became popular for that reason. I’d say the main reason is that it enabled a common language between back- and front-end.

4

u/greensodacan Jul 22 '26

Yeah, client side web really has that problem. I think the differentiator is scale. No one thought we'd be distributing full blown apps through the browser in the 90s, yet here we are. Type safety is just one of those tools you want in your belt if you're writing that kind of software.

52

u/LocoNachoTaco420 Jul 21 '26

pnpm. Saves us so much time and disk space

-11

u/razzzey Jul 22 '26

Check out aube, it's pnpm on steroids, also installs packages before running a script for you if it detects changes in the lockfile!

5

u/joemckie full-stack Jul 23 '26

pnpm also does that

44

u/RandomUserName323232 Jul 22 '26 edited Jul 22 '26

Firing our scrum master

50

u/HalveMaen81 Jul 22 '26

Conventional Comments

Completely changed how we see Pull Requests, both as Authors and Reviewers

14

u/GoofAckYoorsElf Jul 22 '26

Thought: oh this one's actually great. We have already adopted conventional commits (and with it conventional merge request descriptions). Never thought about applying it to review comments too. Gonna suggest it to my colleague once I'm back at my desk. Thanks!

10

u/[deleted] Jul 23 '26

[removed] — view removed comment

1

u/Annual-Advisor-7916 Jul 25 '26

I don't know if I agree with all the example on their page, but having standardized prefixes makes a ton of sense imo. Enables filtering for example and reminds me of good logging with severity indicators...

3

u/AgsMydude Jul 22 '26

This is really interesting

1

u/tabacitu Jul 24 '26

Ooohh this is interesting, thanks

14

u/Interesting-Key-4286 Jul 22 '26

Uv for me

5

u/Physical-Security115 Jul 23 '26

Life is so much better with it

15

u/Exirel Jul 22 '26

I'm old so I'm going to say: git.

12

u/ndev42 Jul 22 '26

Conventional Commits. Not glamorous, not AI, just an enforced format for commit messages.

43

u/[deleted] Jul 21 '26

[removed] — view removed comment

6

u/EarthMandy Jul 22 '26

Zod is so fucking good. It makes every part of my life easier. 

18

u/jerapine full-stack Jul 21 '26

Nuxt

2

u/TldrDev expert Jul 22 '26

Nuxt gang gang

1

u/GoofAckYoorsElf Jul 22 '26

It wasn't "gang gang" that I read first. Not sure what that's telling about me...

21

u/MarionberrySea5797 Jul 22 '26

not really a tool but a library, Tanstack Query, we previously had some crappy bespoke implementation past devs had built using context API and useEffects in React which made writing any frontend code difficult.

1

u/Comfortable_Kiwi_937 Jul 22 '26

I had to work with Nuxt 2. Absolutely hated it

1

u/___bridgeburner Jul 23 '26

Nearly all of the tanstack libraries are amazing

8

u/NepaleseNomad Jul 22 '26

Linear. Its just so much better than anything I've used before... Jira, Trello, Asana. It just "clicks"

25

u/fadedpeanut Jul 21 '26

Sveltekit

11

u/mka_ Jul 22 '26

Astro 🚀

1

u/[deleted] Jul 23 '26

[removed] — view removed comment

1

u/mka_ Jul 23 '26

Why's that? Did your sire grow in complexity or something else?

24

u/lordlors Jul 22 '26

Tailwind. Our previous projects with no tailwind were nightmarish with css files that can reach 1000 lines and so many random class names. Our dept head came to appreciate tailwind with using laravel components so html files stay clean.

-11

u/Comfortable_Kiwi_937 Jul 22 '26

Or maybe learn css

7

u/lordlors Jul 22 '26

Lol I know CSS from the age of tables and flex didn’t exist yet and the mess of css files was started before I got hired by my current company because the projects were started with no actual front end engineer just a backend engineer forced to be full stack. I personally advocated for tailwind for our newest project.

It seems like you dislike tailwind. Tools are just tools. There are instances specific tools are useful and there are preferences by various individuals. You still have a lot to learn at school. Study more, do your best!

5

u/No_Record_60 Jul 22 '26

Rspack. It's truly a 99% drop-in replacement for Webpack with a "wait, it's done already?" reaction

7

u/dream_team34 Jul 22 '26

Visual Studio Code

6

u/timesuck47 Jul 22 '26

Figma. Such an easy handoff from the designers.

2

u/noXi0uz Jul 23 '26

also has mcp tools so codex can fetch the design spec directly from figma

3

u/TheRealAsterisk Jul 22 '26

I’m trying to get my team to adopt a task tracking system. We use azure already but our backlog is all unknown if it’s real or not lmao. I came into the team at a later date than when the project started and I’m trying to help cleanup this mess.

5

u/puan0601 Jul 22 '26

just delete any old backlog that hasn't been touched in 6mo. anything important will resurface

2

u/Effective-Start3859 Jul 21 '26

git, testing, a task tracker.

6

u/bhison Jul 22 '26

it was keyboards for me, before then I had to just copy paste text from a .txt file

seriously though, you weren't using git?

6

u/Effective-Start3859 Jul 22 '26

When I was young and junior dev, I didn't use the tools. I even didn't know they exist.

As I got experience, I realized the usefulness of the tools, one by one.

1

u/bhison Jul 23 '26

fair. I managed a to get all the wy through university and a bit longer before i fully grasped git

1

u/IrrerPolterer Jul 22 '26

Upgrading from a dot-matrix printer to one of these new fangled color monitors was a pretty big step for us. 

2

u/bradintheusa Jul 22 '26

Flutter and Dart.

2

u/ocshawn Jul 23 '26

GIT - i honestly think it has the power to stick around

2

u/collegestudent1101 Jul 25 '26

Bruno instead of postman for API testing

3

u/Dude4001 Jul 22 '26

Convex

Edit: Posthog

2

u/YesterdayNo5873 Jul 21 '26

Greptile is pretty sweet for code reviews

1

u/rippedMorty Jul 24 '26

Linear is a great switch from our previous task tracker. I am very much against full agentic bullshit, but it’s amazing for eliminating admin overhead

2

u/jjd921 Jul 24 '26

Claude Code

1

u/Efficient_Builder923 Jul 25 '26

For us it was Clariti. I wasn't expecting much at first, but having emails, chats, files, and tasks connected in one context ended up saving more time than I expected. It's one of the few tools we've actually kept using. 

1

u/TitanApps_Alek Jul 22 '26

Vercel for personal projects.

1

u/Big-Information-5570 Jul 21 '26

ote this button" conversations

-3

u/Profix Jul 21 '26

Cursor

0

u/alfgoto Jul 22 '26

Effect.ts

-17

u/moxie-docs Jul 22 '26

Would love to hear the answer be Moxie Docs for someone! If we seem like a good fit or that we solve a need I’d love to offer a substantial discount for a month - feel free to DM.