<?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>Forem: Gulshan Yadav</title>
    <description>The latest articles on Forem by Gulshan Yadav (@gulshan_yadav_048691962cb).</description>
    <link>https://forem.com/gulshan_yadav_048691962cb</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%2F2134389%2Fc9521ffc-977a-4dd5-8b72-0d7af84408c4.jpg</url>
      <title>Forem: Gulshan Yadav</title>
      <link>https://forem.com/gulshan_yadav_048691962cb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/gulshan_yadav_048691962cb"/>
    <language>en</language>
    <item>
      <title>Show DEV: MisarMail — Self-Hosted Email Infrastructure (Transactional, Marketing, Bulk)</title>
      <dc:creator>Gulshan Yadav</dc:creator>
      <pubDate>Sat, 28 Mar 2026 12:33:01 +0000</pubDate>
      <link>https://forem.com/gulshan_yadav_048691962cb/show-dev-misarmail-self-hosted-email-infrastructure-transactional-marketing-bulk-4oca</link>
      <guid>https://forem.com/gulshan_yadav_048691962cb/show-dev-misarmail-self-hosted-email-infrastructure-transactional-marketing-bulk-4oca</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;MisarMail is a self-hosted email infrastructure platform for sending transactional, marketing, and bulk email — without paying SendGrid, Mailgun, or Resend.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;URL:&lt;/strong&gt; &lt;a href="https://mail.misar.io" rel="noopener noreferrer"&gt;https://mail.misar.io&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;Every product I ship needs email — welcome emails, password resets, newsletters, bulk campaigns. Third-party email services add up fast. I wanted full control, zero per-email cost, and a simple API I own.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;REST API&lt;/strong&gt; — &lt;code&gt;POST /api/v1/send&lt;/code&gt; with your payload, done&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SMTP relay&lt;/strong&gt; — drop-in replacement for any SMTP config&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bounce handling&lt;/strong&gt; — automatic bounce and complaint processing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Delivery tracking&lt;/strong&gt; — opens, clicks, delivery status&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-domain&lt;/strong&gt; — send from multiple domains and identities&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;Self-hosted on a Hetzner VPS via Coolify. Mailcow under the hood for SMTP, custom API layer on top.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://mail.misar.io" rel="noopener noreferrer"&gt;https://mail.misar.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No third-party email spend. Full delivery control. API-first.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>email</category>
    </item>
    <item>
      <title>Show DEV: Free AI Cost Calculators for Developers — LLM Costs, Evaluations, Tokens, RAG</title>
      <dc:creator>Gulshan Yadav</dc:creator>
      <pubDate>Fri, 27 Mar 2026 21:07:16 +0000</pubDate>
      <link>https://forem.com/gulshan_yadav_048691962cb/show-dev-free-ai-cost-calculators-for-developers-llm-costs-evaluations-tokens-rag-7b6</link>
      <guid>https://forem.com/gulshan_yadav_048691962cb/show-dev-free-ai-cost-calculators-for-developers-llm-costs-evaluations-tokens-rag-7b6</guid>
      <description>&lt;p&gt;I built a set of &lt;strong&gt;4 free AI calculators&lt;/strong&gt; that run entirely in the browser — no signup, no API keys, no backend.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;&lt;a href="https://tools.misar.io" rel="noopener noreferrer"&gt;tools.misar.io&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

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

&lt;h3&gt;
  
  
  1. LLM Cost Calculator
&lt;/h3&gt;

&lt;p&gt;Compare pricing across &lt;strong&gt;14 models&lt;/strong&gt; from OpenAI, Anthropic, Google, Mistral, Groq, and DeepSeek. Enter your token usage and get real-time daily, monthly, and annual cost projections. See all providers side-by-side sorted by cost.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. AI Evaluation Scorecard
&lt;/h3&gt;

&lt;p&gt;Assess AI system quality across multiple dimensions — accuracy, latency, cost efficiency, safety, and more. Get a weighted composite score to compare different AI approaches.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Prompt Token Estimator
&lt;/h3&gt;

&lt;p&gt;Count tokens before making API calls so you know exactly what you'll pay. Supports multiple tokenizer models.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. RAG Cost Estimator
&lt;/h3&gt;

&lt;p&gt;Calculate the true cost of running retrieval-augmented generation pipelines — embedding costs, vector DB storage, retrieval queries, and generation costs combined.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built this
&lt;/h2&gt;

&lt;p&gt;Every AI team I've worked with wastes time on spreadsheets trying to estimate costs. These tools solve that with zero friction — open the URL, use the calculator, done.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pure HTML/CSS/JavaScript — no frameworks, no dependencies&lt;/li&gt;
&lt;li&gt;Runs entirely client-side in your browser&lt;/li&gt;
&lt;li&gt;Mobile responsive&lt;/li&gt;
&lt;li&gt;Free forever&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love feedback from the community. What other AI calculators would be useful?&lt;/p&gt;




&lt;p&gt;Built by &lt;a href="https://linkedin.com/in/mrgulshanyadav" rel="noopener noreferrer"&gt;Gulshan Yadav&lt;/a&gt; at &lt;a href="https://misar.io" rel="noopener noreferrer"&gt;Misar AI&lt;/a&gt;&lt;/p&gt;

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