<?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: Jefferson Richard Dias</title>
    <description>The latest articles on DEV Community by Jefferson Richard Dias (@jeffrichardchemistry).</description>
    <link>https://dev.to/jeffrichardchemistry</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%2F431683%2F403c7149-31c9-49d5-8b02-1232211123d6.jpeg</url>
      <title>DEV Community: Jefferson Richard Dias</title>
      <link>https://dev.to/jeffrichardchemistry</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jeffrichardchemistry"/>
    <language>en</language>
    <item>
      <title>Why I built my own kanban instead of using Trello/Jira</title>
      <dc:creator>Jefferson Richard Dias</dc:creator>
      <pubDate>Fri, 10 Apr 2026 16:57:44 +0000</pubDate>
      <link>https://dev.to/jeffrichardchemistry/why-i-built-my-own-kanban-instead-of-using-trellojira-4gf7</link>
      <guid>https://dev.to/jeffrichardchemistry/why-i-built-my-own-kanban-instead-of-using-trellojira-4gf7</guid>
      <description>&lt;p&gt;Back in 2019, after trying tools like Trello and Jira, I started noticing a pattern: they were powerful… but also way more complex than what I actually needed for my day-to-day work.&lt;/p&gt;

&lt;p&gt;Too many configurations, too many clicks, too many features I never used.&lt;/p&gt;

&lt;p&gt;I just wanted to organize tasks quickly and keep working.&lt;/p&gt;

&lt;p&gt;So I did what most developers eventually do: I built my own tool.&lt;/p&gt;

&lt;h2&gt;
  
  
  The idea: real simplicity
&lt;/h2&gt;

&lt;p&gt;From the start, the goal was clear:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Build an extremely simple kanban&lt;/li&gt;
&lt;li&gt;Focus on speed&lt;/li&gt;
&lt;li&gt;Clean, distraction-free interface&lt;/li&gt;
&lt;li&gt;Zero friction to create and move tasks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This wasn’t about competing with Jira — it was about doing the opposite.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical decisions
&lt;/h2&gt;

&lt;p&gt;Since I already work a lot with Python, I went with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Flask for the backend (lightweight and straightforward)&lt;/li&gt;
&lt;li&gt;Frontend with plain HTML/CSS/JS (no overengineering)&lt;/li&gt;
&lt;li&gt;A structure designed to be fast and easy to maintain&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I intentionally avoided heavy frontend frameworks to keep performance high and maintain full control.&lt;/p&gt;

&lt;h2&gt;
  
  
  The twist: AI inside the board
&lt;/h2&gt;

&lt;p&gt;Over time, I started experimenting with adding AI directly into the workflow.&lt;/p&gt;

&lt;p&gt;Now the system includes a chatbot that interacts with the board itself. It’s not just a separate chat — it actually understands the task context.&lt;/p&gt;

&lt;p&gt;You can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create tasks using natural language&lt;/li&gt;
&lt;li&gt;Move cards&lt;/li&gt;
&lt;li&gt;Extract insights from the board&lt;/li&gt;
&lt;li&gt;Automate small actions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This changed how I use kanban on a daily basis.&lt;/p&gt;

&lt;h2&gt;
  
  
  From side project to product
&lt;/h2&gt;

&lt;p&gt;For a long time, this was just a personal tool.&lt;/p&gt;

&lt;p&gt;But recently, I decided to turn it into a real product:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free version&lt;/li&gt;
&lt;li&gt;Paid version&lt;/li&gt;
&lt;li&gt;Focused on developers and small teams&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s still evolving, but it already solves the problem that made me build it in the first place.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thoughts
&lt;/h2&gt;

&lt;p&gt;In the end, this wasn’t about building “just another tool”.&lt;/p&gt;

&lt;p&gt;It was about removing unnecessary complexity and getting back to basics — now with a modern touch using AI.&lt;/p&gt;

&lt;p&gt;If you feel like tools like Jira are overkill for your workflow, it might be worth rethinking how much complexity you actually need.&lt;/p&gt;

&lt;p&gt;I ended up turning this into a product called &lt;strong&gt;Kanbe&lt;/strong&gt;, and you can check it out here: &lt;a href="https://kanbe.tech" rel="noopener noreferrer"&gt;https://kanbe.tech&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>python</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
