<?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: Olli</title>
    <description>The latest articles on Forem by Olli (@fliqz).</description>
    <link>https://forem.com/fliqz</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%2F3672720%2Fa63d31f7-ea61-473e-afe3-e3ae724a81f1.png</url>
      <title>Forem: Olli</title>
      <link>https://forem.com/fliqz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/fliqz"/>
    <language>en</language>
    <item>
      <title>I built a lightweight Changelog Widget because I hate heavy scripts</title>
      <dc:creator>Olli</dc:creator>
      <pubDate>Sun, 21 Dec 2025 13:18:18 +0000</pubDate>
      <link>https://forem.com/fliqz/i-built-a-lightweight-changelog-widget-because-i-hate-heavy-scripts-292l</link>
      <guid>https://forem.com/fliqz/i-built-a-lightweight-changelog-widget-because-i-hate-heavy-scripts-292l</guid>
      <description>&lt;p&gt;&lt;strong&gt;The Problem&lt;/strong&gt;: As developers, we spend hours optimizing our Core Web Vitals, tree-shaking our bundles, and shaving off kilobytes.&lt;/p&gt;

&lt;p&gt;And then? We add a "Product Update" widget from a third-party SaaS, and suddenly our bundle size explodes, or we get hit with a hefty monthly subscription just to show a list of updates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Solution&lt;/strong&gt;: I wanted something that does one thing well: Show a changelog. No bloat, no heavy tracking, no complex roadmaps.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;SvellBell&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It’s a dedicated changelog widget for solo developers and indie hackers.&lt;/p&gt;

&lt;p&gt;⚡ &lt;strong&gt;The Tech Specs&lt;/strong&gt;&lt;br&gt;
I know you care about what goes into your app, so here is the lowdown:&lt;/p&gt;

&lt;p&gt;Dependencies: Zero.&lt;/p&gt;

&lt;p&gt;Framework Agnostic: Works with React, Vue, Svelte, or plain HTML.&lt;/p&gt;

&lt;p&gt;Privacy: Hosted in the EU, no creepy tracking.&lt;/p&gt;

&lt;p&gt;👨‍💻 &lt;strong&gt;How to use it&lt;/strong&gt;&lt;br&gt;
You literally just drop this into your &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;script
  src="https://cdn.svellbell.com/widget.js"
  data-project-id="YOUR_PROJECT_ID"&amp;gt;
&amp;lt;/script&amp;gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;(Note: You can obviously customize the colors and position to match your brand).&lt;/p&gt;

&lt;p&gt;💸 &lt;strong&gt;Why I built it&lt;/strong&gt;&lt;br&gt;
I'm a solo dev myself. Existing tools like Beamer or Headway are great enterprises, but paying $49/mo for a side project didn't make sense to me. SvellBell has a &lt;strong&gt;generous free tier&lt;/strong&gt; that should cover most indie projects forever.&lt;/p&gt;

&lt;p&gt;🙏&lt;strong&gt;Feedback requested&lt;/strong&gt;&lt;br&gt;
I launched this today (Sunday!) on Product Hunt. I’m currently battling the "cold start" problem.&lt;/p&gt;

&lt;p&gt;I would love to hear your feedback on the integration experience. Is the documentation clear? Is the widget fast enough?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You can test it here&lt;/strong&gt;: &lt;a href="https://svellbell.com" rel="noopener noreferrer"&gt;https://svellbell.com&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Support on Product Hunt&lt;/strong&gt;: &lt;a href="https://www.producthunt.com/products/svellbell?utm_source=other&amp;amp;utm_medium=social" rel="noopener noreferrer"&gt;https://www.producthunt.com/products/svellbell?utm_source=other&amp;amp;utm_medium=social&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for checking it out! Happy coding.&lt;/p&gt;

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