<?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>Forem: Arthur Knegtel</title>
    <description>The latest articles on Forem by Arthur Knegtel (@essential0144).</description>
    <link>https://forem.com/essential0144</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%2F3877136%2F39af6ab8-1ded-4d0e-8e03-3929cd5c7321.png</url>
      <title>Forem: Arthur Knegtel</title>
      <link>https://forem.com/essential0144</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/essential0144"/>
    <language>en</language>
    <item>
      <title>I built a project manager for solopreneurs and individuals because every other tool is built for teams</title>
      <dc:creator>Arthur Knegtel</dc:creator>
      <pubDate>Mon, 13 Apr 2026 18:39:57 +0000</pubDate>
      <link>https://forem.com/essential0144/i-built-a-project-manager-for-solopreneurs-and-individuals-because-every-other-tool-is-built-for-1ld7</link>
      <guid>https://forem.com/essential0144/i-built-a-project-manager-for-solopreneurs-and-individuals-because-every-other-tool-is-built-for-1ld7</guid>
      <description>&lt;p&gt;Hi, I'm Arthur, I've been building side projects for years, and for years I've been fighting my own project management tooling.&lt;/p&gt;

&lt;p&gt;Not because I couldn't find something good enough, but because every tool I tried was designed for someone else. &lt;/p&gt;

&lt;p&gt;Linear is beautiful, but it's a team tool. Jira is an enterprise product pretending to be a task manager. Notion is infinitely flexible, which means it's also infinitely distracting.&lt;/p&gt;

&lt;p&gt;The cognitive overhead of managing the tool itself started competing with actually doing the work. I was spending time maintaining a system instead of shipping.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://kubes.work/en" rel="noopener noreferrer"&gt;Kubes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flnoccwq4zf8bk16b9xld.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flnoccwq4zf8bk16b9xld.png" alt="Kubes Example" width="800" height="486"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The idea: strip everything that isn't for you&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Kubes is built around one sentence: &lt;em&gt;dead simple project management for solopreneurs and individuals&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;The core model is deliberately minimal:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Kubes&lt;/strong&gt;: top-level containers, one per project (personal or work) or client.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Collections&lt;/strong&gt;: groups within a Kube (milestones, phases, whatever you need them to be)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Actions&lt;/strong&gt;: tasks, the atomic unit of work.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Subtasks&lt;/strong&gt;: subdivisions of actions, for when you need to organize even more. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's the core data model. No sprints, no roadmaps, no comment threads, no breakdown charts. Just the structure and view you actually need to stay in control of multiple projects at once.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kubes.work/en" rel="noopener noreferrer"&gt;Kubes&lt;/a&gt; provides the simplicity of a simple task manager, but gives it more structure and opinionated views. And that's a selling point:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The interface doesn't get in your way&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The main view is a vertical accordion where all your active Kubes and their open actions are visible at once. Completed work from today stays visible at the bottom, de-emphasized. Completed work from previous days hides by default. Benefit is you get a clear picture of what needs doing without drowning in history.&lt;/p&gt;

&lt;p&gt;Controls are hidden until you need them. Drag handle appear in reorder mode, add buttons appear in add mode, and so on. There's even a focus mode to hone in to your in-progress tasks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One of the core ideas of &lt;a href="https://kubes.work/en" rel="noopener noreferrer"&gt;Kubes&lt;/a&gt; is speed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Because of this idea: Everything edits inline. No modals to open, just rename something. There's shortcuts for power users too. Properties like due dates, priority, and tags are set via inline syntax. Type !tomorrow, !!1, or #tagname directly in the task title. No form fields, no drawers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Built for programmability from day one&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Because the world and the way we use software is changing, and fast at that... Every action available in the UI has a corresponding REST API endpoint. Every one. This isn't an afterthought.&lt;/p&gt;

&lt;p&gt;The API is designed to be consumed cleanly by LLM tool calls: flat predictable JSON, simple string enums, integer positions with bulk update support. You can wire up any AI agent or script to manage your tasks without fighting the API design. Authentication is via Personal Access Tokens. No OAuth dance needed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Free, with AI features on Pro&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The full core app is free: Kubes, Collections, Actions, Subtasks, drag-and-drop reordering, inline properties, the API, PATs, shortcuts, etc. Almost everything. &lt;/p&gt;

&lt;p&gt;But because a man has got to eat too, there is an extra layer of helpfulness that can be acquired with Pro (9€/month or 79€/year) which, for now, adds Kumo (an AI assistant built into the app for those of you who like convenience). &lt;/p&gt;

&lt;p&gt;Kumo provides Brain Dump mode, project scaffolding, deadline assignment, and daily helpful insights into your projects. No API key is required on Pro, AI usage is included. But if you want a different model, you can BYOK.&lt;/p&gt;

&lt;p&gt;If you're a solo entrepreneur or individual managing more than one project and you're tired of tools that weren't built for you, give it a try at &lt;a href="https://kubes.work/en" rel="noopener noreferrer"&gt;kubes.work&lt;/a&gt;. It can't hurt to try it.&lt;/p&gt;

&lt;p&gt;Kubes is built with speed, simplicity and usefulness in mind. It will always be. &lt;/p&gt;

&lt;p&gt;It's early in the journey still, lots of changes incoming and feedback is very welcome. You can hit me up at &lt;a href="mailto:arthur@konam.dev"&gt;arthur@konam.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you've made it this far, thank you for reading!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
