<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>RSS Kit Blog</title>
        <link>https://rsskit.co.uk/blog.php</link>
        <description>Latest news, updates, and tutorials from RSS Kit. Stay informed about new features and improvements.</description>
        <language>en-GB</language>
        <lastBuildDate>Wed, 08 Jan 2026 12:00:00 GMT</lastBuildDate>
        <atom:link href="https://rsskit.co.uk/blog-feed.xml" rel="self" type="application/rss+xml"/>
        <image>
            <url>https://rsskit.co.uk/favicon.ico</url>
            <title>RSS Kit Blog</title>
            <link>https://rsskit.co.uk/blog.php</link>
        </image>

        <item>
            <title>🎯 Major Redesign: Fixed Sidebar for Your Feeds</title>
            <link>https://rsskit.co.uk/blog-post.php?id=fixed-sidebar-redesign-jan-2026</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=fixed-sidebar-redesign-jan-2026</guid>
            <pubDate>Wed, 08 Jan 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>We've completely redesigned how you navigate your feeds with a brand new <strong>fixed sidebar</strong> that's always there when you need it. This is our biggest reader interface change since launch.</p>

                <h3>📖 The Story: From Floating Panel to Fixed Sidebar</h3>
                <p>A few days ago, we introduced the <strong>Floating Feeds Panel</strong> - a slide-in menu that appeared when you clicked "My Feeds". It was a solid improvement over the mobile off-canvas menu, giving desktop users quick access to their subscriptions without a full page overlay.</p>

                <p>The floating panel worked well. It had smooth animations, stayed open while you browsed, and gave you everything you needed - feeds, categories, view modes, and stats. <strong>But we knew we could do better.</strong></p>

                <h3>🚀 Why Fixed is Better Than Floating</h3>
                <p>The floating panel had one fundamental limitation: <strong>it overlapped your content</strong>. Even with a semi-transparent backdrop, you couldn't read articles and manage feeds simultaneously. You had to choose one or the other.</p>

                <p>The new fixed sidebar solves this completely:</p>
                <ul>
                    <li><strong>Always Visible</strong> - Your feeds are permanently displayed on the left, no clicking required</li>
                    <li><strong>Zero Overlap</strong> - The sidebar takes its own space; articles shift right to accommodate it</li>
                    <li><strong>Independent Scrolling</strong> - Scroll your feeds list without affecting the article view, and vice versa</li>
                    <li><strong>Instant Access</strong> - Switch feeds with a single click, no menu to open first</li>
                    <li><strong>True Multitasking</strong> - Read an article while scanning for what to read next</li>
                </ul>

                <h3>✨ What's in the Sidebar</h3>
                <p>Everything from the floating panel, now permanently accessible:</p>
                <ul>
                    <li><strong>Category Manager Link</strong> - Quick access to organize your feeds into folders</li>
                    <li><strong>Mark All Read</strong> - One click to clear your unread queue</li>
                    <li><strong>Refresh All Feeds</strong> - Pull the latest articles from all subscriptions</li>
                    <li><strong>Collapsible Categories</strong> - Expand/collapse feed groups to find what you want</li>
                    <li><strong>View Mode Switcher</strong> - Toggle between Default, Grid, and List layouts</li>
                    <li><strong>Live Stats</strong> - See your total feeds and article counts at a glance</li>
                    <li><strong>Pro Upgrade Card</strong> - Free users see upgrade options (hidden for Pro users)</li>
                </ul>

                <h3>📱 Smart Responsive Behaviour</h3>
                <p>The sidebar appears on screens <strong>1024px wide and above</strong> (matching our navigation breakpoint). Below that, it disappears completely and you use the familiar off-canvas menu instead.</p>

                <p>We've also added <strong>intelligent view mode detection</strong>:</p>
                <ul>
                    <li>Grid view requires desktop width to display properly</li>
                    <li>If you shrink your browser below 768px with Grid selected, articles automatically switch to Default layout</li>
                    <li>The view mode buttons now <strong>update automatically</strong> to show what's actually being displayed</li>
                    <li>Expand your window again and Grid mode returns - buttons update to match</li>
                </ul>

                <h3>🎨 Perfect Alignment</h3>
                <p>One detail we obsessed over: <strong>the sidebar and main content had to align perfectly with the navigation bar</strong>. This required custom CSS calculations to ensure the centered max-width content stays visually balanced whether the sidebar is present or not.</p>

                <p>The result is a cohesive layout where everything lines up - navigation links, article headings, and sidebar edges all feel intentionally placed.</p>

                <h3>⚡ Technical Details</h3>
                <p>For the technically curious:</p>
                <ul>
                    <li><strong>Flexbox layout</strong> - Sidebar uses flex-shrink-0 to maintain fixed width</li>
                    <li><strong>Sticky positioning</strong> - Sidebar sticks below nav (top-16) with calculated height</li>
                    <li><strong>CSS calc() + max()</strong> - Dynamic margin alignment for the main content area</li>
                    <li><strong>Debounced resize listener</strong> - Efficient viewport change detection (150ms)</li>
                    <li><strong>Proper Tailwind CSS</strong> - No inline styles, all classes compiled properly</li>
                </ul>

                <h3>🔮 The Vision</h3>
                <p>This update brings RSS Kit closer to a true desktop application experience - where navigation lives on the left and content fills the rest. It's a pattern that works because it <strong>respects how we naturally scan screens</strong>: left for navigation, center for content.</p>

                <p>The floating panel served us well, but the fixed sidebar is simply better. It's faster, more intuitive, and makes RSS Kit feel like a proper desktop application rather than a website.</p>

                <h3>🎁 Available Now</h3>
                <p>This update is live for all users. Open the reader on desktop to see your new sidebar. On mobile and tablet, the off-canvas menu continues to work exactly as before.</p>

                <p><a href="https://rsskit.co.uk/reader.php">Try the New Sidebar</a></p>
            ]]></description>
        </item>

        <item>
            <title>📬 Unread Filter &amp; Smarter Article Management</title>
            <link>https://rsskit.co.uk/blog-post.php?id=unread-filter-article-aging-jan-2026</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=unread-filter-article-aging-jan-2026</guid>
            <pubDate>Sat, 04 Jan 2026 14:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>A quick but useful update today! We've added an <strong>Unread filter</strong> and <strong>smart article aging</strong> to help you stay on top of your feeds without the clutter.</p>

                <h3>🔘 New: All/Unread Toggle</h3>
                <p>You'll notice a new toggle in the article header:</p>
                <ul>
                    <li><strong>All</strong> - Shows all articles (default)</li>
                    <li><strong>Unread</strong> - Hides read articles, showing only what's new</li>
                </ul>
                <p>Your preference is saved, so it remembers your choice when you return. Simple, effective, and right where you need it.</p>

                <h3>⏰ Article Aging</h3>
                <p>Articles older than <strong>30 days</strong> are now automatically marked as read. This keeps your unread counts meaningful and prevents old articles from cluttering your queue.</p>
                <ul>
                    <li>Runs automatically when you load the reader</li>
                    <li>Only affects articles older than 30 days</li>
                    <li>Keeps unread counts fast and accurate</li>
                </ul>

                <h3>📊 Real-Time Count Updates</h3>
                <p>Feed counts in the sidebar now update <strong>instantly</strong> when you mark articles as read. No more stale numbers - close an article and the count reflects it immediately.</p>

                <h3>🎨 Cleaner Layout</h3>
                <p>We've also tidied up the reader layout. The toolbar and articles section now flow together seamlessly, giving the page a cleaner, more integrated look.</p>

                <p>These updates are live now for all users!</p>

                <p><a href="https://rsskit.co.uk/reader.php">Open Reader</a></p>
            ]]></description>
        </item>

        <item>
            <title>New Floating Feeds Panel for Large Screens</title>
            <link>https://rsskit.co.uk/blog-post.php?id=floating-feeds-panel-desktop</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=floating-feeds-panel-desktop</guid>
            <pubDate>Fri, 03 Jan 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>We've just released a major new feature for desktop users: the <strong>Floating Feeds Panel</strong>. If you're using RSS Kit on a large monitor (1080p or higher), you now have a beautiful floating panel for managing your feeds without disrupting your reading experience.</p>

                <h3>Why a Floating Panel?</h3>
                <p>On smaller screens, our off-canvas menu works perfectly - it slides in, you manage your feeds, and it gets out of the way. But on large desktop monitors, we wanted something better. The floating panel stays visible while you browse, making feed management seamless.</p>

                <h3>Key Features</h3>
                <ul>
                    <li><strong>Smooth 300ms slide animation</strong> - Elegant entrance from the left side</li>
                    <li><strong>Persistent until closed</strong> - Stays open while you browse articles</li>
                    <li><strong>Full feature parity</strong> - All feeds, categories, view modes, and stats</li>
                    <li><strong>Viewport-aware</strong> - Automatically switches to off-canvas on smaller screens</li>
                    <li><strong>Scrollable feed list</strong> - Handle hundreds of feeds with smooth scrolling</li>
                </ul>

                <h3>How It Works</h3>
                <p>Click <strong>"My Feeds"</strong> in the navigation bar. On screens 1800px wide or larger (typical 1080p monitor), the floating panel slides in from the left. On smaller screens, the familiar off-canvas menu appears instead.</p>

                <h3>Screen Size Behaviour</h3>
                <ul>
                    <li><strong>1080p, 1440p, 4K</strong> - Floating panel (new!)</li>
                    <li><strong>Tablet &amp; Mobile</strong> - Off-canvas menu</li>
                </ul>

                <h3>Works With Browser Extensions</h3>
                <p>Using our browser extensions? Feeds you subscribe to via the extension appear instantly in the floating panel. The same "My Feeds" button, the same subscription list - just a better experience on big screens.</p>

                <p><strong>Pro tip:</strong> Keep the floating panel open while browsing articles. When you find a new feed to subscribe to, it appears in the panel immediately - no page refresh needed!</p>

                <p>This update is live now for all users. Just open the RSS Kit reader on your desktop and click "My Feeds" to try it out!</p>

                <p><a href="https://rsskit.co.uk/reader.php">Open Reader</a></p>
            ]]></description>
        </item>

        <item>
            <title>Browser Extensions Now Available for Chrome, Firefox &amp; Edge</title>
            <link>https://rsskit.co.uk/blog-post.php?id=browser-extensions-full-release-jan-2026</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=browser-extensions-full-release-jan-2026</guid>
            <pubDate>Thu, 02 Jan 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Great news! Our browser extensions are now fully available for <strong>Chrome</strong>, <strong>Firefox</strong>, and <strong>Edge</strong>. Whether you want the full RSS Kit experience or just simple feed detection, we have you covered.</p>

                <h3>RSS Kit Pro Extension</h3>
                <p>The complete RSS experience for <strong>Pro and Creator subscribers</strong>. Full feed detection, management, and seamless sync with your RSS Kit account.</p>
                <p><strong>Now available on:</strong></p>
                <p>
                    <img src="https://rsskit.co.uk/assets/images/browser-icons/chrome.png" alt="Chrome" width="24" height="24" style="vertical-align: middle;"> Chrome &nbsp;&nbsp;
                    <img src="https://rsskit.co.uk/assets/images/browser-icons/firefox.png" alt="Firefox" width="24" height="24" style="vertical-align: middle;"> Firefox &nbsp;&nbsp;
                    <img src="https://rsskit.co.uk/assets/images/browser-icons/edge.png" alt="Edge" width="24" height="24" style="vertical-align: middle;"> Edge
                </p>

                <h4>Pro Extension Features:</h4>
                <ul>
                    <li><strong>Automatic feed detection</strong> - Instantly finds RSS feeds on any website</li>
                    <li><strong>One-click subscribe</strong> - Add feeds directly to your RSS Kit reader</li>
                    <li><strong>Folder organisation</strong> - Organise feeds into custom folders</li>
                    <li><strong>Real-time sync</strong> - Seamless sync with your RSS Kit account</li>
                    <li><strong>YouTube channel detection</strong> - Subscribe to YouTube channels via RSS</li>
                    <li><strong>Native sidebar</strong> - Beautiful sidebar UI for quick access</li>
                </ul>

                <h3>RSS Kit Lite Extension</h3>
                <p>A lightweight, <strong>completely free</strong> extension for everyone. No account required - just simple, fast feed detection.</p>
                <p><strong>Now available on:</strong></p>
                <p>
                    <img src="https://rsskit.co.uk/assets/images/browser-icons/chrome.png" alt="Chrome" width="24" height="24" style="vertical-align: middle;"> Chrome &nbsp;&nbsp;
                    <img src="https://rsskit.co.uk/assets/images/browser-icons/firefox.png" alt="Firefox" width="24" height="24" style="vertical-align: middle;"> Firefox &nbsp;&nbsp;
                    <img src="https://rsskit.co.uk/assets/images/browser-icons/edge.png" alt="Edge" width="24" height="24" style="vertical-align: middle;"> Edge
                </p>

                <h4>Lite Extension Features:</h4>
                <ul>
                    <li><strong>Feed detection</strong> - Find RSS feeds on any website</li>
                    <li><strong>Quick copy</strong> - Copy feed URLs to clipboard instantly</li>
                    <li><strong>Lightweight</strong> - Minimal browser footprint</li>
                    <li><strong>No account required</strong> - Works without signing in</li>
                </ul>

                <h3>Pro vs Lite - Quick Comparison</h3>
                <p><strong>Both Pro and Lite include:</strong></p>
                <ul>
                    <li>Feed detection on any website</li>
                    <li>Copy feed URLs to clipboard</li>
                </ul>
                <p><strong>Pro Extension Only (Pro/Creator subscribers):</strong></p>
                <ul>
                    <li>One-click subscribe to your RSS Kit reader</li>
                    <li>Account sync across devices</li>
                    <li>Folder organisation</li>
                    <li>YouTube channel detection</li>
                    <li>Native sidebar UI</li>
                </ul>
                <p><strong>Lite Extension:</strong> Free for everyone, no account required.</p>

                <h3>Upgrade to Pro for the Full Experience</h3>
                <p>Get the Pro extension plus unlimited feeds, AI summaries, advanced search, podcast support, and much more. Starting at just <strong>£6/month</strong>.</p>

                <p>
                    <a href="https://chromewebstore.google.com/detail/rss-kit-pro-rss-feed-dete/hkfifjlolcldjedclbnbhhcmdpefpmgk">Chrome Pro</a> |
                    <a href="https://addons.mozilla.org/en-GB/firefox/addon/rss-kit/">Firefox Pro</a> |
                    <a href="https://microsoftedge.microsoft.com/addons/detail/rss-kit-pro-rss-feed-de/pgpclabfffninhbhdbffnchmifnglalo">Edge Pro</a> |
                    <a href="https://rsskit.co.uk/account/upgrade.php">Upgrade to Pro</a>
                </p>
            ]]></description>
        </item>

        <item>
            <title>Major Reader Update: Per-Article Read Tracking &amp; Mark All Read</title>
            <link>https://rsskit.co.uk/blog-post.php?id=reader-performance-unread-dec-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=reader-performance-unread-dec-2025</guid>
            <pubDate>Tue, 31 Dec 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Happy New Year's Eve! We've completely rebuilt the read tracking system from the ground up. This is one of our biggest quality-of-life updates yet.</p>

                <h3>Per-Article Read Tracking</h3>
                <p>We've replaced the old timestamp-based system with proper per-article tracking:</p>
                <ul>
                    <li><strong>Individual article tracking</strong> - Each article is tracked as read or unread separately</li>
                    <li><strong>Instant UI updates</strong> - Read an article and the sidebar count updates immediately</li>
                    <li><strong>Toggle read/unread</strong> - Mark articles as unread again if you want to revisit them</li>
                    <li><strong>Accurate counts</strong> - Unread counts now reflect exactly how many articles you haven't read</li>
                </ul>

                <h3>Mark All Read Button</h3>
                <p>New button in the My Feeds sidebar to mark all articles as read:</p>
                <ul>
                    <li><strong>One-click cleanup</strong> - Clear your unread count instantly</li>
                    <li><strong>Batch operation</strong> - Marks hundreds of articles in one go</li>
                    <li><strong>Toast notification</strong> - Shows how many articles were marked read</li>
                    <li><strong>Cloud sync</strong> - Automatically syncs to your account</li>
                </ul>

                <h3>Reliable Cloud Sync</h3>
                <p>We've built a robust sync system for all users:</p>
                <ul>
                    <li><strong>Optimistic updates</strong> - UI updates instantly, sync happens in background</li>
                    <li><strong>Retry logic</strong> - Failed syncs automatically retry (1s, 3s, 10s delays)</li>
                    <li><strong>Persistent queue</strong> - Pending syncs survive page reload</li>
                    <li><strong>Auto-cleanup</strong> - localStorage capped at 10,000 articles to prevent quota issues</li>
                </ul>

                <h3>Performance Improvements</h3>
                <p>The reader is now noticeably faster:</p>
                <ul>
                    <li><strong>Zero blocking</strong> - No more waiting for server responses</li>
                    <li><strong>localStorage caching</strong> - Articles cached locally for instant loads</li>
                    <li><strong>Background sync</strong> - Fresh content syncs while you read</li>
                    <li><strong>Lazy loading images</strong> - Images load as you scroll</li>
                </ul>

                <p>These changes are live now for all users - with full cloud sync and automatic retry!</p>

                <p><a href="https://rsskit.co.uk/reader.php">Open Reader</a></p>
            ]]></description>
        </item>

        <item>
            <title>Advanced Search Now Live</title>
            <link>https://rsskit.co.uk/blog-post.php?id=advanced-search-live-dec-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=advanced-search-live-dec-2025</guid>
            <pubDate>Sun, 29 Dec 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Advanced Search is here! Pro and Creator users can now search smarter with powerful new tools.</p>

                <h3>Search Operators</h3>
                <ul>
                    <li><code>"exact phrase"</code> - Match exact text</li>
                    <li><code>-exclude</code> - Remove unwanted results</li>
                    <li><code>OR</code> - Match either term</li>
                </ul>

                <h3>Field Search</h3>
                <ul>
                    <li><code>title:keyword</code> - Search titles</li>
                    <li><code>source:name</code> - Filter by source</li>
                    <li><code>category:tech</code> - Search category</li>
                </ul>

                <h3>New Filters</h3>
                <ul>
                    <li><strong>Type</strong> - Articles, Podcasts, Videos</li>
                    <li><strong>Status</strong> - Read or Unread</li>
                    <li><strong>Saved</strong> - Saved or Unsaved</li>
                </ul>

                <p>Click the <strong>?</strong> button in the search bar for help. Available for Pro and Creator users.</p>

                <p><a href="https://rsskit.co.uk/reader.php">Try It Now</a> | <a href="https://rsskit.co.uk/account/upgrade.php">Upgrade</a></p>
            ]]></description>
        </item>

        <item>
            <title>Advanced Search Coming Soon for Pro &amp; Creator</title>
            <link>https://rsskit.co.uk/blog-post.php?id=advanced-search-coming-soon-dec-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=advanced-search-coming-soon-dec-2025</guid>
            <pubDate>Fri, 27 Dec 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>We're building a powerful advanced search feature for Pro and Creator users. Find exactly what you're looking for with query operators, field-specific search, and enhanced filters.</p>

                <p><strong>Update: This feature is now live! See our latest post.</strong></p>

                <p><a href="https://rsskit.co.uk/reader.php">Open Reader</a> | <a href="https://rsskit.co.uk/account/upgrade.php">Upgrade to Pro</a></p>
            ]]></description>
        </item>

        <item>
            <title>Browser Extensions Update - Pro &amp; Lite Now Available</title>
            <link>https://rsskit.co.uk/blog-post.php?id=browser-extensions-dec-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=browser-extensions-dec-2025</guid>
            <pubDate>Fri, 27 Dec 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p><strong>Update (January 2, 2026): All extensions are now available for Chrome, Firefox, and Edge! See our latest post for details.</strong></p>
                <p>Great news for RSS enthusiasts! Our browser extension family is growing. Here's a complete overview of what's available now and what's coming soon.</p>

                <h3>🚀 RSS Kit Pro Extensions (Pro &amp; Creator tiers)</h3>
                <p>Our full-featured extension with feed detection, management, and seamless integration with your RSS Kit account. <strong>Available exclusively for Pro and Creator tier subscribers.</strong></p>
                <ul>
                    <li><strong>Firefox</strong> - Available Now - Full-featured RSS feed detection and management</li>
                    <li><strong>Chrome</strong> - Available Now - Full-featured RSS feed detection and management</li>
                    <li><strong>Edge</strong> - Coming Soon - In development</li>
                </ul>

                <h3>✨ RSS Kit Lite Extensions (Free for everyone)</h3>
                <p>A lightweight alternative focused purely on RSS feed detection. <strong>Completely free for everyone</strong> - no account required. Perfect if you just want to discover feeds without the extra features.</p>
                <ul>
                    <li><strong>Firefox</strong> - Available Now - Lightweight RSS feed detection</li>
                    <li><strong>Chrome</strong> - Coming Soon - In development</li>
                    <li><strong>Edge</strong> - Coming Soon - In development</li>
                </ul>

                <h3>🤔 Pro vs Lite - Which Should You Choose?</h3>
                <p><strong>Pro Extension (Pro &amp; Creator tiers):</strong> Full feed management features, sync with your RSS Kit account, organise feeds into folders, one-click subscribe to reader, and YouTube channel RSS detection.</p>
                <p><strong>Lite Extension (Free for everyone):</strong> Simple feed detection only, minimal browser footprint, quick copy of feed URLs, no account required, and a lightweight fast experience.</p>

                <h3>📥 Get Started</h3>
                <p>The Lite extension is completely free for everyone. Pro extension requires a Pro or Creator subscription. Install from your browser's extension store and start discovering RSS feeds on any website you visit.</p>

                <p><a href="https://addons.mozilla.org/en-GB/firefox/addon/rss-kit/">Firefox Pro</a> | <a href="https://chromewebstore.google.com/detail/rss-kit-pro-rss-feed-dete/hkfifjlolcldjedclbnbhhcmdpefpmgk">Chrome Pro</a> | <a href="https://addons.mozilla.org/en-GB/firefox/addon/rss-kit-lite/">Firefox Lite</a></p>
            ]]></description>
        </item>

        <item>
            <title>📝 Browse Pages Now Show Feed Descriptions</title>
            <link>https://rsskit.co.uk/blog-post.php?id=browse-update-dec-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=browse-update-dec-2025</guid>
            <pubDate>Sun, 22 Dec 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Finding the right feeds just got easier. Our browse category pages now display <strong>feed descriptions</strong> on every card, so you can see what a feed is about before subscribing.</p>

                <h3>✨ What's New?</h3>
                <p>Feed cards now include:</p>
                <ul>
                    <li><strong>Feed Name</strong> - The title of the feed</li>
                    <li><strong>Website Domain</strong> - Where the content comes from</li>
                    <li><strong>Description</strong> - A brief summary of what the feed covers</li>
                    <li><strong>Article Count</strong> - How many articles are available</li>
                    <li><strong>Subscribe Button</strong> - One click to add to your reader</li>
                </ul>

                <h3>🎯 Better Discovery</h3>
                <p>Before, you'd see a feed name and have to guess what it was about. Now you can read the description and know exactly what you're subscribing to. No more surprises!</p>

                <p>Descriptions are pulled directly from each feed's RSS metadata - the same description the publisher uses to describe their content.</p>

                <h3>💡 Tip</h3>
                <p>Browse by category to find feeds that match your interests. Each category page shows all available feeds with their descriptions, sorted by article count so the most active feeds appear first.</p>

                <h3>🚀 Try It Now</h3>
                <p>Head to the browse pages and explore feeds in Technology, Business, News, Entertainment, and 20+ other categories. You'll find it much easier to discover content you'll love.</p>

                <p><a href="https://rsskit.co.uk/index.php">Browse Feeds</a> | <a href="https://rsskit.co.uk/reader.php">Open Reader</a></p>
            ]]></description>
        </item>

        <item>
            <title>🎙️ Podcasts Have Landed in RSS Kit</title>
            <link>https://rsskit.co.uk/blog-post.php?id=podcast-support-dec-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=podcast-support-dec-2025</guid>
            <pubDate>Sun, 08 Dec 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Your RSS reader just learned a new trick. RSS Kit now supports <strong>podcast feeds</strong> with a built-in audio player, so you can listen to your favourite shows without switching apps.</p>

                <h3>🎧 What's New?</h3>
                <p>We've added full podcast support to RSS Kit. Subscribe to any podcast feed, and episodes appear in your reader just like articles - but with a play button.</p>

                <h3>✨ Podcast Features</h3>
                <ul>
                    <li><strong>Built-in Audio Player</strong> - Play episodes directly in the reader, no external apps needed</li>
                    <li><strong>Show Notes</strong> - Read episode descriptions while you listen</li>
                    <li><strong>Podcast Detection</strong> - Feeds are automatically tagged with a 🎙️ icon</li>
                    <li><strong>Works with Any Podcast</strong> - If it has an RSS feed, it works in RSS Kit</li>
                </ul>

                <h3>🎯 Why Podcasts in RSS?</h3>
                <p>Podcasts <em>are</em> RSS. That's how they've always worked - your podcast app is really just an RSS reader with an audio player. We figured, why not bring that full circle?</p>

                <p>Now you can follow blogs, YouTube channels, news sites, <em>and</em> podcasts all in one place. One feed reader to rule them all.</p>

                <h3>🎵 How It Works</h3>
                <ul>
                    <li>Add a podcast RSS feed (most podcasts publish their feed URL)</li>
                    <li>Episodes show up in your feed like any other article</li>
                    <li>Click to open - the audio player appears at the top</li>
                    <li>Hit play and enjoy - it's that simple</li>
                </ul>

                <h3>💡 Finding Podcast Feeds</h3>
                <p>Most podcasts list their RSS feed on their website or podcast page. You can also search for "[podcast name] RSS feed" to find it. Once you have the URL, just paste it into RSS Kit like any other feed.</p>

                <h3>🚀 Available Now</h3>
                <p>Podcast support is live for all RSS Kit users. Go ahead - add your first podcast and give it a spin.</p>

                <p><a href="https://rsskit.co.uk/reader.php">Open Reader</a> | <a href="https://rsskit.co.uk/feeds.php">Discover Feeds</a></p>
            ]]></description>
        </item>

        <item>
            <title>🎬 Your Feed Reader Just Became a Video Powerhouse</title>
            <link>https://rsskit.co.uk/blog-post.php?id=video-platform-support-nov-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=video-platform-support-nov-2025</guid>
            <pubDate>Sun, 24 Nov 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p><strong>Say goodbye to clicking through to watch videos.</strong> RSS Kit now plays YouTube, Vimeo, Rumble, Twitch, and Dailymotion videos right in your feed reader. No tabs. No leaving your flow. Just pure content consumption.</p>

                <h3>🎯 The Problem</h3>
                <p>You subscribe to your favorite creators on YouTube. A new video drops. You see it in your RSS reader... then you have to click through to YouTube, wait for the page to load, dismiss cookie notices, maybe even sit through an ad. <em>Exhausting.</em></p>

                <p>We thought: <strong>Why can't you just... watch the video where you found it?</strong></p>

                <h3>✨ What's New</h3>
                <ul>
                    <li><strong>5 Platforms Supported</strong> - YouTube, Vimeo, Rumble, Twitch, and Dailymotion all work seamlessly</li>
                    <li><strong>Gorgeous Video Thumbnails</strong> - See what you're clicking on with auto-generated thumbnails in your feed</li>
                    <li><strong>Zero-Click Playback</strong> - Click an article, video starts playing. That's it.</li>
                    <li><strong>Smart Detection</strong> - Video feeds get a 🎥 icon so you know what's what</li>
                    <li><strong>YouTube Channel RSS</strong> - Our browser extension now detects YouTube channels and auto-generates RSS feeds</li>
                </ul>

                <h3>🚀 Why This Changes Everything</h3>
                <p>Imagine this: You wake up, open RSS Kit, and see 15 new videos from your subscriptions. With thumbnails. You watch 3 of them without leaving the app. You mark 5 for later. You skip the rest. All in under 5 minutes.</p>

                <p><strong>That's the power of having video built-in.</strong> No algorithm pushing content you don't want. No autoplay rabbit holes. Just your curated list of creators, with their videos ready to watch.</p>

                <h3>🎨 The Details Matter</h3>
                <p>We didn't just slap videos into your reader. We made it <em>feel right</em>:</p>
                <ul>
                    <li>Video thumbnails appear automatically in your feed grid (YouTube, Vimeo, Dailymotion)</li>
                    <li>When you open an article, the video plays immediately - no redundant thumbnail image</li>
                    <li>Close the modal? Video stops. No phantom audio playing in the background.</li>
                    <li>Responsive player that looks gorgeous on any screen size</li>
                    <li>Strict security - only whitelisted platforms are allowed (no sketchy embeds)</li>
                </ul>

                <h3>🔒 Privacy First</h3>
                <p>We use YouTube's no-cookie embed domain and only allow videos from trusted platforms. No tracking, no ads (beyond what's in the video itself), no algorithmic manipulation. Just you and your content.</p>

                <h3>⚡ Available Now</h3>
                <p>This feature is live right now for all RSS Kit users. No upgrade needed. Just open your reader, subscribe to some video feeds, and experience RSS the way it should be.</p>

                <p><a href="https://rsskit.co.uk/reader.php">Try It Now</a> | <a href="https://rsskit.co.uk/feeds.php">Discover Video Feeds</a></p>
            ]]></description>
        </item>

        <item>
            <title>🦊 RSS Kit Now Available for Firefox - Subscribe to Feeds Anywhere</title>
            <link>https://rsskit.co.uk/blog-post.php?id=firefox-extension-nov-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=firefox-extension-nov-2025</guid>
            <pubDate>Fri, 21 Nov 2025 12:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Firefox users, we haven't forgotten about you! The RSS Kit browser extension is now available for Firefox, bringing all the same great features to your favourite browser.</p>

                <h3>🦊 Why Firefox?</h3>
                <p>Firefox has always been a champion of the open web, and RSS is at the heart of that mission. It felt only right to bring RSS Kit to the browser that shares our values of privacy, openness, and user control.</p>

                <h3>✨ Same Great Features</h3>
                <ul>
                    <li><strong>Instant Feed Detection</strong> - RSS Kit automatically finds feeds on any website you visit</li>
                    <li><strong>One-Click Subscribe</strong> - Add feeds to your collection without leaving the page</li>
                    <li><strong>Organize Your Way</strong> - Create folders to keep your feeds tidy</li>
                    <li><strong>Sync Everywhere</strong> - Your subscriptions follow you across all your devices</li>
                </ul>

                <h3>🎯 Perfect for Pro Users</h3>
                <p>The Firefox extension is a Pro feature, designed for serious RSS enthusiasts who want the best experience. Combined with unlimited feeds and cloud sync, it's the ultimate way to stay on top of your favourite content.</p>

                <h3>📥 Get Started</h3>
                <p>Head to the Firefox Add-ons store and search for "RSS Kit Pro" or visit your RSS Kit dashboard for a direct link. Installation takes seconds, and you'll be discovering feeds in no time!</p>

                <p><a href="https://rsskit.co.uk/upgrade.php">Upgrade to Pro</a></p>
            ]]></description>
        </item>

        <item>
            <title>🌐 Introducing RSS Kit Pro for Chrome - Discover Feeds Effortlessly</title>
            <link>https://rsskit.co.uk/blog-post.php?id=chrome-extension-nov-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=chrome-extension-nov-2025</guid>
            <pubDate>Fri, 21 Nov 2025 11:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>We're excited to announce the launch of the RSS Kit Pro browser extension for Chrome! Finding and subscribing to RSS feeds has never been easier.</p>

                <h3>🔍 The Problem We Solved</h3>
                <p>Ever visited a great website and wondered if they have an RSS feed? You'd have to hunt through footers, view page source, or just give up. Those days are over.</p>

                <h3>✨ How It Works</h3>
                <p>Simply browse the web as you normally would. When you land on a site with RSS feeds, RSS Kit quietly detects them for you. Click the extension icon to see what's available and subscribe with a single click. That's it!</p>

                <h3>💡 Key Features</h3>
                <ul>
                    <li><strong>Auto-Detection</strong> - Finds hidden RSS feeds that you'd never spot manually</li>
                    <li><strong>Sidebar Experience</strong> - Clean, beautiful interface that doesn't interrupt your browsing</li>
                    <li><strong>Instant Sync</strong> - Subscriptions appear in your RSS Kit reader immediately</li>
                    <li><strong>Folder Organization</strong> - Sort feeds into categories right from the extension</li>
                    <li><strong>Works Everywhere</strong> - Blogs, news sites, YouTube channels, podcasts, and more</li>
                </ul>

                <h3>🎁 Pro Exclusive</h3>
                <p>The browser extension is available exclusively for RSS Kit Pro subscribers. It's the perfect companion to your unlimited feeds and cloud sync - discover content wherever you are on the web.</p>

                <p><a href="https://rsskit.co.uk/upgrade.php">Upgrade to Pro</a> | <a href="https://chrome.google.com/webstore">Get from Chrome Web Store</a></p>
            ]]></description>
        </item>

        <item>
            <title>🌍 Community Feeds - Discover Amazing Content Creators</title>
            <link>https://rsskit.co.uk/blog-post.php?id=community-feeds-nov-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=community-feeds-nov-2025</guid>
            <pubDate>Sat, 16 Nov 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Looking for great content to follow? We're excited to introduce the Community Feeds directory - your one-stop destination to discover talented creators publishing on RSS Kit. Browse 23 different categories and find exactly the content you're interested in!</p>

                <h3>✨ What's in the Directory</h3>
                <ul>
                    <li>23 categories covering every topic imaginable</li>
                    <li>Top creators ranked by activity in each category</li>
                    <li>One-click RSS subscription to any creator</li>
                    <li>See article counts for each creator at a glance</li>
                </ul>

                <h3>📚 Explore 23 Categories</h3>
                <p>The Community Feeds directory covers everything you care about - Technology, Business, Finance, Lifestyle, Food & Cooking, Travel, Entertainment, Sports, Science, Health & Wellness, Education, Personal Development, News & Politics, Gaming, Fashion & Beauty, Photography, Music, Arts & Culture, Parenting, Home & Garden, Marketing, Design, and Fitness.</p>

                <h3>🎯 How It Works</h3>
                <ul>
                    <li><strong>Browse by Category</strong> - All 23 categories displayed in a clean grid with active creator counts</li>
                    <li><strong>See Top Creators</strong> - Each category shows the top 8 most active creators ranked by articles published</li>
                    <li><strong>Subscribe with One Click</strong> - Hover over any creator's name to see the RSS icon and subscribe instantly</li>
                    <li><strong>Explore Further</strong> - Click "See All Feeds" to view the complete list in that category</li>
                </ul>

                <h3>✍️ For Creators</h3>
                <p>If you're publishing on RSS Kit, you're automatically featured in the Community Feeds directory with:</p>
                <ul>
                    <li>Automatic visibility as soon as you publish</li>
                    <li>Merit-based ranking (more content = higher ranking)</li>
                    <li>Targeted discovery from interested readers</li>
                    <li>Organic audience growth through great content</li>
                </ul>

                <p><a href="https://rsskit.co.uk/feeds.php">Browse Community Feeds</a> | <a href="https://rsskit.co.uk/creator.php">Become a Creator</a></p>
            ]]></description>
        </item>

        <item>
            <title>📦 Export Your Content - Take Your Articles Anywhere</title>
            <link>https://rsskit.co.uk/blog-post.php?id=export-system-nov-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=export-system-nov-2025</guid>
            <pubDate>Sat, 16 Nov 2025 09:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Ever wished you could download all your articles in one go? Now you can! The new export system gives Creator tier users complete control over their content with six different export formats - perfect for backups, migrations, analytics, or sharing your work.</p>

                <h3>✨ Six Export Formats</h3>
                <ul>
                    <li><strong>RSS Feed</strong> - Standard XML for feed readers</li>
                    <li><strong>JSON Export</strong> - Complete structured data for developers</li>
                    <li><strong>CSV Spreadsheet</strong> - Analyze in Excel or Google Sheets with full content</li>
                    <li><strong>Markdown Files</strong> - Portable plain text for GitHub, Notion, Obsidian</li>
                    <li><strong>HTML Page</strong> - Beautiful standalone webpage</li>
                    <li><strong>ZIP Archive</strong> - Everything in one package with README</li>
                </ul>

                <h3>📋 What Gets Exported?</h3>
                <ul>
                    <li>Full article content (HTML stripped in CSV/Markdown for readability)</li>
                    <li>Metadata - titles, descriptions, authors, categories</li>
                    <li>Timestamps - publication, creation, and update dates</li>
                    <li>Statistics - view counts and word counts</li>
                    <li>Featured image URLs</li>
                    <li>Draft and published status</li>
                </ul>

                <h3>⚡ How to Export</h3>
                <ol>
                    <li>Go to Article Management dashboard</li>
                    <li>Click "Export" button at the top</li>
                    <li>Choose your format (RSS, JSON, CSV, Markdown, HTML, or ZIP)</li>
                    <li>Download instantly - ready to use!</li>
                </ol>

                <p>Your content is yours - download it anytime, in any format you need!</p>

                <p><a href="https://rsskit.co.uk/manage-articles.php">Export Your Articles</a> | <a href="https://rsskit.co.uk/creator.php">Write New Article</a></p>
            ]]></description>
        </item>

        <item>
            <title>📸 A Picture is Worth a Thousand Words - Featured Images for Creators</title>
            <link>https://rsskit.co.uk/blog-post.php?id=featured-images-nov-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=featured-images-nov-2025</guid>
            <pubDate>Tue, 12 Nov 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Great news for our Creator tier users! You can now add featured images to your articles. Articles with eye-catching images simply look better and get more engagement.</p>

                <h3>✨ What's New</h3>
                <ul>
                    <li>Upload images to your articles (JPEG, PNG, GIF)</li>
                    <li>Automatic conversion to WebP for smaller file sizes</li>
                    <li>Images appear in your RSS feed automatically</li>
                    <li>Beautiful image previews in your article dashboard</li>
                </ul>

                <h3>🎨 How It Works</h3>
                <ol>
                    <li><strong>Save Your Draft First</strong> - Write your article and save it as a draft</li>
                    <li><strong>Upload Your Image</strong> - Click or drag-and-drop your image. We'll automatically optimize it to WebP format</li>
                    <li><strong>Publish & Share</strong> - Your image appears at the top of your article and is automatically included in your RSS feed</li>
                </ol>

                <h3>📊 Smart & Efficient</h3>
                <ul>
                    <li><strong>WebP conversion</strong> - Reduces file sizes by up to 80% compared to JPEG</li>
                    <li><strong>Size optimization</strong> - Large images automatically resized to reasonable dimensions</li>
                    <li><strong>RSS-ready</strong> - Works perfectly in Feedly, Inoreader, NewsBlur, and all RSS readers</li>
                    <li><strong>Dashboard previews</strong> - See your article images at a glance</li>
                </ul>

                <h3>🎯 Why This Matters</h3>
                <ul>
                    <li><strong>More Engaging Content</strong> - Articles with images get more readers</li>
                    <li><strong>Professional Look</strong> - Your RSS feed looks as polished as any major blog</li>
                    <li><strong>Easy to Manage</strong> - See which articles have images right from your dashboard</li>
                </ul>

                <p>This feature is live now for all Creator tier users!</p>

                <p><a href="https://rsskit.co.uk/manage-articles.php">Manage Articles</a> | <a href="https://rsskit.co.uk/creator.php">Write New Article</a></p>
            ]]></description>
        </item>

        <item>
            <title>🔍 Search Made Simple - Contextual &amp; Intuitive</title>
            <link>https://rsskit.co.uk/blog-post.php?id=search-simplification-nov-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=search-simplification-nov-2025</guid>
            <pubDate>Sat, 09 Nov 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Today we completely reimagined how search works in RSS Kit. The result? A cleaner, more intuitive experience that works exactly the way you'd expect. Say goodbye to confusing filters and hello to contextual search!</p>

                <h3>✨ What Changed</h3>
                <ul>
                    <li>Search now filters your current view (not all articles)</li>
                    <li>Removed duplicate category and feed dropdowns from search bar</li>
                    <li>Sidebar navigation and search now work independently</li>
                    <li>Removed ~250 lines of complex code</li>
                </ul>

                <h3>💡 The Solution - Clear Separation</h3>
                <ul>
                    <li><strong>Sidebar = Navigation</strong> - Browse categories and feeds. Click to view that content.</li>
                    <li><strong>Search = Filter Current View</strong> - Search filters whatever you're currently viewing. Simple and contextual.</li>
                </ul>

                <h3>✅ How It Works Now</h3>
                <p><strong>Scenario 1: Search All Content</strong><br>
                Click "All Feeds" → Search for "AI" → Results: AI articles from ALL your feeds</p>

                <p><strong>Scenario 2: Search Within Category</strong><br>
                Click "Gaming" category → Search for "PC" → Results: PC articles from Gaming feeds only</p>

                <p><strong>Scenario 3: Search Within Feed</strong><br>
                Click "TechCrunch" feed → Search for "startup" → Results: Startup articles from TechCrunch only</p>

                <h3>🎨 What Stayed</h3>
                <p>The search bar now has three simple, focused filters:</p>
                <ul>
                    <li>🔍 Keyword Search - Search titles, descriptions, and summaries</li>
                    <li>📅 Date Filter - All Time, Today, This Week, This Month</li>
                    <li>⬆️ Sort Order - Newest First or Oldest First</li>
                </ul>

                <h3>🚀 Benefits You'll Notice</h3>
                <ul>
                    <li><strong>Predictable Behavior</strong> - The sidebar shows what you're viewing, search filters it. Clear and simple.</li>
                    <li><strong>Independent Systems</strong> - Sidebar navigation and search no longer interfere with each other</li>
                    <li><strong>Faster and Cleaner</strong> - With 250 fewer lines of code, the search system is faster and more reliable</li>
                </ul>

                <p><a href="https://rsskit.co.uk/reader.php">Try the New Search</a></p>
            ]]></description>
        </item>

        <item>
            <title>🎯 Major Update: Navigation State Persistence &amp; Search Relevance</title>
            <link>https://rsskit.co.uk/blog-post.php?id=navigation-update-jan-2025</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=navigation-update-jan-2025</guid>
            <pubDate>Thu, 07 Nov 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Today we're rolling out a comprehensive update that dramatically improves the reading experience in RSS Kit. These changes focus on maintaining your context as you navigate, improving search relevance, and eliminating frustrating workflow interruptions.</p>

                <h3>✨ What's New</h3>
                <ul>
                    <li>Category selection now persists across all navigation</li>
                    <li>Category dropdowns stay expanded during management</li>
                    <li>Automatic fallback when viewing deleted feeds</li>
                    <li>Smart category auto-close when switching categories</li>
                </ul>

                <h3>📂 Persistent Category Navigation</h3>
                <p>Your reading context is now preserved across all navigation. If you're viewing "Gaming" feeds, that selection stays active until you explicitly change it.</p>

                <p><strong>What's Preserved:</strong></p>
                <ul>
                    <li>Category filters (Gaming, Technology, News, etc.)</li>
                    <li>Feed filters (Individual feed selections)</li>
                    <li>Saved article views (Discovery and Read Later)</li>
                    <li>Category expansion state (Which dropdowns are open)</li>
                </ul>

                <h3>🎨 Smart Category Dropdown Behavior</h3>
                <p><strong>Reader Page:</strong> When you select a new category, the previous one automatically closes for a cleaner sidebar. Only one category open at a time = less scrolling.</p>

                <p><strong>Category Manager:</strong> Categories now stay expanded while you manage feeds. Delete or move a feed, and the category stays open - no more constant re-expanding!</p>

                <h3>🛡️ Graceful Feed Deletion Handling</h3>
                <p>The reader now intelligently handles the case where you delete a feed you're currently viewing. Instead of showing a confusing empty state, it automatically falls back to "All Feeds" for a seamless experience.</p>

                <h3>🐛 Bug Fixes</h3>
                <ul>
                    <li>Fixed duplicate variable declaration in filterByCategory()</li>
                    <li>Fixed subscriptions undefined error in categories.js</li>
                    <li>Fixed toggleOffcanvas scope issues</li>
                    <li>Fixed category reset logic to only reset when truly empty</li>
                </ul>

                <p>Your reading preferences are now preserved across browser sessions!</p>

                <p><a href="https://rsskit.co.uk/reader.php">Open Reader</a></p>
            ]]></description>
        </item>

        <item>
            <title>✍️ Introducing Creator - Write Articles with AI, Convert to RSS</title>
            <link>https://rsskit.co.uk/blog-post.php?id=creator-launch</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=creator-launch</guid>
            <pubDate>Sun, 26 Oct 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>We're thrilled to announce the Creator tier - a powerful new tool that lets you write articles with AI assistance and instantly convert them to RSS or Atom feeds. Perfect for bloggers, content creators, and anyone who wants to publish without the complexity of traditional blogging platforms.</p>

                <h3>🚀 What is Creator?</h3>
                <p>Creator combines a beautiful rich-text editor with advanced AI writing assistance and one-click RSS/Atom feed generation. Write your article, let AI help polish it, then convert it to a feed that readers can subscribe to.</p>

                <h3>Key Features</h3>

                <h4>📝 Rich WYSIWYG Editor</h4>
                <ul>
                    <li>Full formatting tools - Bold, italic, lists, headings, links</li>
                    <li>Clean, distraction-free interface</li>
                    <li>Dark mode support</li>
                    <li>Real-time word count (2,500 word limit per article)</li>
                    <li>Auto-save drafts</li>
                </ul>

                <h4>🤖 AI Writing Assistant (Claude Sonnet 4)</h4>
                <ul>
                    <li><strong>Improve Writing</strong> - Make text clearer and more engaging</li>
                    <li><strong>Fix Grammar</strong> - Catch spelling, grammar, and punctuation errors</li>
                    <li><strong>Expand Ideas</strong> - Add more detail and examples</li>
                    <li><strong>Change Tone</strong> - Rewrite in professional or casual style</li>
                    <li><strong>Generate Summaries</strong> - Create concise 2-3 sentence overviews</li>
                    <li><strong>AI Chat</strong> - Ask questions and get writing advice</li>
                </ul>

                <h4>📡 Instant RSS/Atom Conversion</h4>
                <ul>
                    <li>Choose your format - RSS 2.0 or Atom</li>
                    <li>Automatic metadata - title, author, category, timestamps</li>
                    <li>Valid XML - properly formatted and spec-compliant</li>
                    <li>Copy or download - get the feed XML instantly</li>
                    <li>Built-in validator - verify before publishing</li>
                </ul>

                <h4>💾 Article Management</h4>
                <ul>
                    <li>Save up to 50 articles with images</li>
                    <li>Edit anytime - load saved articles back into editor</li>
                    <li>Preview before publishing</li>
                    <li>Quick access article counter</li>
                </ul>

                <h3>💡 Who Is Creator For?</h3>
                <ul>
                    <li><strong>Bloggers</strong> - Write and publish without WordPress or complex CMS</li>
                    <li><strong>Newsletter writers</strong> - Create RSS feeds for subscribers</li>
                    <li><strong>Content marketers</strong> - Produce polished articles with AI</li>
                    <li><strong>Developers</strong> - Generate RSS for project updates</li>
                    <li><strong>Writers</strong> - Use AI to improve drafts and fix grammar</li>
                </ul>

                <h3>💰 Pricing</h3>
                <p><strong>£14/month or £140/year</strong> (2 months free)</p>
                <p>Includes everything in Pro plus Creator tool with AI assistant, 50 articles with images, and unlimited RSS/Atom generation.</p>

                <p><a href="https://rsskit.co.uk/creator.php">Try Creator</a> | <a href="https://rsskit.co.uk/account/upgrade.php">View Pricing</a></p>
            ]]></description>
        </item>

        <item>
            <title>The Polish Update - AI Gets Smarter, UX Gets Smoother</title>
            <link>https://rsskit.co.uk/blog-post.php?id=polish-update</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=polish-update</guid>
            <pubDate>Tue, 21 Oct 2025 14:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Great news, RSS Kit fans! We've just shipped a collection of quality-of-life improvements that make your reading experience even better. This update is all about refinement - faster AI, cleaner articles, and a less intrusive interface.</p>

                <h3>What's New?</h3>

                <h4>⚡ AI Summary Speed Boost</h4>
                <p>Your AI summaries just got 20-30% faster! We've optimized everything:</p>
                <ul>
                    <li><strong>Reduced processing time</strong> - Smarter token usage gets you summaries faster</li>
                    <li><strong>Optimized input</strong> - We send just what's needed, nothing more</li>
                    <li><strong>Fine-tuned parameters</strong> - Better quality at higher speed</li>
                    <li>Still maintains comprehensive, detailed summaries you love</li>
                </ul>

                <h4>🎨 Beautiful AI Summary Formatting</h4>
                <p>Say goodbye to raw markdown! AI summaries now have gorgeous, properly structured formatting:</p>
                <ul>
                    <li><strong>Styled section headers</strong> - Overview, Key Points, and Context sections in beautiful purple</li>
                    <li><strong>Pretty bullet points</strong> - Custom purple bullets with perfect spacing</li>
                    <li><strong>Better readability</strong> - Relaxed line height and smart typography</li>
                    <li>No more **markdown stars** cluttering the view</li>
                </ul>

                <h4>🧹 Article Cleanup Revolution</h4>
                <p>Articles are now WAY cleaner. We've massively expanded our junk removal:</p>
                <ul>
                    <li><strong>60+ new removal patterns</strong> - Newsletter prompts, social media buttons, cookie notices</li>
                    <li><strong>Smarter paragraph filtering</strong> - Removes entire paragraphs with junk phrases</li>
                    <li><strong>Better DOM cleanup</strong> - Paywall boxes, app promotions, trending sidebars - gone!</li>
                    <li>Just the article content you actually want to read</li>
                </ul>

                <h4>🔤 Font Control for Everything</h4>
                <p>Your A- and A+ buttons now work on AI summaries too:</p>
                <ul>
                    <li>Article body and AI summary resize together</li>
                    <li>Font preference persists across sessions</li>
                    <li>Perfect readability on any device</li>
                </ul>

                <h4>📁 Category Power-Up (Pro)</h4>
                <p>Pro users can now view all articles from all feeds in a category at once:</p>
                <ul>
                    <li><strong>"All feeds in [Category]"</strong> button at the top of each category</li>
                    <li>See everything in Tech, News, Gaming, etc. in one view</li>
                    <li>Beautiful purple/blue gradient styling</li>
                    <li>Works seamlessly with existing feed filtering</li>
                </ul>

                <h4>🎯 Less Nagging, More Doing</h4>
                <p>We killed the annoying popup messages:</p>
                <ul>
                    <li><strong>No more "Feed Selected" popups</strong> - You can see what's selected in the UI</li>
                    <li><strong>Quick loading indicators</strong> - Brief spinner shows your click registered</li>
                    <li><strong>Cleaner experience</strong> - Less interruption, more reading</li>
                    <li>Enhanced hide button on AI summaries - easier to spot and click</li>
                </ul>

                <h3>Why These Updates Matter</h3>
                <p>This update is all about respecting your time and attention:</p>
                <ul>
                    <li><strong>Faster AI</strong> means less waiting, more reading</li>
                    <li><strong>Cleaner articles</strong> means no distractions from marketing junk</li>
                    <li><strong>Better formatting</strong> means easier comprehension</li>
                    <li><strong>Less nagging</strong> means you stay in the flow</li>
                </ul>

                <p>All these improvements are live right now. Pro users, try the new category filtering and faster AI summaries. Everyone benefits from cleaner articles and smoother UX!</p>

                <p><a href="https://rsskit.co.uk/reader.php">Open Reader</a> | <a href="https://rsskit.co.uk/account/upgrade.php">Unlock Pro Features</a></p>
            ]]></description>
        </item>

        <item>
            <title>RSS Kit 2.0 - Your Feeds, Everywhere You Go</title>
            <link>https://rsskit.co.uk/blog-post.php?id=cloud-sync-update</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=cloud-sync-update</guid>
            <pubDate>Mon, 20 Oct 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>We're thrilled to announce our biggest update yet! This release brings powerful new features that make RSS Kit the most reliable, user-friendly RSS reader on the web.</p>

                <h3>What's New?</h3>

                <h4>☁️ Cloud Sync for Pro Users</h4>
                <p>The feature you've been asking for is finally here. Pro users can now sync their RSS feeds across all devices automatically:</p>
                <ul>
                    <li><strong>Automatic synchronization</strong> - No buttons to press, no manual syncing</li>
                    <li><strong>Unlimited feeds</strong> - Store as many feeds as you want in the cloud</li>
                    <li><strong>Cross-device access</strong> - Desktop, mobile, tablet - all in sync</li>
                    <li><strong>Persistent storage</strong> - Your feeds survive logout and browser changes</li>
                    <li><strong>Lightning fast</strong> - Feeds load instantly from our optimized backend</li>
                </ul>

                <h4>📤 OPML Import - Migrate in Seconds</h4>
                <p>Switching from another RSS reader? Pro users can now import unlimited feeds from any RSS reader that supports OPML export:</p>
                <ul>
                    <li>Import from Feedly, Inoreader, NewsBlur, and more</li>
                    <li>Handles large collections effortlessly</li>
                    <li>Automatically syncs imported feeds to the cloud</li>
                    <li>Free users can see the feature with upgrade prompt</li>
                </ul>

                <h4>🐛 Critical Bug Fixes</h4>
                <p>We've eliminated frustrating bugs that affected the user experience:</p>
                <ul>
                    <li><strong>Logout bug fixed</strong> - Pro users no longer see "Free users limited to 5 feeds" error when logged out</li>
                    <li><strong>Android back button</strong> - Pressing back now closes articles first instead of navigating away</li>
                    <li><strong>Horizontal scroll eliminated</strong> - No more unwanted sideways scrolling on mobile</li>
                    <li><strong>Sticky elements removed</strong> - Article content scrolls naturally from top to bottom</li>
                </ul>

                <h4>🎨 Beautiful UI Refinements</h4>
                <p>Polish that makes the experience feel premium:</p>
                <ul>
                    <li><strong>Font size controls</strong> - Adjust text size with A- and A+ buttons for comfortable reading on any device</li>
                    <li><strong>Gorgeous backdrop blur</strong> - Menus now blur the page behind them for better focus</li>
                    <li><strong>Red close buttons</strong> - Clear visual signal for "exit" across all modals</li>
                    <li><strong>Click outside to close</strong> - Tap anywhere outside menus to dismiss them naturally</li>
                    <li><strong>Fixed z-index layering</strong> - Menus properly appear above all content</li>
                </ul>

                <h4>⚡ Technical Highlights</h4>
                <p>Under the hood improvements:</p>
                <ul>
                    <li>Cloud sync uses only ~30 MB per 1,000 Pro users</li>
                    <li>Sub-10ms database lookups with proper indexing</li>
                    <li>History API for proper Android back button handling</li>
                    <li>Smart state management prevents navigation bugs</li>
                </ul>

                <h3>Who Benefits?</h3>

                <p><strong>Free Users Get:</strong></p>
                <ul>
                    <li>Better mobile experience (back button works correctly)</li>
                    <li>Cleaner, more polished UI</li>
                    <li>Fixed bugs and improved stability</li>
                    <li>Visibility into Pro features</li>
                </ul>

                <p><strong>Pro Users Get:</strong></p>
                <ul>
                    <li>Full cloud synchronization (the big one!)</li>
                    <li>OPML import for easy migration</li>
                    <li>Unlimited feeds with cloud backup</li>
                    <li>Cross-device access to your entire collection</li>
                    <li>Everything free users get, plus premium features</li>
                </ul>

                <h3>What's Next?</h3>
                <p>We're already working on:</p>
                <ul>
                    <li>OPML export - Take your feeds anywhere</li>
                    <li>Reader customization - Fonts, spacing, themes</li>
                    <li>Smart filters - Find articles faster</li>
                </ul>

                <p><a href="https://rsskit.co.uk/reader.php">Open Reader</a> | <a href="https://rsskit.co.uk/account/upgrade.php">Upgrade to Pro</a></p>
            ]]></description>
        </item>

        <item>
            <title>Introducing RSS Kit 2.0 - Major Update</title>
            <link>https://rsskit.co.uk/blog-post.php?id=rss-kit-2-0</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=rss-kit-2-0</guid>
            <pubDate>Wed, 15 Jan 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>We're thrilled to announce the release of RSS Kit 2.0, our biggest update yet! This release brings a complete redesign, powerful new features, and significant performance improvements.</p>

                <h3>What's New in 2.0?</h3>

                <h4>🎨 Complete UI Redesign</h4>
                <p>RSS Kit 2.0 features a modern, clean interface built with Tailwind CSS. The new design is faster, more accessible, and works beautifully on all devices. We've also added a dark mode that automatically adapts to your system preferences.</p>

                <h4>🤖 AI-Powered Features (Pro)</h4>
                <p>Pro users now have access to AI-powered feed discovery and article search. Simply describe what you're looking for in natural language, and our advanced AI will find the perfect feeds for you.</p>
                <ul>
                    <li><strong>AI Feed Search</strong> - "Find feeds about electric vehicles from European publishers"</li>
                    <li><strong>AI Article Search</strong> - Search within your subscribed feeds using natural language</li>
                    <li><strong>URL Discovery</strong> - Extract hidden RSS feeds from any website</li>
                </ul>

                <h4>📖 Built-in RSS Reader</h4>
                <p>No need for external RSS readers anymore! RSS Kit 2.0 includes a powerful built-in reader with:</p>
                <ul>
                    <li>Clean, distraction-free reading interface</li>
                    <li>Free users: 5 feeds with 8 articles per feed</li>
                    <li>Pro users: Unlimited feeds and articles</li>
                    <li>OPML import/export for easy migration</li>
                    <li>Responsive design for mobile and desktop</li>
                </ul>

                <h4>✅ Enhanced Feed Validator</h4>
                <p>Our validator has been completely rewritten for speed and accuracy:</p>
                <ul>
                    <li>Parallel validation for faster results</li>
                    <li>Support for RSS 2.0, Atom, and JSON Feed formats</li>
                    <li>Detailed error reporting with suggestions</li>
                    <li>Duplicate detection across feeds</li>
                    <li>Free users: Validate 5 feeds at once</li>
                    <li>Pro users: Unlimited validation</li>
                </ul>

                <h4>🚀 Performance Improvements</h4>
                <p>RSS Kit 2.0 is significantly faster than the previous version:</p>
                <ul>
                    <li>50% faster page load times</li>
                    <li>Optimized feed parsing</li>
                    <li>Reduced server response times</li>
                    <li>Better caching strategies</li>
                </ul>

                <h4>🔐 User Accounts & Pro Tier</h4>
                <p>We've introduced user accounts with two tiers:</p>
                <p><strong>Free Tier:</strong> Browse 10 categories, subscribe to 5 feeds, validate 5 URLs, 8 articles per feed</p>
                <p><strong>Pro Tier (£6/month or £60/year):</strong> Unlimited everything, AI features, priority support, and advanced analytics</p>

                <h3>What's Next?</h3>
                <p>This is just the beginning! Here's what we're working on for future releases:</p>
                <ul>
                    <li>Mobile apps for iOS and Android (Q2 2025)</li>
                    <li>RSS to Email digests (Q2 2025)</li>
                    <li>Browser extension for quick feed discovery (Q3 2025)</li>
                    <li>Article bookmarking and tagging (Q3 2025)</li>
                    <li>Feed filtering by keywords and date (Q3 2025)</li>
                </ul>

                <p><a href="https://rsskit.co.uk/index.php">Start Discovering Feeds</a> | <a href="https://rsskit.co.uk/account/upgrade.php">View Pro Features</a></p>
            ]]></description>
        </item>

        <item>
            <title>Welcome to RSS Kit - Your All-in-One RSS Solution</title>
            <link>https://rsskit.co.uk/blog-post.php?id=launch</link>
            <guid isPermaLink="true">https://rsskit.co.uk/blog-post.php?id=launch</guid>
            <pubDate>Sat, 15 Jun 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[
                <p>Today, we're excited to launch RSS Kit, a comprehensive suite of tools designed to make RSS feed discovery, validation, and management easier than ever.</p>

                <h3>Why RSS Kit?</h3>
                <p>In an age of algorithmic feeds and walled gardens, RSS remains one of the best ways to consume content on your own terms. However, discovering quality RSS feeds and managing subscriptions can be challenging. That's where RSS Kit comes in.</p>

                <h3>What We Offer</h3>

                <h4>🔍 Feed Discovery</h4>
                <p>Browse our curated collection of RSS feeds across 10 categories:</p>
                <ul>
                    <li>Technology - Latest tech news and innovations</li>
                    <li>News - Global and regional news sources</li>
                    <li>Business - Market insights and business news</li>
                    <li>Science - Scientific discoveries and research</li>
                    <li>Sports - Sports news and updates</li>
                    <li>Entertainment - Movies, TV, music, and more</li>
                    <li>Gaming - Video game news and reviews</li>
                    <li>Cryptocurrency - Crypto and blockchain news</li>
                    <li>Finance - Financial markets and investing</li>
                    <li>Motoring - Automotive news and reviews</li>
                </ul>

                <h4>✓ Feed Validator</h4>
                <p>Test your RSS feeds to ensure they're working correctly. Our validator checks for common issues, validates XML structure, and provides detailed reports on feed health.</p>

                <h4>📖 Simple & Clean</h4>
                <p>RSS Kit is designed to be simple and intuitive. No complicated setup, no learning curve - just powerful tools that work.</p>

                <h3>Built for the Open Web</h3>
                <p>We believe in the open web and the power of RSS to deliver content without algorithms or corporate filtering. RSS Kit is our contribution to keeping RSS alive and thriving.</p>

                <p><a href="https://rsskit.co.uk/index.php">Get Started</a></p>
            ]]></description>
        </item>
    </channel>
</rss>
