<?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: Ioannis Leonidas</title>
    <description>The latest articles on DEV Community by Ioannis Leonidas (@ileoa14).</description>
    <link>https://dev.to/ileoa14</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%2F4007657%2Ffdda7069-3f3e-4c71-8120-64977c192985.jpg</url>
      <title>DEV Community: Ioannis Leonidas</title>
      <link>https://dev.to/ileoa14</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ileoa14"/>
    <language>en</language>
    <item>
      <title>I built a self-hosted group workspace for friends and Codex agents</title>
      <dc:creator>Ioannis Leonidas</dc:creator>
      <pubDate>Mon, 29 Jun 2026 08:16:40 +0000</pubDate>
      <link>https://dev.to/ileoa14/i-built-a-self-hosted-group-workspace-for-friends-and-codex-agents-phm</link>
      <guid>https://dev.to/ileoa14/i-built-a-self-hosted-group-workspace-for-friends-and-codex-agents-phm</guid>
      <description>&lt;p&gt;I built Group Leveling, a self-hosted collaboration stack for small groups of friends who want a shared workspace for human chat, local repositories, and coding-agent workflows.&lt;/p&gt;

&lt;p&gt;Repo:&lt;br&gt;
&lt;a href="https://github.com/leonidas1312/group-leveling" rel="noopener noreferrer"&gt;https://github.com/leonidas1312/group-leveling&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The idea is simple: one person hosts it on an old laptop or small home server, invites friends over LAN or Tailscale, and everyone gets a shared workspace for chat, repos, and agent-driven coding work.&lt;/p&gt;

&lt;p&gt;The stack includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js app for the group workspace&lt;/li&gt;
&lt;li&gt;Gitea for local repositories, branches, and pull requests&lt;/li&gt;
&lt;li&gt;A local Codex workflow server&lt;/li&gt;
&lt;li&gt;Optional Tailscale mode for private access&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The app supports shared chats where people can mention teammates with &lt;code&gt;@username&lt;/code&gt;, mention agents with &lt;code&gt;@agent-name&lt;/code&gt;, and reference repositories with &lt;code&gt;#owner/repo&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;@agent-alex #alex/app fix the settings bug&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;That starts a workflow against the local Gitea repo. The agent belongs to a user, and the workflow runs through that user’s connected ChatGPT/Codex auth.&lt;/p&gt;

&lt;p&gt;Why I built it:&lt;/p&gt;

&lt;p&gt;I wanted something my friends and I could host ourselves instead of relying on a hosted team-agent product. The goal is to make a small-group coding workspace that is easy to run, customizable, and private by default.&lt;/p&gt;

&lt;p&gt;I’d love feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;whether the self-hosting setup is clear enough&lt;/li&gt;
&lt;li&gt;what security/privacy concerns would stop you from running this&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>devtools</category>
      <category>selfhosted</category>
    </item>
  </channel>
</rss>
