<?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: Marcus Lobato Costa</title>
    <description>The latest articles on DEV Community by Marcus Lobato Costa (@punker).</description>
    <link>https://dev.to/punker</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%2F1950103%2Fdb27f209-a690-4897-940b-5d11aca9c4c0.png</url>
      <title>DEV Community: Marcus Lobato Costa</title>
      <link>https://dev.to/punker</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/punker"/>
    <language>en</language>
    <item>
      <title>I Built a Free Privacy-First Text Toolkit That Runs Entirely in Your Browser</title>
      <dc:creator>Marcus Lobato Costa</dc:creator>
      <pubDate>Fri, 10 Jul 2026 14:16:13 +0000</pubDate>
      <link>https://dev.to/punker/i-built-a-free-privacy-first-text-toolkit-that-runs-entirely-in-your-browser-1448</link>
      <guid>https://dev.to/punker/i-built-a-free-privacy-first-text-toolkit-that-runs-entirely-in-your-browser-1448</guid>
      <description>&lt;h1&gt;
  
  
  I Built a Free Privacy-First Text Toolkit That Runs Entirely in Your Browser
&lt;/h1&gt;

&lt;p&gt;After using dozens of online text utilities over the years, I noticed the same recurring problems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Too many ads and popups&lt;/li&gt;
&lt;li&gt;Slow interfaces&lt;/li&gt;
&lt;li&gt;Forced sign-ups&lt;/li&gt;
&lt;li&gt;Text being uploaded to remote servers&lt;/li&gt;
&lt;li&gt;Poor mobile experience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wanted something different.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;TextCaret&lt;/strong&gt;.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  The idea
&lt;/h2&gt;

&lt;p&gt;The goal was simple:&lt;/p&gt;

&lt;p&gt;Build a collection of text tools that are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast&lt;/li&gt;
&lt;li&gt;Free&lt;/li&gt;
&lt;li&gt;Privacy-first&lt;/li&gt;
&lt;li&gt;Mobile friendly&lt;/li&gt;
&lt;li&gt;Easy to use&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most importantly, &lt;strong&gt;everything runs locally in your browser&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Your text never leaves your device.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current features
&lt;/h2&gt;

&lt;p&gt;TextCaret currently includes tools like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Word Counter&lt;/li&gt;
&lt;li&gt;Character Counter&lt;/li&gt;
&lt;li&gt;Reading Time Calculator&lt;/li&gt;
&lt;li&gt;Case Converter&lt;/li&gt;
&lt;li&gt;Remove Duplicate Lines&lt;/li&gt;
&lt;li&gt;Remove Empty Lines&lt;/li&gt;
&lt;li&gt;Find &amp;amp; Replace&lt;/li&gt;
&lt;li&gt;Reverse Text&lt;/li&gt;
&lt;li&gt;Base64 Encode/Decode&lt;/li&gt;
&lt;li&gt;URL Encode/Decode&lt;/li&gt;
&lt;li&gt;JSON Formatter&lt;/li&gt;
&lt;li&gt;Slug Generator&lt;/li&gt;
&lt;li&gt;Unicode Text Generator&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;More tools are being added continuously.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical approach
&lt;/h2&gt;

&lt;p&gt;The project is intentionally lightweight.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vanilla JavaScript&lt;/li&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;No backend required for the tools&lt;/li&gt;
&lt;li&gt;Instant processing&lt;/li&gt;
&lt;li&gt;Responsive interface&lt;/li&gt;
&lt;li&gt;SEO-friendly pages&lt;/li&gt;
&lt;li&gt;Structured data (Schema.org)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because everything happens client-side, the website is extremely fast and no user text is stored.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why privacy matters
&lt;/h2&gt;

&lt;p&gt;Many online tools ask users to paste confidential content.&lt;/p&gt;

&lt;p&gt;That may include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Contracts&lt;/li&gt;
&lt;li&gt;Source code&lt;/li&gt;
&lt;li&gt;Emails&lt;/li&gt;
&lt;li&gt;Reports&lt;/li&gt;
&lt;li&gt;Internal documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With TextCaret, the text stays inside your browser.&lt;/p&gt;

&lt;p&gt;No uploads.&lt;/p&gt;

&lt;p&gt;No accounts.&lt;/p&gt;

&lt;p&gt;No tracking of your content.&lt;/p&gt;

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

&lt;p&gt;I'm currently working on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More text utilities&lt;/li&gt;
&lt;li&gt;Better accessibility&lt;/li&gt;
&lt;li&gt;More language support&lt;/li&gt;
&lt;li&gt;Improved SEO resources&lt;/li&gt;
&lt;li&gt;Additional developer tools&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  I'd love your feedback
&lt;/h2&gt;

&lt;p&gt;If you have ideas for new text utilities or improvements, let me know.&lt;/p&gt;

&lt;p&gt;Website:&lt;/p&gt;

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

&lt;p&gt;Feedback is always welcome.&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
