<?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: JammyVibez</title>
    <description>The latest articles on DEV Community by JammyVibez (@jammyvibez).</description>
    <link>https://dev.to/jammyvibez</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%2F3047390%2Ff920e9d5-8989-4205-82f0-452cab555c94.jpeg</url>
      <title>DEV Community: JammyVibez</title>
      <link>https://dev.to/jammyvibez</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jammyvibez"/>
    <language>en</language>
    <item>
      <title>I built a social platform where posting is collaborative, not solitary</title>
      <dc:creator>JammyVibez</dc:creator>
      <pubDate>Sun, 16 Aug 2026 14:06:39 +0000</pubDate>
      <link>https://dev.to/jammyvibez/i-built-a-social-platform-where-posting-is-collaborative-not-solitary-4c4o</link>
      <guid>https://dev.to/jammyvibez/i-built-a-social-platform-where-posting-is-collaborative-not-solitary-4c4o</guid>
      <description>&lt;p&gt;For the last few months I've been building Loop — a social app centered on real-time collaboration instead of the usual scroll-and-post loop. Co-authored posts (up to 4 people editing live), community-voted Duels with staked coins, and Circles that function more like real communities than feeds.&lt;br&gt;
It's built on Next.js, Supabase, and Better Auth (recently migrated off Supabase Auth for native Stripe billing support) — happy to go deep on any part of the stack if people are curious.&lt;br&gt;
Still early, still finding bugs, but it's at a place I'm proud enough to actually share. Would love feedback: &lt;a href="http://www.loopapp.me" rel="noopener noreferrer"&gt;www.loopapp.me&lt;/a&gt;&lt;/p&gt;

</description>
      <category>socialmedia</category>
      <category>developer</category>
      <category>nextjs</category>
      <category>community</category>
    </item>
    <item>
      <title>I built a social app where developers can share code, fork each other's snippets, and co-write posts live</title>
      <dc:creator>JammyVibez</dc:creator>
      <pubDate>Wed, 05 Aug 2026 18:24:58 +0000</pubDate>
      <link>https://dev.to/jammyvibez/i-built-a-social-app-where-developers-can-share-code-fork-each-others-snippets-and-co-write-4lgl</link>
      <guid>https://dev.to/jammyvibez/i-built-a-social-app-where-developers-can-share-code-fork-each-others-snippets-and-co-write-4lgl</guid>
      <description>&lt;p&gt;Most social platforms treat developers like everyone else — a text box and a like button.&lt;br&gt;
I wanted a feed that actually understands code, so I built &lt;strong&gt;Loop&lt;/strong&gt;.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Developer Hub&lt;/strong&gt; — post a project with a real syntax-highlighted code snippet, attach
files, tag the language/framework, and let other devs fork or star it. No "code screenshot"
workarounds.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Co-Loop&lt;/strong&gt; — invite someone into a live studio and co-author a post together in real time:
shared cursor, shared chat, one publish button for both of you. Good for pair-writing a
postmortem, a README, or just riffing on an idea with a friend.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Branchable Loops&lt;/strong&gt; — replying branches into a new post instead of flattening into a
scroll, so long technical discussions stay readable as a tree.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Circles&lt;/strong&gt; — public or private communities with real-time chat, events, and roles. Private
Circles require the owner to approve join requests before you can see or post anything
inside — no silently public "private" groups.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Browser live streaming&lt;/strong&gt; — go live from the browser with camera or screen share, no
install. Best for small-to-mid audiences right now (mesh/WebRTC under the hood); I'm
honest about that limit in the product instead of pretending it scales infinitely.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Loop Coins&lt;/strong&gt; — a real Stripe-backed economy for tipping/gifting creators. No fake demo
balances.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's next (not pretending it's done)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;A public developer API (OAuth apps, API keys) so people can build &lt;em&gt;on&lt;/em&gt; Loop, not just
share code inside it.&lt;/li&gt;
&lt;li&gt;Bigger live rooms via dedicated streaming infra once mesh WebRTC hits its ceiling.&lt;/li&gt;
&lt;li&gt;Deeper creator analytics in Creator Studio.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://loop-app-xi.vercel.app/signup?ref=halalverified" rel="noopener noreferrer"&gt;https://loop-app-xi.vercel.app/signup?ref=halalverified&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's free to sign up. Would genuinely love feedback from other devs on the Developer Hub and&lt;br&gt;
Co-Loop — that's the part I think is actually different from what's already out there.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>I built Loop – a social media platform with Co-Loops, Circles &amp; Rewards. Looking for testers &amp; feedback</title>
      <dc:creator>JammyVibez</dc:creator>
      <pubDate>Tue, 28 Jul 2026 22:15:28 +0000</pubDate>
      <link>https://dev.to/jammyvibez/i-built-loop-a-social-media-platform-with-co-loops-circles-rewards-looking-for-testers--2p53</link>
      <guid>https://dev.to/jammyvibez/i-built-loop-a-social-media-platform-with-co-loops-circles-rewards-looking-for-testers--2p53</guid>
      <description>&lt;p&gt;Hey DEV community 👋&lt;br&gt;
I recently shipped a side project called Loop – a social media web app I’m calling “social media reimagined.”&lt;br&gt;
Live link: &lt;a href="https://loop-app-xi.vercel.app/" rel="noopener noreferrer"&gt;https://loop-app-xi.vercel.app/&lt;/a&gt;&lt;br&gt;
Features&lt;br&gt;
Loops (posts)&lt;br&gt;
Co-Loop – create collaborative posts with other users&lt;br&gt;
Circles – community/group spaces&lt;br&gt;
Reels – short video&lt;br&gt;
Personalized “For You” feed + Following / Trending / Recent&lt;br&gt;
Weekly claimable rewards&lt;br&gt;
Modern dark UI, fully mobile-friendly&lt;br&gt;
And more features &lt;br&gt;
I’m looking for people to actually use it and give honest feedback. Specifically:&lt;br&gt;
How’s the onboarding?&lt;br&gt;
Does the Co-Loop idea make sense?&lt;br&gt;
Any bugs or rough edges?&lt;br&gt;
What would make you come back?&lt;br&gt;
Feel free to create an account, post something, and leave comments here or on the app. All feedback (good or brutal) is welcome!&lt;br&gt;
Thanks in advance 🙏&lt;/p&gt;

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