<?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: Noel S Kocheekkaran</title>
    <description>The latest articles on DEV Community by Noel S Kocheekkaran (@noel44).</description>
    <link>https://dev.to/noel44</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%2F3655911%2F332694df-fa5f-4da4-a6c4-7d53481ff895.gif</url>
      <title>DEV Community: Noel S Kocheekkaran</title>
      <link>https://dev.to/noel44</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/noel44"/>
    <language>en</language>
    <item>
      <title>I built console.text() - SMS alerts for your production code</title>
      <dc:creator>Noel S Kocheekkaran</dc:creator>
      <pubDate>Wed, 10 Dec 2025 18:43:24 +0000</pubDate>
      <link>https://dev.to/noel44/i-built-consoletext-sms-alerts-for-your-production-code-4082</link>
      <guid>https://dev.to/noel44/i-built-consoletext-sms-alerts-for-your-production-code-4082</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Ever deployed to production and anxiously refreshed dashboards wondering if critical code paths are executing? Or worse, found out hours later that payment processing silently failed?&lt;/p&gt;

&lt;p&gt;Sure, you could set up Sentry, PagerDuty, or DataDog... but that means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;❌ Hours of configuration&lt;/li&gt;
&lt;li&gt;❌ Learning another dashboard&lt;/li&gt;
&lt;li&gt;❌ Context-switching to check alerts&lt;/li&gt;
&lt;li&gt;❌ Expensive monthly subscriptions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I built &lt;strong&gt;console.text()&lt;/strong&gt; to solve this differently - &lt;strong&gt;one line of code&lt;/strong&gt;, instant SMS alerts.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;//Install the SDK:
  npm install @holler2660/console-text

//Initialize in your app:
  const { init } = require("@holler2660/console-text");

// Now anywhere in your code:
  console.text('Payment processed', { amount: 1000, userId: '123' });
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Sign up at&lt;/strong&gt;: &lt;a href="https://soorajdmg.github.io/Console-text/" rel="noopener noreferrer"&gt;https://soorajdmg.github.io/Console-text/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  PLEASSEEEE someone Help Me Validate This!
&lt;/h2&gt;

&lt;p&gt;I'm actively looking for developers to test this out. Here's what you get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;50 free messages&lt;/strong&gt; to try it out&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;10 (unique)messages per 5-min window&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;I need to know:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Does this solve a real problem for you?&lt;/li&gt;
&lt;li&gt;Would you use this in production?&lt;/li&gt;
&lt;li&gt;What features are missing?&lt;/li&gt;
&lt;li&gt;What would you pay for this?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Origin Story
&lt;/h2&gt;

&lt;p&gt;This idea came from &lt;a href="https://www.youtube.com/watch?v=Bs29i2TR7AE" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=Bs29i2TR7AE&lt;/a&gt; , by Jason Goodison about building micro-SaaS products. This is my first real project. I have no idea if developers would actually pay for this. Your feedback will literally determine if this becomes a real product or gets shelved.&lt;/p&gt;

&lt;p&gt;Be &lt;strong&gt;brutally&lt;/strong&gt; honest!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Email: &lt;a href="mailto:consoletext.dev@gmail.com"&gt;consoletext.dev@gmail.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Twitter: @Noel445S&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://www.linkedin.com/in/noel-s-kocheekkaran-708b26295" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/noel-s-kocheekkaran-708b26295&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>tooling</category>
      <category>monitoring</category>
      <category>showdev</category>
      <category>node</category>
    </item>
  </channel>
</rss>
