<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dreams</title>
    <description>The latest articles on DEV Community by Dreams (@gavin0x0).</description>
    <link>https://dev.to/gavin0x0</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4083818%2Ffe69bd99-a923-4409-8c6a-29e2139def85.JPG</url>
      <title>DEV Community: Dreams</title>
      <link>https://dev.to/gavin0x0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gavin0x0"/>
    <language>en</language>
    <item>
      <title>How I Built a 680-Tool Website with Astro and Got 22K Pages Indexed</title>
      <dc:creator>Dreams</dc:creator>
      <pubDate>Tue, 18 Aug 2026 19:08:48 +0000</pubDate>
      <link>https://dev.to/gavin0x0/how-i-built-a-680-tool-website-with-astro-and-got-22k-pages-indexed-2b46</link>
      <guid>https://dev.to/gavin0x0/how-i-built-a-680-tool-website-with-astro-and-got-22k-pages-indexed-2b46</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;A journey of 933 rounds of iterative development&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;I was tired of online tools that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Required email sign-ups&lt;/li&gt;
&lt;li&gt;Showed intrusive ads&lt;/li&gt;
&lt;li&gt;Sent your data to unknown servers&lt;/li&gt;
&lt;li&gt;Were slow and bloated&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Solution: NeoToolkit
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;NeoToolkit&lt;/strong&gt; (&lt;a href="https://neotoolkit.com" rel="noopener noreferrer"&gt;https://neotoolkit.com&lt;/a&gt;) is a privacy-first online toolkit with &lt;strong&gt;680+ free tools&lt;/strong&gt; that run entirely in your browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Numbers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🛠️ &lt;strong&gt;680+ tools&lt;/strong&gt; — calculators, converters, generators, and more&lt;/li&gt;
&lt;li&gt;🌍 &lt;strong&gt;12 languages&lt;/strong&gt; — EN, ES, FR, DE, IT, PT, JA, KO, ZH, RU, AR, HI&lt;/li&gt;
&lt;li&gt;📄 &lt;strong&gt;22,386 pages&lt;/strong&gt; — all statically generated&lt;/li&gt;
&lt;li&gt;🔒 &lt;strong&gt;100% client-side&lt;/strong&gt; — zero data collection&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Fast&lt;/strong&gt; — Astro SSG + Vercel edge&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Framework:  Astro (Static Site Generation)
Language:   TypeScript
Styling:    Tailwind CSS
Deploy:     Vercel
Build time: ~44 seconds for 22K pages
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  The Development Process
&lt;/h2&gt;

&lt;p&gt;Instead of building everything at once, I used an &lt;strong&gt;iterative approach&lt;/strong&gt;:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Round 1-100&lt;/strong&gt;: Core infrastructure + first 50 tools&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Round 101-500&lt;/strong&gt;: Expanded to 12 languages, added 300+ tools&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Round 501-933&lt;/strong&gt;: Refined SEO, added sports/financial/health tools&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Each "round" = data collection → analysis → plan → develop → deploy → report.&lt;/p&gt;

&lt;h2&gt;
  
  
  SEO Strategy
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What Worked
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multi-language pages&lt;/strong&gt;: 12x the indexing opportunity&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Long-tail keywords&lt;/strong&gt;: Each tool targets specific queries&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Structured data&lt;/strong&gt;: Schema.org markup on every page&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sitemap&lt;/strong&gt;: 22K URLs submitted to Google&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What Didn't (Yet)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backlinks&lt;/strong&gt;: Still building domain authority&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Core keywords&lt;/strong&gt;: Ranking ~50th for competitive terms&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Click-through rate&lt;/strong&gt;: 0% from Google search (working on this!)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Popular Tools
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tool&lt;/th&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Why It Works&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Online Ruler&lt;/td&gt;
&lt;td&gt;Utility&lt;/td&gt;
&lt;td&gt;Unique — calibrates to your screen&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tournament Bracket&lt;/td&gt;
&lt;td&gt;Sports&lt;/td&gt;
&lt;td&gt;Supports 4-128 teams&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BMI Calculator&lt;/td&gt;
&lt;td&gt;Health&lt;/td&gt;
&lt;td&gt;Simple, fast, accurate&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Password Generator&lt;/td&gt;
&lt;td&gt;Security&lt;/td&gt;
&lt;td&gt;Multiple strength options&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI Content Detector&lt;/td&gt;
&lt;td&gt;AI&lt;/td&gt;
&lt;td&gt;Trending topic&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Astro SSG is perfect for tool sites&lt;/strong&gt; — fast builds, zero JS by default&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;i18n is non-trivial&lt;/strong&gt; — 12 languages = 12x the content management&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO is a marathon&lt;/strong&gt; — 22K pages indexed but ranking takes time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client-side = trust&lt;/strong&gt; — users love that their data stays local&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Iterate fast&lt;/strong&gt; — 933 rounds taught me more than any course&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;More backlink building (this article is part of it!)&lt;/li&gt;
&lt;li&gt;AI-powered tools&lt;/li&gt;
&lt;li&gt;User-requested features&lt;/li&gt;
&lt;li&gt;Performance optimization&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It Out
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://neotoolkit.com" rel="noopener noreferrer"&gt;https://neotoolkit.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Open source?&lt;/strong&gt; Not yet, but considering it. Drop a comment if you'd contribute!&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built with ❤️ and way too much coffee.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>performance</category>
      <category>tools</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
