<?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: BuildNova</title>
    <description>The latest articles on DEV Community by BuildNova (@buildnova).</description>
    <link>https://dev.to/buildnova</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3977428%2F6e2c4536-e3f0-49dc-9c46-b53987d60974.PNG</url>
      <title>DEV Community: BuildNova</title>
      <link>https://dev.to/buildnova</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/buildnova"/>
    <language>en</language>
    <item>
      <title>I built an Instagram content planner in pure HTML — grid preview, hashtags, works offline</title>
      <dc:creator>BuildNova</dc:creator>
      <pubDate>Wed, 17 Jun 2026 06:48:18 +0000</pubDate>
      <link>https://dev.to/buildnova/i-built-an-instagram-content-planner-in-pure-html-grid-preview-hashtags-works-offline-3ie6</link>
      <guid>https://dev.to/buildnova/i-built-an-instagram-content-planner-in-pure-html-grid-preview-hashtags-works-offline-3ie6</guid>
      <description>&lt;p&gt;Small business owners struggle with consistent Instagram posting. Existing tools are either too expensive or too generic.&lt;/p&gt;

&lt;p&gt;So I built a dedicated Instagram content planner in pure HTML.&lt;/p&gt;

&lt;h2&gt;
  
  
  What makes it different
&lt;/h2&gt;

&lt;p&gt;Unlike generic multi-platform calendars, this is built specifically for Instagram:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5 Instagram post types:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🎬 Reels&lt;/li&gt;
&lt;li&gt;⭕ Stories&lt;/li&gt;
&lt;li&gt;🎠 Carousels&lt;/li&gt;
&lt;li&gt;🖼️ Static Posts&lt;/li&gt;
&lt;li&gt;🤝 Collabs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Instagram grid preview&lt;/strong&gt;&lt;br&gt;
See exactly how your feed will look before you post. Plan your aesthetic in advance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Caption + hashtag storage&lt;/strong&gt;&lt;br&gt;
Write your caption and hashtags directly in the planner. Copy and paste when it's time to post.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3 built-in hashtag sets&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Growth set — general small business hashtags&lt;/li&gt;
&lt;li&gt;Reels set — optimized for reel reach&lt;/li&gt;
&lt;li&gt;Product set — for product-based businesses&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Auto-saves everything&lt;/strong&gt;&lt;br&gt;
Uses localStorage — no backend, no account needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why pure HTML?
&lt;/h2&gt;

&lt;p&gt;No subscription. No monthly fee. Works completely offline. Small business owners shouldn't pay $15/month just to plan their content.&lt;/p&gt;

&lt;p&gt;Available at-buildnova.gumroad.com/l/instagram-planner&lt;br&gt;&lt;br&gt;
chekout also-buildnova.gumroad.com — what features would you add?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>socialmedia</category>
      <category>smallbusiness</category>
    </item>
    <item>
      <title>I built a freelancer client portal in pure HTML — no backend, no subscription, works offline</title>
      <dc:creator>BuildNova</dc:creator>
      <pubDate>Sun, 14 Jun 2026 04:36:12 +0000</pubDate>
      <link>https://dev.to/buildnova/i-built-a-freelancer-client-portal-in-pure-html-no-backend-no-subscription-works-offline-43hj</link>
      <guid>https://dev.to/buildnova/i-built-a-freelancer-client-portal-in-pure-html-no-backend-no-subscription-works-offline-43hj</guid>
      <description>&lt;p&gt;Managing freelance clients across spreadsheets, email, and sticky notes was killing my productivity.&lt;/p&gt;

&lt;p&gt;So I built a complete client portal in pure HTML.&lt;/p&gt;

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

&lt;p&gt;6 fully interactive pages:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dashboard&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Revenue metrics with trend indicators&lt;/li&gt;
&lt;li&gt;Monthly revenue bar chart&lt;/li&gt;
&lt;li&gt;Recent invoices summary&lt;/li&gt;
&lt;li&gt;Live activity feed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Clients&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Client cards with contact info&lt;/li&gt;
&lt;li&gt;Per-client stats — projects, billed, pending&lt;/li&gt;
&lt;li&gt;Status tracking — active, inactive, review&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Projects&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Project cards with progress bars&lt;/li&gt;
&lt;li&gt;Due date tracking&lt;/li&gt;
&lt;li&gt;Status — in progress, review, completed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Invoices&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Full invoice table&lt;/li&gt;
&lt;li&gt;Paid, pending, overdue status&lt;/li&gt;
&lt;li&gt;Total billed, collected, pending metrics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Messages&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Client communication log&lt;/li&gt;
&lt;li&gt;Unread message indicators&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Settings&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Profile and branding&lt;/li&gt;
&lt;li&gt;Invoice defaults&lt;/li&gt;
&lt;li&gt;Notification preferences&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why pure HTML?
&lt;/h2&gt;

