<?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: thereal1</title>
    <description>The latest articles on DEV Community by thereal1 (@taimdeb).</description>
    <link>https://dev.to/taimdeb</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%2F4136172%2F65542cf0-428c-4204-aa3c-3281f73f56d8.png</url>
      <title>DEV Community: thereal1</title>
      <link>https://dev.to/taimdeb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/taimdeb"/>
    <language>en</language>
    <item>
      <title>ToolScart</title>
      <dc:creator>thereal1</dc:creator>
      <pubDate>Tue, 22 Sep 2026 18:19:11 +0000</pubDate>
      <link>https://dev.to/taimdeb/toolscart-323l</link>
      <guid>https://dev.to/taimdeb/toolscart-323l</guid>
      <description>&lt;h1&gt;
  
  
  8 Months Ago I Barely Had a Website. Now I Built ToolScart.
&lt;/h1&gt;

&lt;p&gt;A little over 8 months ago, ToolScart was just a small experiment.&lt;/p&gt;

&lt;p&gt;It had:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;an HTML form builder&lt;/li&gt;
&lt;li&gt;a CSS button generator&lt;/li&gt;
&lt;li&gt;a color picker&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That was basically it.&lt;/p&gt;

&lt;p&gt;Today, ToolScart has become something completely different.&lt;/p&gt;

&lt;h2&gt;
  
  
  What ToolScart Is
&lt;/h2&gt;

&lt;p&gt;ToolScart is a collection of developer tools that run directly in the browser.&lt;/p&gt;

&lt;p&gt;Currently it has 22 tools covering things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;li&gt;data conversion&lt;/li&gt;
&lt;li&gt;formatters&lt;/li&gt;
&lt;li&gt;encoding/decoding&lt;/li&gt;
&lt;li&gt;developer utilities&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Changed
&lt;/h2&gt;

&lt;p&gt;The biggest change wasn't just adding more tools.&lt;/p&gt;

&lt;p&gt;I started learning how an actual website works.&lt;/p&gt;

&lt;h3&gt;
  
  
  Domains and DNS
&lt;/h3&gt;

&lt;p&gt;I learned what a domain actually is, how DNS works, and how to connect a custom domain to a website.&lt;/p&gt;

&lt;h3&gt;
  
  
  GitHub
&lt;/h3&gt;

&lt;p&gt;The source code is now publicly available on GitHub.&lt;/p&gt;

&lt;p&gt;I also learned how important proper file organization and version control are.&lt;/p&gt;

&lt;h3&gt;
  
  
  SEO
&lt;/h3&gt;

&lt;p&gt;This was one of the biggest things I learned.&lt;/p&gt;

&lt;p&gt;I discovered that making a website isn't just about writing HTML and CSS.&lt;/p&gt;

&lt;p&gt;I learned about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;sitemap.xml&lt;/li&gt;
&lt;li&gt;robots.txt&lt;/li&gt;
&lt;li&gt;search indexing&lt;/li&gt;
&lt;li&gt;metadata&lt;/li&gt;
&lt;li&gt;how search engines discover pages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And eventually, ToolScart started appearing in Google search results.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F20gkjooh3wb3h6dyy7xr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F20gkjooh3wb3h6dyy7xr.png" alt=" " width="799" height="505"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That was honestly one of the coolest moments of the project.&lt;/p&gt;

&lt;h2&gt;
  
  
  Privacy
&lt;/h2&gt;

&lt;p&gt;Another thing I cared about was keeping the tools simple and private.&lt;/p&gt;

&lt;p&gt;ToolScart doesn't need third-party trackers to work.&lt;/p&gt;

&lt;p&gt;The tools run client-side in the user's browser, and files don't need to be uploaded to a server just to use a converter or formatter.&lt;/p&gt;

&lt;h2&gt;
  
  
  What AI Taught Me
&lt;/h2&gt;

&lt;p&gt;I also learned something I didn't expect:&lt;/p&gt;

&lt;p&gt;AI-generated code still needs to be checked.&lt;/p&gt;

&lt;p&gt;When you're building a website with AI, it's really easy to accept code because it looks correct.&lt;/p&gt;

&lt;p&gt;But a button can be broken.&lt;/p&gt;

&lt;p&gt;A link can point to the wrong page.&lt;/p&gt;

&lt;p&gt;A script can behave differently than expected.&lt;/p&gt;

&lt;p&gt;Something can look perfect while being completely wrong underneath.&lt;/p&gt;

&lt;p&gt;So I started checking everything instead of blindly trusting the generated code.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;ToolScart taught me much more than HTML and CSS.&lt;/p&gt;

&lt;p&gt;I learned about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;domains&lt;/li&gt;
&lt;li&gt;DNS&lt;/li&gt;
&lt;li&gt;deployment&lt;/li&gt;
&lt;li&gt;SEO&lt;/li&gt;
&lt;li&gt;file organization&lt;/li&gt;
&lt;li&gt;privacy&lt;/li&gt;
&lt;li&gt;website structure&lt;/li&gt;
&lt;li&gt;debugging&lt;/li&gt;
&lt;li&gt;and actually checking my own work&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And I learned most of this by just trying things.&lt;/p&gt;

&lt;h2&gt;
  
  
  If You're Thinking About Building Something
&lt;/h2&gt;

&lt;p&gt;You don't need to know everything before you start.&lt;/p&gt;

&lt;p&gt;I definitely didn't.&lt;/p&gt;

&lt;p&gt;ToolScart started as a very basic website and slowly turned into something much bigger because I kept adding things and learning along the way.&lt;/p&gt;

&lt;p&gt;If you have an idea for a website, start with the simplest version.&lt;/p&gt;

&lt;p&gt;You can learn the rest while building it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try ToolScart
&lt;/h2&gt;

&lt;p&gt;If you want to see what I built:&lt;/p&gt;

&lt;p&gt;check it out on &lt;a href="https://toolscart.org" rel="noopener noreferrer"&gt;ToolScart&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;source code on &lt;a href="https://github.com/Taim-deb/toolscart" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;if you saw the project worth it, a star on github won't effect&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
