<?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: T17R</title>
    <description>The latest articles on DEV Community by T17R (@t17r).</description>
    <link>https://dev.to/t17r</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%2F3601282%2Fe68bcb4b-2fe7-47f5-ab88-fefdc44cd620.jpeg</url>
      <title>DEV Community: T17R</title>
      <link>https://dev.to/t17r</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/t17r"/>
    <language>en</language>
    <item>
      <title>I built a project management tool that auto-closes tasks on Git merge</title>
      <dc:creator>T17R</dc:creator>
      <pubDate>Fri, 07 Nov 2025 13:32:19 +0000</pubDate>
      <link>https://dev.to/t17r/i-built-a-project-management-tool-that-auto-closes-tasks-on-git-merge-3ooa</link>
      <guid>https://dev.to/t17r/i-built-a-project-management-tool-that-auto-closes-tasks-on-git-merge-3ooa</guid>
      <description>&lt;p&gt;I’ve been building Ventasso: a project management platform for dev teams that hate project management platforms. &lt;/p&gt;

&lt;p&gt;The whole idea started because I got tired of switching between tools that all do the same 80% and still can’t tell when my branch was merged. &lt;br&gt;
Also Atlassian/JIRA are just really user-unfriendly and not dev-focused at all in some areas. And laggy as f***.&lt;br&gt;
So I built one that actually connects tasks, branches, and pull requests. Your work closes itself on merge. Simple as that.&lt;br&gt;
Of course this is still a WIP but it's got a decent feature-set so far.&lt;/p&gt;

&lt;p&gt;Backend’s based on my own open source PHP framework (BaseAPI), frontend is React + Vite + MUI.  So REST API + React TS.&lt;br&gt;
No funny microservice business. Just a clean API and an interface that doesn’t feel like punishment. It also has a API Documentation subpage documenting all public endpoints with API Token support. In case your CI/CD needs that. :)&lt;/p&gt;

&lt;p&gt;What’s in it so far:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Boards (obviously)&lt;/li&gt;
&lt;li&gt;Docs and Canvas (confluence similar MD pages + whiteboards for planning)&lt;/li&gt;
&lt;li&gt;Automations (eg. “task.created → set status”)&lt;/li&gt;
&lt;li&gt;GitHub &amp;amp; Bitbucket integration (branches, PRs, sync jobs)&lt;/li&gt;
&lt;li&gt;Presence, notifications, audit logs, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Right now I’m testing the onboarding flow and general UX.&lt;br&gt;&lt;br&gt;
If you build software, manage a team, or just enjoy breaking things I dare you to take it for a spin and tell me what feels off. Be nice though :)&lt;/p&gt;

&lt;p&gt;Also not sure about the pricing so far, settled on $5 per user per month for the team plan. &lt;/p&gt;

&lt;p&gt;Also have an iOS app with near feature-parity to web that's in TestFlight right now (with notifications etc).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://ventasso.org" rel="noopener noreferrer"&gt;ventasso.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Honest feedback appreciated. If you hate it, tell me why.&lt;br&gt;&lt;br&gt;
If you like it, tell me what made you not close the tab haha&lt;/p&gt;

</description>
      <category>git</category>
      <category>automation</category>
      <category>showdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