&lt;p&gt;No backend means zero hosting costs. No subscription means you own it forever. Works completely offline.&lt;/p&gt;

&lt;p&gt;Available at buildnova.gumroad.com — what would you add to make this more useful?  Direct link- buildnova.gumroad.com/l/freelance-portal&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>freelance</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AI Business Website For Sale Earn ₹19990/month — Launch Ready ₹49,999</title>
      <dc:creator>BuildNova</dc:creator>
      <pubDate>Sat, 13 Jun 2026 07:06:57 +0000</pubDate>
      <link>https://dev.to/buildnova/ai-business-website-for-sale-earn-19990month-launch-ready49999-4k60</link>
      <guid>https://dev.to/buildnova/ai-business-website-for-sale-earn-19990month-launch-ready49999-4k60</guid>
      <description>&lt;p&gt;AI Business Website For Sale Earn ₹19990/month — Launch Ready&lt;br&gt;
₹49,999&lt;/p&gt;

&lt;p&gt;Details&lt;br&gt;
Condition&lt;br&gt;
New&lt;br&gt;
Selling my complete AI property video platform for real estate agents in India. Everything built and ready to launch today.&lt;br&gt;
WHAT YOU GET:&lt;/p&gt;

&lt;p&gt;✅ Domain included — registered, Mar 13, 2027 validity&lt;/p&gt;

&lt;p&gt;✅ Complete website — no coding needed, deploy FREE in 20 minutes&lt;/p&gt;

&lt;p&gt;✅ Photo to Video — upload property photos, AI creates cinematic video&lt;/p&gt;

&lt;p&gt;✅ Text to Video — describe property, AI generates video&lt;/p&gt;

&lt;p&gt;✅ Credit system — Free plan, Pro 1999 per month, Agency 4999 per month&lt;/p&gt;

&lt;p&gt;✅ AI Description Writer — Hindi and English&lt;/p&gt;

&lt;p&gt;✅ 5 tab dashboard — fully working&lt;/p&gt;

&lt;p&gt;✅ Referral invite code system&lt;/p&gt;

&lt;p&gt;✅ Festival templates — Diwali, New Year, Independence Day&lt;/p&gt;

&lt;p&gt;✅ Professional logo — black and gold&lt;/p&gt;

&lt;p&gt;✅ All rights included&lt;br&gt;
EARN POTENTIAL:&lt;/p&gt;

&lt;p&gt;10 users = 19990 per month&lt;/p&gt;

&lt;p&gt;50 users = 99950 per month&lt;/p&gt;

&lt;p&gt;100 users = 199900 per month&lt;br&gt;
MARKET:&lt;/p&gt;

&lt;p&gt;5 million plus real estate agents in India. Agents pay 25000 per video. Your platform charges 1999 per month. Zero competitor exists.&lt;/p&gt;

&lt;p&gt;Price: 49,999 negotiable&lt;/p&gt;

&lt;p&gt;Serious buyers only&lt;br&gt;
demo link- &lt;a href="https://reelestate-propvid-platform.vercel.app/" rel="noopener noreferrer"&gt;https://reelestate-propvid-platform.vercel.app/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>career</category>
      <category>startup</category>
    </item>
    <item>
      <title>I built a content planning calendar in pure HTML — no React, no database, works offline</title>
      <dc:creator>BuildNova</dc:creator>
      <pubDate>Fri, 12 Jun 2026 12:12:59 +0000</pubDate>
      <link>https://dev.to/buildnova/i-built-a-content-planning-calendar-in-pure-html-no-react-no-database-works-offline-o5i</link>
      <guid>https://dev.to/buildnova/i-built-a-content-planning-calendar-in-pure-html-no-react-no-database-works-offline-o5i</guid>
      <description>&lt;p&gt;I kept missing posts because my "content calendar" was a messy spreadsheet.&lt;/p&gt;

&lt;p&gt;So I built a proper interactive one in pure HTML.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;A full monthly calendar where you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add posts to any day with a title, caption and platform&lt;/li&gt;
&lt;li&gt;Choose from 5 platforms — Instagram, YouTube, Twitter/X, LinkedIn, TikTok&lt;/li&gt;
&lt;li&gt;Set status — Idea, Scheduled, or Posted&lt;/li&gt;
&lt;li&gt;Filter the calendar by platform&lt;/li&gt;
&lt;li&gt;See upcoming posts in a sidebar&lt;/li&gt;
&lt;li&gt;Track stats — total posts, ideas, scheduled, posted this month&lt;/li&gt;
&lt;li&gt;Auto-saves everything using localStorage&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why HTML?
&lt;/h2&gt;

