<?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: Purnima Vats</title>
    <description>The latest articles on DEV Community by Purnima Vats (@purnimavats).</description>
    <link>https://dev.to/purnimavats</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%2F1548317%2F83f11687-5fb4-49c4-8cad-fc049f663ca9.png</url>
      <title>DEV Community: Purnima Vats</title>
      <link>https://dev.to/purnimavats</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/purnimavats"/>
    <language>en</language>
    <item>
      <title>Why I built a minimalist, ad-free text utility tool with Astro &amp; Cloudflare Pages</title>
      <dc:creator>Purnima Vats</dc:creator>
      <pubDate>Sat, 27 Jun 2026 05:58:48 +0000</pubDate>
      <link>https://dev.to/purnimavats/why-i-built-a-minimalist-ad-free-text-utility-tool-with-astro-cloudflare-pages-gnd</link>
      <guid>https://dev.to/purnimavats/why-i-built-a-minimalist-ad-free-text-utility-tool-with-astro-cloudflare-pages-gnd</guid>
      <description>&lt;p&gt;Hey everyone! 👋 &lt;/p&gt;

&lt;p&gt;I wanted to share a mini side project I’ve been working on recently called &lt;strong&gt;TangyTools&lt;/strong&gt; (tangytools.com). &lt;/p&gt;

&lt;p&gt;We’ve all been there, you just need a quick piece of Unicode text for a project README, a technical mockup, a math note, or a social media bio, but the top Google search results are always bulky, clunky, ad-ridden sites that take ages to load. &lt;/p&gt;

&lt;p&gt;I wanted to build the exact opposite: something clean, minimalist, blazing fast, and completely distraction-free.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Tech Stack 🛠️
&lt;/h3&gt;

&lt;p&gt;Since this is a client-side utility tool that runs entirely in the browser (no data leaves your device), I wanted the leanest architecture possible:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Framework:&lt;/strong&gt; Astro (I used Astro because it ships pure, static HTML by default and strips out heavy, unnecessary client-side JavaScript, making the loading speed instant).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Styling:&lt;/strong&gt; Tailwind CSS for a clean, Pinterest-inspired responsive layout.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosting:&lt;/strong&gt; Cloudflare Pages (Super secure, completely free for static frontend code, and serves pages straight from edge data centers closest to the user).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What's inside right now?
&lt;/h3&gt;

&lt;p&gt;Right now, the suite has a few specialized text generators:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Subscript Generator&lt;/strong&gt; – Handy for chemistry formulas (like H₂O) or technical notations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Superscript Generator&lt;/strong&gt; – Great for math exponents (x²), footnotes, and citations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Small Caps Generator&lt;/strong&gt; – Transforms standard lowercase characters into clean, minimalist capital letters for aesthetic formatting and structural headers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shakespeare Translator&lt;/strong&gt; – A fun utility that translates modern text into classic 16th-century Elizabethan prose.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Next Steps &amp;amp; Feedback
&lt;/h3&gt;

&lt;p&gt;I’m planning to expand this into a much larger suite of essential text utilities. Since everything runs client-side, privacy is fully baked in with zero signups or tracking cookies.&lt;/p&gt;

&lt;p&gt;I would love to get your eyes on it! Check it out here: &lt;a href="https://tangytools.com" rel="noopener noreferrer"&gt;TangyTools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What features or utility scripts do you constantly find yourself needing during development that I should build next? Let me know your thoughts!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>astro</category>
      <category>tailwindcss</category>
    </item>
  </channel>
</rss>
