In June I tested the 29 startup directories my launch tool submits to. Exactly one let you submit without an account.
I re-ran the whole thing today.
Now it's zero. And two of the directories no longer exist.
Method: curl each submit URL, follow redirects, record the final status and where you actually land. Then fetch anything returning 200 to see whether a real form was there.
Where you land is the useful part. /login?origin=/submit is not ambiguous.
The one that worked in June: Launching Next. A real free form — name, URL, description, maths captcha.
Today it returns 403 to an automated request.
Might still be fine in a browser. But nothing is verifiably open any more.
Two are gone. Not down — gone.
SaaSBird
Stunning
In June both refused the connection, which at least means something was there. Today the domains don't resolve at all.
Both are still on the "best directories" lists.
Four now prove the login wall by redirect. You ask for the submit page and you land here:
findly.tools → /sign-in?from=submit
startupbase.io → /login?origin=/submit
tinylaunch.com → /login?returnTo=
hashnode.com → /login?callbackUrl=
No interpretation needed.
Five still 404 on the submit URL published in their own docs:
SaaSHub
OpenTools
ProductSeer
ToolFinder — was a 403 in June, now the page is simply gone
BetaPage — 301s to a different domain, which then 404s
Twelve weeks of drift on one list:
MicroLaunch now sends submissions to a paid tier
ToolFinder's submit page vanished
AlternativeTo swapped a 404 for a 403
GetMoreTools came back from the dead
AI Tools Directory moved its URL
One genuinely free route I could confirm: Fazier.
Basic tier, $0 — "reviewed & listed within 30 days", and you embed a backlink.
Paid tiers are $29 / $49 / $149.
That's the only free submission path I found in 29.
The caveat, and it matters: a 403 means a script was blocked. A human in a browser often walks straight through.
I didn't create 24 accounts to check. So "needs an account" here means "not automatable" — a narrower claim than it sounds.
The point isn't that directories are useless. It's that the lists recommending fifty of them are snapshots that decay, and nobody re-checks.
I build Zarek, which submits to these. The audit exists because I needed to know what was automatable.
Both runs, every URL: zarek.tech/research/startup-directories
The distinction you draw at the end matters more than it looks, "needs
an account" being narrower than "not automatable" is an honest caveat
most audits like this skip, and it's the difference between "these
directories are hostile" and "these directories aren't built for scripts,
which is a different and much less damning claim."
The two domains that stopped resolving entirely versus the ones that
still refuse the connection is a good distinction to preserve too, "gone"
and "walled off" get lumped together in most "best directories" listicles,
and they're operationally very different outcomes for anyone building
around them.
Twelve weeks of drift on one list is the real finding here though, not
any single directory's status. If a curated list needs re-verification
that often, the list itself is the thing decaying, not just the sites
on it, and nobody's job is to catch that.
Spot on. "The list itself is the thing decaying, and nobody's job is to catch that" nails the exact reason we built continuous verification instead of just selling a static database. Most founders waste hours submitting to dead domains or walled gardens because listicles treat directory data as permanent.