&lt;p&gt;No backend. No database. No subscription. Just open the file in your browser and start planning. Works completely offline.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who is it for?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Content creators planning their posting schedule&lt;/li&gt;
&lt;li&gt;Social media managers handling multiple platforms&lt;/li&gt;
&lt;li&gt;Small businesses posting across channels&lt;/li&gt;
&lt;li&gt;Indie hackers building in public&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Available at buildnova.gumroad.com — what features would you add?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>productivity</category>
      <category>creators</category>
    </item>
    <item>
      <title>I built a full SaaS admin dashboard in pure HTML/CSS — 5 pages, zero dependencies</title>
      <dc:creator>BuildNova</dc:creator>
      <pubDate>Thu, 11 Jun 2026 10:51:23 +0000</pubDate>
      <link>https://dev.to/buildnova/i-built-a-full-saas-admin-dashboard-in-pure-htmlcss-5-pages-zero-dependencies-2ihj</link>
      <guid>https://dev.to/buildnova/i-built-a-full-saas-admin-dashboard-in-pure-htmlcss-5-pages-zero-dependencies-2ihj</guid>
      <description>&lt;p&gt;Every SaaS product needs a dashboard. But most dashboard templates require React, a UI library, and 20 npm packages just to get started.&lt;/p&gt;

&lt;p&gt;So I built one in pure HTML/CSS.&lt;/p&gt;

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

&lt;p&gt;5 complete interactive pages:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dashboard&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;4 metric cards with trend indicators&lt;/li&gt;
&lt;li&gt;Revenue bar chart&lt;/li&gt;
&lt;li&gt;Traffic sources donut chart&lt;/li&gt;
&lt;li&gt;Recent transactions table&lt;/li&gt;
&lt;li&gt;Live activity feed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Analytics&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Conversion funnel visualization&lt;/li&gt;
&lt;li&gt;Top pages by visits&lt;/li&gt;
&lt;li&gt;Weekly active users chart&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Users&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Full user management table&lt;/li&gt;
&lt;li&gt;Avatar initials, plan badges, status indicators&lt;/li&gt;
&lt;li&gt;Sortable and searchable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Billing&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;3-tier pricing plan selector&lt;/li&gt;
&lt;li&gt;Payment method management&lt;/li&gt;
&lt;li&gt;Invoice history&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Settings&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Profile information form&lt;/li&gt;
&lt;li&gt;Notification toggles (interactive)&lt;/li&gt;
&lt;li&gt;Danger zone&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why pure HTML?
&lt;/h2&gt;

&lt;p&gt;Most dashboard templates are framework-specific. This one works with anything — just open the file and start editing.&lt;/p&gt;

&lt;p&gt;No build steps. No npm install. No React required.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pure HTML + CSS&lt;/li&gt;
&lt;li&gt;Minimal vanilla JS for sidebar navigation&lt;/li&gt;
&lt;li&gt;Inter font from Google Fonts&lt;/li&gt;
&lt;li&gt;Zero external dependencies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Available at buildnova.gumroad.com — live preview at buildnova-hq.github.io/ui-kit&lt;/p&gt;

&lt;p&gt;What would you add to make this more useful?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
      <category>sass</category>
    </item>
    <item>
      <title>I built a 50+ component UI kit in pure HTML/CSS — no frameworks, no npm</title>
      <dc:creator>BuildNova</dc:creator>
      <pubDate>Thu, 11 Jun 2026 05:28:01 +0000</pubDate>
      <link>https://dev.to/buildnova/i-built-a-50-component-ui-kit-in-pure-htmlcss-no-frameworks-no-npm-5ceo</link>
      <guid>https://dev.to/buildnova/i-built-a-50-component-ui-kit-in-pure-htmlcss-no-frameworks-no-npm-5ceo</guid>
      <description>&lt;p&gt;Every SaaS project I started, I kept rebuilding the same UI components over and over.&lt;/p&gt;

&lt;p&gt;Buttons. Cards. Pricing tables. Modals. Toggles.&lt;/p&gt;

&lt;p&gt;So I built a complete UI kit in pure HTML/CSS — no React, no Tailwind, no npm install required.&lt;/p&gt;

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

&lt;p&gt;50+ components including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Buttons — 5 variants, 3 sizes, loading state&lt;/li&gt;
&lt;li&gt;Badges &amp;amp; labels — 5 color themes&lt;/li&gt;
&lt;li&gt;Form inputs — with error/success states&lt;/li&gt;
&lt;li&gt;Alerts — success, info, warning, danger&lt;/li&gt;
&lt;li&gt;Metric cards — with trend indicators&lt;/li&gt;
&lt;li&gt;Pricing table — 3-tier with featured card&lt;/li&gt;
&lt;li&gt;Data table — with status badges&lt;/li&gt;
&lt;li&gt;Modal dialog&lt;/li&gt;
&lt;li&gt;Tooltips — CSS only, zero JS&lt;/li&gt;
&lt;li&gt;Avatars &amp;amp; avatar groups&lt;/li&gt;
&lt;li&gt;Progress bars&lt;/li&gt;
&lt;li&gt;Interactive toggles and tabs&lt;/li&gt;
&lt;li&gt;Notification component&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why pure HTML/CSS?
&lt;/h2&gt;

