<?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: Tom Seidel</title>
    <description>The latest articles on DEV Community by Tom Seidel (@tom_seidel_d47bb467039516).</description>
    <link>https://dev.to/tom_seidel_d47bb467039516</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%2F2067637%2Fe2e8a4a1-f828-4841-bb86-e4a808b65216.jpg</url>
      <title>DEV Community: Tom Seidel</title>
      <link>https://dev.to/tom_seidel_d47bb467039516</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tom_seidel_d47bb467039516"/>
    <language>en</language>
    <item>
      <title>AI-Git-Bot — an open-source gateway that connects your Git platforms with AI providers</title>
      <dc:creator>Tom Seidel</dc:creator>
      <pubDate>Sun, 12 Apr 2026 10:35:23 +0000</pubDate>
      <link>https://dev.to/tom_seidel_d47bb467039516/ai-git-bot-an-open-source-gateway-that-connects-your-git-platforms-with-ai-providers-1ic6</link>
      <guid>https://dev.to/tom_seidel_d47bb467039516/ai-git-bot-an-open-source-gateway-that-connects-your-git-platforms-with-ai-providers-1ic6</guid>
      <description>&lt;p&gt;🚀 Excited to share AI-Git-Bot — an open-source gateway that connects your Git platforms with AI providers for automated code reviews and autonomous issue implementation.&lt;/p&gt;

&lt;p&gt;After weeks of development, I'm proud to release v1.2.0 of AI-Git-Bot — a lightweight, self-hostable application that sits between your Git hosting and AI providers, acting as an intelligent gateway.&lt;/p&gt;

&lt;p&gt;🤖🧠 Half Bot, Half Agent&lt;/p&gt;

&lt;p&gt;As a Bot: It automatically reviews pull requests, answers questions in comments, and delivers context-aware inline feedback — like a code-review partner that never sleeps.&lt;/p&gt;

&lt;p&gt;As an Agent: Assign it to an issue and it autonomously reads the codebase, generates an implementation, validates the code with build tools, and creates a finished pull request — all on its own.&lt;/p&gt;

&lt;p&gt;🌉 The Gateway Principle&lt;/p&gt;

&lt;p&gt;What makes AI-Git-Bot unique is its gateway architecture:&lt;br&gt;
✅ 5 Git platforms — Gitea, GitHub, GitHub Enterprise, GitLab, Bitbucket Cloud&lt;br&gt;
✅ 4 AI providers — Anthropic Claude, OpenAI, Ollama, llama.cpp&lt;br&gt;
✅ Mix &amp;amp; match — Any Git platform with any AI provider&lt;br&gt;
✅ Multi-bot — Different personas (security reviewer, performance expert, mentor) on the same PR&lt;br&gt;
✅ One dashboard — Manage everything through a web UI&lt;/p&gt;

&lt;p&gt;🔒 Built for Self-Hosters&lt;/p&gt;

&lt;p&gt;Run everything on-premise with local LLMs. No code ever leaves your infrastructure — perfect for teams with regulatory or compliance requirements.&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;p&gt;☕ Java 21 / Spring Boot 4 &lt;br&gt;
🐘 PostgreSQL &lt;br&gt;
🐳 Single Docker image &lt;/p&gt;

&lt;p&gt;Get Started&lt;/p&gt;

&lt;p&gt;&lt;code&gt;docker compose up -d&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;That's it. Navigate to localhost:8080, create an admin account, configure your integrations, and you're reviewing code with AI.&lt;/p&gt;

&lt;p&gt;📦 GitHub: &lt;a href="https://github.com/tmseidel/ai-git-bot" rel="noopener noreferrer"&gt;https://github.com/tmseidel/ai-git-bot&lt;/a&gt;&lt;br&gt;
🐳 Docker Hub: &lt;a href="https://hub.docker.com/r/tmseidel/ai-git-bot" rel="noopener noreferrer"&gt;https://hub.docker.com/r/tmseidel/ai-git-bot&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📄 License: MIT&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>java</category>
      <category>claude</category>
    </item>
  </channel>
</rss>
