<?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: SKALDA</title>
    <description>The latest articles on DEV Community by SKALDA (@skalda).</description>
    <link>https://dev.to/skalda</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3631412%2Fa9fc54a7-5896-422b-a2af-6d043cb95d7f.jpg</url>
      <title>DEV Community: SKALDA</title>
      <link>https://dev.to/skalda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skalda"/>
    <language>en</language>
    <item>
      <title>SKALDA – privacy-first browser tools that run entirely in your browser</title>
      <dc:creator>SKALDA</dc:creator>
      <pubDate>Wed, 26 Nov 2025 21:08:19 +0000</pubDate>
      <link>https://dev.to/skalda/skalda-privacy-first-browser-tools-that-run-entirely-in-your-browser-8gi</link>
      <guid>https://dev.to/skalda/skalda-privacy-first-browser-tools-that-run-entirely-in-your-browser-8gi</guid>
      <description>&lt;p&gt;I’ve started building &lt;strong&gt;SKALDA&lt;/strong&gt;, a multi-brand suite of privacy-first browser tools.&lt;/p&gt;

&lt;p&gt;Main site: &lt;a href="https://skalda.io" rel="noopener noreferrer"&gt;https://skalda.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most online tools for “small” tasks — converting units, files, images, video, audio, working with PDFs, subtitles, data, and more — force you to upload files, create an account, and accept tracking. SKALDA does the opposite:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;tools run locally in the browser
&lt;/li&gt;
&lt;li&gt;no logins or user accounts
&lt;/li&gt;
&lt;li&gt;no file uploads to my servers
&lt;/li&gt;
&lt;li&gt;no tracking scripts
&lt;/li&gt;
&lt;li&gt;everything localized into 62+ languages, including RTL&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;What exists today&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UNITS&lt;/strong&gt; – &lt;a href="https://units.skalda.io" rel="noopener noreferrer"&gt;https://units.skalda.io&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Scientific unit converter with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;highly customizable Smart Tab on the homepage
&lt;/li&gt;
&lt;li&gt;500+ units across many categories
&lt;/li&gt;
&lt;li&gt;smart calculators and custom units
&lt;/li&gt;
&lt;li&gt;“Units Museum” timeline + a small interactive game
&lt;/li&gt;
&lt;li&gt;bulk converter that can handle millions of values in one input (transpose, export, etc.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;FLINT&lt;/strong&gt; – &lt;a href="https://flint.skalda.io" rel="noopener noreferrer"&gt;https://flint.skalda.io&lt;/a&gt;&lt;br&gt;&lt;br&gt;
File tools with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;file converter for 100+ formats across images, documents, audio, video, archives, etc.
&lt;/li&gt;
&lt;li&gt;PDF organizer (merge / split / reorder / rotate / crop / watermark)
&lt;/li&gt;
&lt;li&gt;metadata tools (inspect and clean EXIF/GPS/author and other fields)
&lt;/li&gt;
&lt;li&gt;subtitle tools (SRT/VTT, timing fixes, batch workflows)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Across SKALDA, settings and state are shared and stored locally: theme, language, ads toggle, and other preferences are synced via &lt;code&gt;localStorage&lt;/code&gt; across all brands, with everything staying on the user’s device.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech side
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;React + TypeScript + Vite
&lt;/li&gt;
&lt;li&gt;Cloudflare Pages for hosting
&lt;/li&gt;
&lt;li&gt;Mix of open-source client-side / WASM libraries plus custom architecture and glue code
&lt;/li&gt;
&lt;li&gt;Multi-brand setup (UNITS, FLINT, etc.) built from one codebase with brand-specific entry points, layouts, and translations
&lt;/li&gt;
&lt;li&gt;i18n for 62+ languages, including RTL handling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I launched UNITS about a month ago and FLINT a few days ago. With basically no marketing (just Product Hunt and AlternativeTo), SKALDA has done around 17k unique visitors in the first month across the domain, mostly organic.&lt;/p&gt;




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

&lt;p&gt;I’m expanding SKALDA with more brands:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;PIXEL&lt;/strong&gt; – image tools
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SCRIBE&lt;/strong&gt; – writing / docs tools
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DEV&lt;/strong&gt; – developer utilities
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SOLVEO&lt;/strong&gt; or &lt;strong&gt;CLIP&lt;/strong&gt; – calculators / solvers vs audio / video tools (still deciding the order)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SCOUT&lt;/strong&gt; – search / analysis helpers
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Right now I’m building out &lt;strong&gt;PIXEL&lt;/strong&gt; as the next major brand, while improving UX and performance in UNITS and FLINT.&lt;/p&gt;

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