<?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: Rahul</title>
    <description>The latest articles on DEV Community by Rahul (@rahulsingh_ca).</description>
    <link>https://dev.to/rahulsingh_ca</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1504969%2F0848ba67-27cd-4ccd-b666-bf68ae328296.jpg</url>
      <title>DEV Community: Rahul</title>
      <link>https://dev.to/rahulsingh_ca</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rahulsingh_ca"/>
    <language>en</language>
    <item>
      <title>Free headless CMS for devs</title>
      <dc:creator>Rahul</dc:creator>
      <pubDate>Sun, 26 May 2024 19:53:18 +0000</pubDate>
      <link>https://dev.to/rahulsingh_ca/free-headless-cms-for-devs-2h56</link>
      <guid>https://dev.to/rahulsingh_ca/free-headless-cms-for-devs-2h56</guid>
      <description>&lt;p&gt;When I was building &lt;a href="https://sveltepack.com"&gt;Sveltepack - The ultimate SvelteKit boilerplate&lt;/a&gt; I had trouble finding a no-bloat, free, and simple tool to make blogs. &lt;/p&gt;

&lt;p&gt;I tried every single headless CMS that I could find but they were all overkill for me. I just needed something small to make blogs.&lt;/p&gt;

&lt;p&gt;So I went to Twitter and asked if anyone had the same issues. Turns out they did so I launched &lt;a href="https://usetinycms.com"&gt;tinycms&lt;/a&gt;! Tinycms gives you a free online WYSIWYG editor to make blogs, you can then copy the JSON, add it to your database, and serve the data to your web app for free!&lt;/p&gt;

&lt;p&gt;I have built components in my web app for each component type on tinycms, this lets me easily loop through the data and render each part of the blog dynamically! In the end I get consistent and clean blogs for my site.&lt;/p&gt;

&lt;p&gt;Would love to see what you guys think!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>startup</category>
    </item>
    <item>
      <title>SvelteKit UI Libraries</title>
      <dc:creator>Rahul</dc:creator>
      <pubDate>Sun, 19 May 2024 18:46:13 +0000</pubDate>
      <link>https://dev.to/rahulsingh_ca/sveltekit-ui-libraries-19na</link>
      <guid>https://dev.to/rahulsingh_ca/sveltekit-ui-libraries-19na</guid>
      <description>&lt;p&gt;SvelteKit is a refreshing framework and by far the most fun one to work with. My only gripe is that the community is young so it's not as fleshed out as React/Next.js.&lt;/p&gt;

&lt;p&gt;With that, the styling/UI libraries are catching up and there's a bunch of cool ones that I've seen. So here's my top 3!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;SkeletonUI - This library just works! Integrates seamlessly and offers so much out of the box.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Shadcn - Really nice styling and there's an unofficial port that is pretty good but the quickstart didn't work last time I tried so I just went back to SkeletonUI.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bits UI - A younger but growing library. Simplifies Melt UI into a more traditional component library.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;All in all, you can't go wrong with either but I prefer Skeleton UI. It was what I used to bring my &lt;a href="https://sveltepack.com"&gt;boilerplate&lt;/a&gt; to life and with V3 around the corner I can't wait to see how the library grows!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>svelte</category>
      <category>sveltekit</category>
    </item>
  </channel>
</rss>
