<?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: Austin</title>
    <description>The latest articles on DEV Community by Austin (@austin_495830e).</description>
    <link>https://dev.to/austin_495830e</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%2F3880782%2F5861fa98-5333-4631-ab81-287e69b4a375.jpeg</url>
      <title>DEV Community: Austin</title>
      <link>https://dev.to/austin_495830e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/austin_495830e"/>
    <language>en</language>
    <item>
      <title>I Built a Free, Open-Source Morse Code Toolkit That Runs Entirely in Your Browser</title>
      <dc:creator>Austin</dc:creator>
      <pubDate>Wed, 15 Apr 2026 15:47:24 +0000</pubDate>
      <link>https://dev.to/austin_495830e/i-built-a-free-open-source-morse-code-toolkit-that-runs-entirely-in-your-browser-1346</link>
      <guid>https://dev.to/austin_495830e/i-built-a-free-open-source-morse-code-toolkit-that-runs-entirely-in-your-browser-1346</guid>
      <description>&lt;p&gt;There's a weird problem with Morse code tools on the internet.&lt;br&gt;
Most of them are slow, plastered with ads, broken on mobile, or quietly collecting your data in the background. Some require you to sign up just to hear a beep. A few haven't been updated since 2009.&lt;br&gt;
So I built something better: MorseDecoder — a free, open-source Morse code toolkit that runs 100% in your browser, no account required, no data collected, no nonsense.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Is MorseDecoder?&lt;/strong&gt;&lt;br&gt;
MorseDecoder is a comprehensive Morse code platform built for everyone — curious beginners, ham radio operators, accessibility users, and people who just want to encode a message for a tattoo or a piece of jewellery.&lt;br&gt;
Every single feature is client-side. We use the Web Audio API and standard web technologies to make everything work offline-capable and instantly fast. Nothing is sent to a server. Nothing is stored.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Tools&lt;/strong&gt;&lt;br&gt;
🔤 Translator&lt;br&gt;
Real-time, bidirectional text ↔ Morse conversion with audio playback. You can also download your translation as a .wav file — useful for ham radio practice or accessibility workflows.&lt;br&gt;
📋 Reference Chart&lt;br&gt;
A complete A–Z, 0–9, and punctuation Morse reference. Click any character to hear it played back instantly via the Web Audio API. Great for beginners building pattern recognition.&lt;br&gt;
🃏 Learn Mode&lt;br&gt;
Spaced repetition flashcards for memorising the Morse alphabet. The algorithm surfaces characters you struggle with more frequently — the same technique language learning apps use, applied to dots and dashes.&lt;br&gt;
⌨️ Tap-Key Trainer&lt;br&gt;
Practice sending Morse code with your spacebar, exactly like a real telegraph key. This is the feature I'm most proud of — it bridges the gap between reading Morse and actually sending it, which are completely different skills.&lt;br&gt;
📅 Daily Challenge&lt;br&gt;
A new Morse word every day. You hear it played, you guess it, you share your streak. Think Wordle, but for radio operators.&lt;br&gt;
🖼️ Card Generator&lt;br&gt;
Turn any message into a Morse code image you can download and share — for custom gifts, tattoos, laser engravings, or jewellery. The designs are clean enough to actually use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why We Built It&lt;/strong&gt;&lt;br&gt;
A few reasons drove this project:&lt;br&gt;
Privacy. Morse code is used heavily in the accessibility and assistive technology community. People with motor disabilities use Morse input as an alternative to keyboards. Those users especially shouldn't have their data harvested just to use a basic tool.&lt;br&gt;
Mobile-first. The tap-key trainer works on mobile via touch. The whole site is designed to be usable on a phone — because that's where most people will encounter it.&lt;br&gt;
No ads. (Almost.) We're committed to keeping the tool ad-light. The learning experience shouldn't be interrupted.&lt;br&gt;
Open source. The entire codebase is open. If you want to self-host it, extend it, or fork it for your own project, go ahead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Vanilla JS + Web Audio API — for all audio generation and playback, no external libraries&lt;br&gt;
No framework — keeps load times near-instant&lt;br&gt;
No backend — no server, no database, no auth&lt;br&gt;
PWA-ready — works offline once loaded&lt;/p&gt;

&lt;p&gt;One interesting challenge was the tap-key trainer timing. Morse code timing is notoriously strict: a dot is 1 unit, a dash is 3 units, the gap between characters is 3 units, the gap between words is 7. Getting the debounce and timing detection right so that a human tapping a spacebar produces clean, parseable Morse took a lot of iteration.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who Is This For?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Ham radio operators preparing for licensing exams (many still test Morse proficiency)&lt;br&gt;
Accessibility users who use Morse input as an AAC (augmentative and alternative communication) method&lt;br&gt;
Developers who want a client-side audio/encoder reference implementation&lt;br&gt;
Curious people who want to learn something genuinely old and genuinely cool&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's Next&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Multiplayer tap-key races (send the same phrase, compare accuracy and speed)&lt;br&gt;
Morse-to-speech for accessibility workflows&lt;br&gt;
Embeddable widget for other sites&lt;br&gt;
API for developers who want programmatic text ↔ Morse conversion&lt;/p&gt;

&lt;p&gt;Try It&lt;br&gt;
👉 &lt;a href="https://morsedot.com/" rel="noopener noreferrer"&gt;MorseDot&lt;/a&gt;&lt;br&gt;
The daily challenge resets every midnight. The tap-key trainer works best with headphones. The card generator is surprisingly addictive.&lt;br&gt;
If you're a ham radio operator, an accessibility advocate, or just someone who thinks the Victorian internet deserves a modern revival — I'd love to hear what you think.&lt;/p&gt;

&lt;p&gt;Built with the Web Audio API and a lot of respect for Samuel Morse. Entirely open source. Feedback welcome in the comments.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>webdev</category>
      <category>ai</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