&lt;p&gt;Most UI kits require React, Vue, or a specific framework. This one doesn't.&lt;/p&gt;

&lt;p&gt;Open the file in any browser, copy what you need, paste into your project. Works with any stack.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who is this for?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;SaaS founders building MVPs fast&lt;/li&gt;
&lt;li&gt;Indie hackers who don't want to design from scratch&lt;/li&gt;
&lt;li&gt;Developers who want clean dark-mode components&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Available at buildnova.gumroad.com — $9 for the full kit. direct link -[&lt;a href="https://buildnova.gumroad.com/l/uikit-buildnova" rel="noopener noreferrer"&gt;https://buildnova.gumroad.com/l/uikit-buildnova&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;Would love feedback from the dev community — what components am I missing?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I built 3 SaaS landing page templates so founders can stop wasting time on landing pages</title>
      <dc:creator>BuildNova</dc:creator>
      <pubDate>Wed, 10 Jun 2026 10:08:21 +0000</pubDate>
      <link>https://dev.to/buildnova/i-built-3-saas-landing-page-templates-so-founders-can-stop-wasting-time-on-landing-pages-55e5</link>
      <guid>https://dev.to/buildnova/i-built-3-saas-landing-page-templates-so-founders-can-stop-wasting-time-on-landing-pages-55e5</guid>
      <description>&lt;p&gt;Every time I started a new SaaS project, I faced the same problem.&lt;/p&gt;

&lt;p&gt;I'd spend 2-3 days building a landing page from scratch — navbar, hero, features, pricing, testimonials — before writing a single line of actual product code.&lt;/p&gt;

&lt;p&gt;So I decided to fix that once and for all.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I created 3 professional HTML landing page templates specifically for SaaS founders and developers.&lt;/p&gt;

&lt;p&gt;No React. No Next.js. No npm install. Just a single HTML file you open, edit, and deploy in minutes.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚡ NovaSaaS
&lt;/h3&gt;

&lt;p&gt;Clean, modern, purple accent. Built for any SaaS product.&lt;/p&gt;

&lt;p&gt;Includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Navbar with CTA&lt;/li&gt;
&lt;li&gt;Hero section with dashboard mockup&lt;/li&gt;
&lt;li&gt;Features grid&lt;/li&gt;
&lt;li&gt;Pricing table (3 tiers)&lt;/li&gt;
&lt;li&gt;Testimonials&lt;/li&gt;
&lt;li&gt;Footer&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🖥️ LaunchPad
&lt;/h3&gt;

&lt;p&gt;Bold dark mode with terminal hero visual. Built for dev tools and tech startups.&lt;/p&gt;

&lt;p&gt;Includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dark mode design&lt;/li&gt;
&lt;li&gt;Terminal style hero&lt;/li&gt;
&lt;li&gt;Features section&lt;/li&gt;
&lt;li&gt;Pricing table&lt;/li&gt;
&lt;li&gt;Testimonials&lt;/li&gt;
&lt;li&gt;Footer&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  📋 FlowBase
&lt;/h3&gt;

&lt;p&gt;Minimal, light, serif typography. Built for B2B and productivity tools.&lt;/p&gt;

&lt;p&gt;Includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Split hero layout&lt;/li&gt;
&lt;li&gt;Task UI mockup&lt;/li&gt;
&lt;li&gt;Features section&lt;/li&gt;
&lt;li&gt;Pricing table&lt;/li&gt;
&lt;li&gt;Testimonials&lt;/li&gt;
&lt;li&gt;Footer&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why Single HTML Files?
&lt;/h2&gt;

&lt;p&gt;Most templates require a framework, a build tool, or a package manager. That adds complexity before you've even written your first line of product code.&lt;/p&gt;

&lt;p&gt;Single HTML files mean:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open in browser instantly&lt;/li&gt;
&lt;li&gt;Edit in any text editor&lt;/li&gt;
&lt;li&gt;Deploy to GitHub Pages, Netlify, or Vercel in minutes&lt;/li&gt;
&lt;li&gt;No dependencies to maintain&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Where to Get Them
&lt;/h2&gt;

&lt;p&gt;All 3 templates are available at &lt;strong&gt;buildnova.gumroad.com&lt;/strong&gt; — $5 each or $12 for the full bundle.&lt;/p&gt;

&lt;p&gt;Would love feedback from the dev community — what would make these more useful for your next project?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>startup</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
