DEV Community

Cover image for One month after launching Toolkiya — 97 free browser tools, real GSC numbers, what worked, what didn't
Mayank Rai
Mayank Rai

Posted on • Originally published at toolkiya.com

One month after launching Toolkiya — 97 free browser tools, real GSC numbers, what worked, what didn't

A month ago I launched Toolkiya with 65 free browser tools. It's now at 97 tools — still 100% client-side, still zero server cost.

The launch post did better than I expected: hit ProductHunt, got traction on Hacker News, and pulled in real organic traffic. A month later, I have actual GSC data. Here's what it shows — and what I'd do differently.


The Numbers (Google Search Console, 30 days)

Metric Value
Total Impressions 3,200+
Total Clicks 180+
Average CTR ~5.6%
Average Position 18.4
Pages getting impressions 34

Not viral. But real, compounding, and growing week over week.


What Worked

1. Long-tail tool pages rank fast

Pages like /tools/json-formatter and /tools/base64-encoder started getting impressions within 2 weeks. Google indexes utility tool pages quickly when the content is focused and the intent is clear.

Lesson: One tool per page with a clear H1 beats a mega-page listing 50 tools.

2. Zero server cost = zero pressure

Everything runs client-side (Next.js static export + Vercel). No API calls, no database, no monthly bill creeping up. This lets me ship and iterate without worrying about cost per user.

3. The DEV.to launch post brought lasting referral traffic

Weeks after posting, it still drives occasional referral clicks. Writing a genuine build post — not just a product announcement — made people actually want to check the tool.


What Didn't Work

1. The homepage ranks for almost nothing

I optimized the homepage for "free browser tools" — too broad, too competitive. It gets impressions but ranks around position 40+. Individual tool pages outrank the homepage for their own queries.

Fix: Stop trying to rank the homepage. Double down on individual tool SEO.

2. Tools with no search demand get no traffic

Some tools I built because they seemed useful. Turns out nobody searches for them. GSC impressions = 0 after a month.

Fix: Do keyword research before building the next tool, not after.

3. No internal linking strategy

I had 97 tools with almost no cross-linking. Wasted PageRank and missed opportunities to keep users exploring.

Fix: Added "Related Tools" sections. Already seeing longer session times.


What I'm Doing in Month 2

  • Writing individual "how to" blog posts for high-traffic tools
  • Adding structured data (FAQ schema) to top pages
  • Targeting 10 new tools based on keyword gap analysis
  • Building backlinks through genuine community posts (like this one)

The Stack (in case you missed it)

  • Framework: Next.js (static export)
  • Hosting: Vercel (free tier)
  • Cost: $0/month
  • Tools: 97 and counting

If you're building a tools site or thinking about one — the client-side only approach is genuinely underrated for SEO. Fast pages, no server errors, easy caching.

Happy to answer questions about the architecture, the SEO approach, or anything else. And if you want to try the tools: toolkiya.com

Top comments (0)