<?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: Adil Mayank</title>
    <description>The latest articles on DEV Community by Adil Mayank (@adilmayank).</description>
    <link>https://dev.to/adilmayank</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%2F3873728%2F0f303226-bea8-4e1b-8586-ed873d56318a.png</url>
      <title>DEV Community: Adil Mayank</title>
      <link>https://dev.to/adilmayank</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adilmayank"/>
    <language>en</language>
    <item>
      <title>I shipped my first side project outside of work - a drop-in comment widget for static sites</title>
      <dc:creator>Adil Mayank</dc:creator>
      <pubDate>Sat, 11 Apr 2026 15:37:49 +0000</pubDate>
      <link>https://dev.to/adilmayank/i-shipped-my-first-side-project-outside-of-work-a-drop-in-comment-widget-for-static-sites-512e</link>
      <guid>https://dev.to/adilmayank/i-shipped-my-first-side-project-outside-of-work-a-drop-in-comment-widget-for-static-sites-512e</guid>
      <description>&lt;p&gt;Hey dev.to 👋&lt;/p&gt;

&lt;p&gt;I've been working on a side project called Talky and I'm at the validation stage. This is the first thing I've shipped outside of my regular job, and I'd really appreciate feedback from this community - especially on the technical decisions.&lt;br&gt;
What it does:&lt;/p&gt;

&lt;p&gt;Drop a single script tag into any static site and you get a fully functional comment section. No backend needed on your end.&lt;br&gt;
&lt;code&gt;&amp;lt;script src="https://talky.adilmayank.com/v1/talky.js" data-key="YOUR_API_KEY"&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;How it's built:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google OAuth for signup - each tenant gets a scoped UUID api_key&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;X-API-Key&lt;/code&gt; header for read requests, short-lived JWTs via /init for comment submissions&lt;/li&gt;
&lt;li&gt;Allowed origins whitelist so only your domains can post&lt;/li&gt;
&lt;li&gt;DB-backed rate limiting that survives server restarts&lt;/li&gt;
&lt;li&gt;Honeypot + User-Agent filtering for spam/bot protection&lt;/li&gt;
&lt;li&gt;XSS escaping, input validation, pagination - the boring stuff is covered&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I'm unsure about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is the JWT flow for submissions overkill for a project at this stage?&lt;/li&gt;
&lt;li&gt;Would you trust a third-party embed like this on your site?&lt;/li&gt;
&lt;li&gt;What's missing before you'd actually use it?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'd love for you to try embedding it on a test page and tell me where it breaks or feels off.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://talky.adilmayank.com" rel="noopener noreferrer"&gt;https://talky.adilmayank.com&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Note: Claude was used to refine grammar and structure.&lt;/p&gt;

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