As a small team, I just think small teams don't need PM SaaS tools anymore
My friend and I have been building a small project for the past two months, and went through completely different project management setups.
Before this, I was a startup founder of a 10+ member team. Back then, our team used Linear, I loved it, best-in-class UI in my opinion. But over time, I just found that we went to the Linear UI less and less. The advantages that I used to appreciate became worthless, because we just managed those tickets with MCP anyway.
Unfortunately, my startup did not work out. This time, when my friend and I started, it was just the two of us. We did not go back to Linear, as sleek UI stopped mattering to how we actually worked. But we went further: I vibed an agent to fully run a html-based board. I used the agent to update tickets, flag stale ones, the agent can even send PR fixes when docs drifted.
For a few weeks it worked. Then it quietly stopped working. It is not because the agent was lazy, but because as the specs and tickets kept growing, they lacked structure and a real lifecycle (html) like an API has. Whenever we changed a project decision, the old one never really left; residues of outdated documentation, decisions, specs accumulated, and eventually confused the agent.
So, we moved the underlying tracking to plain GitHub issues instead. It is free, as we use GitHub anyway. It got everything I needed — basic ticket tracking with a real lifecycle. I don't like the plain GitHub Project view, so we kept the vibed beautiful html board, which syncs with the GitHub issues underneath.
I genuinely think, as a small team, we don't see the case for a PM SaaS anymore. But we are a two-person, all-engineer team anyway, so it is probably different at bigger teams.