<?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: Arsene Huot</title>
    <description>The latest articles on DEV Community by Arsene Huot (@arsene_huot_a6af0a191a2fe).</description>
    <link>https://dev.to/arsene_huot_a6af0a191a2fe</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%2F3823018%2Fabe278fa-6fa3-4506-acba-61c68b44ec5d.jpg</url>
      <title>DEV Community: Arsene Huot</title>
      <link>https://dev.to/arsene_huot_a6af0a191a2fe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arsene_huot_a6af0a191a2fe"/>
    <language>en</language>
    <item>
      <title>I built an open-source Slack alternative you can self-host in minutes — OpenHive</title>
      <dc:creator>Arsene Huot</dc:creator>
      <pubDate>Fri, 13 Mar 2026 20:24:41 +0000</pubDate>
      <link>https://dev.to/arsene_huot_a6af0a191a2fe/i-built-an-open-source-slack-alternative-you-can-self-host-in-minutes-openhive-3a55</link>
      <guid>https://dev.to/arsene_huot_a6af0a191a2fe/i-built-an-open-source-slack-alternative-you-can-self-host-in-minutes-openhive-3a55</guid>
      <description>&lt;p&gt;Hey DEV community! 👋&lt;/p&gt;

&lt;p&gt;I've been working on &lt;strong&gt;OpenHive&lt;/strong&gt;, a fully open-source team messaging platform — think Slack, but self-hosted and free. I'm sharing it today because &lt;strong&gt;I need your help to make it better&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/arseneHuot/openhive" rel="noopener noreferrer"&gt;github.com/arseneHuot/openhive&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Try the live demo:&lt;/strong&gt; &lt;a href="https://www.openhivedemo.com/auth?workspace=022469cb-2e23-4fe4-a462-5da6d55905cd" rel="noopener noreferrer"&gt;openhivedemo.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What is OpenHive?
&lt;/h2&gt;

&lt;p&gt;OpenHive is a real-time team messaging app built with &lt;strong&gt;Next.js&lt;/strong&gt;, &lt;strong&gt;Supabase&lt;/strong&gt;, and &lt;strong&gt;LiveKit&lt;/strong&gt;. You can self-host it in minutes — just clone the repo, run &lt;code&gt;npm run dev&lt;/code&gt;, and the setup wizard handles everything (database provisioning, tables, RLS policies, etc.).&lt;/p&gt;

&lt;p&gt;No vendor lock-in, no hidden costs. Bring your own Supabase instance and you're good to go.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;p&gt;Here's what's already built:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real-time messaging&lt;/strong&gt; — channels (public/private), DMs, group DMs, threaded replies&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rich text editor&lt;/strong&gt; — bold, italic, code blocks, emoji picker (TipTap)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Video &amp;amp; audio calls&lt;/strong&gt; — powered by LiveKit (open-source WebRTC), with screen sharing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;File uploads&lt;/strong&gt; — images and documents via Supabase Storage&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;@mentions&lt;/strong&gt; with autocomplete&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Slash commands&lt;/strong&gt; — built-in (&lt;code&gt;/shrug&lt;/code&gt;, &lt;code&gt;/me&lt;/code&gt;) + custom webhook-based commands&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Webhooks &amp;amp; bots&lt;/strong&gt; — incoming/outgoing webhooks, bot framework&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Email invitations&lt;/strong&gt; — invite teammates via magic links&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Activity feed&lt;/strong&gt; — centralized notifications for mentions, DMs, reactions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full-text search&lt;/strong&gt; — &lt;code&gt;Cmd+K&lt;/code&gt; quick navigation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fully responsive&lt;/strong&gt; — works on mobile, tablet, and desktop&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Row Level Security&lt;/strong&gt; — 23+ tables with fine-grained Supabase RLS policies&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Tech&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Frontend&lt;/td&gt;
&lt;td&gt;Next.js 16 (App Router), TypeScript&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UI&lt;/td&gt;
&lt;td&gt;shadcn/ui + Tailwind CSS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Editor&lt;/td&gt;
&lt;td&gt;TipTap&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;State&lt;/td&gt;
&lt;td&gt;Zustand&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Backend&lt;/td&gt;
&lt;td&gt;Supabase (PostgreSQL, Auth, Realtime, Storage)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Calls&lt;/td&gt;
&lt;td&gt;LiveKit (WebRTC)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Why open-source?
&lt;/h2&gt;

&lt;p&gt;I believe team communication tools shouldn't lock you into expensive subscriptions or proprietary platforms. OpenHive is &lt;strong&gt;MIT licensed&lt;/strong&gt; — use it, modify it, deploy it wherever you want.&lt;/p&gt;

&lt;h2&gt;
  
  
  We need contributors! 🙌
&lt;/h2&gt;

&lt;p&gt;This is a community-driven project and &lt;strong&gt;every contribution matters&lt;/strong&gt;. Whether you're a frontend dev, backend engineer, designer, or just want to improve the docs — there's room for everyone.&lt;/p&gt;

&lt;p&gt;Some ideas for contributions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Custom emoji support&lt;/li&gt;
&lt;li&gt;Dark mode / themes&lt;/li&gt;
&lt;li&gt;End-to-end encryption&lt;/li&gt;
&lt;li&gt;PWA support&lt;/li&gt;
&lt;li&gt;Internationalization (i18n)&lt;/li&gt;
&lt;li&gt;Voice messages&lt;/li&gt;
&lt;li&gt;Typing indicators&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out the &lt;a href="https://github.com/arseneHuot/openhive" rel="noopener noreferrer"&gt;GitHub repo&lt;/a&gt; for the full roadmap, or just &lt;strong&gt;try the &lt;a href="https://www.openhivedemo.com/auth?workspace=022469cb-2e23-4fe4-a462-5da6d55905cd" rel="noopener noreferrer"&gt;live demo&lt;/a&gt;&lt;/strong&gt; and tell me what you think!&lt;/p&gt;

&lt;p&gt;Star ⭐ the repo if you like the project — it really helps with visibility.&lt;/p&gt;

&lt;p&gt;Thanks for reading, and happy coding! 🚀&lt;/p&gt;

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