Article 6XQJ8 How I Built A Task Management Tool For Almost Nothing

How I Built A Task Management Tool For Almost Nothing

by
Mike Masnick
from Techdirt on (#6XQJ8)

This is part two of my series on using AI tools to fight back against tech company control. Part one explained why we can get beyond just begging billionaires to fix our tools. This part shows exactly how I built my own tool - with zero coding skills and almost no money.

A few weeks back, I got tired of productivity apps that don't work the way I think and decided to build my own. Not for millions of users or venture capital - just for me. Using nothing but plain English prompts to AI tools (what's referred to as vibe coding"), I now have a task management system that works almost exactly how my brain works, costs almost nothing to run, and can't be enshittified by some growth-hacking product manager.

As a joke/homage to the absolutely brilliant UK TV show Taskmaster, I call my app, L'il Alex," in honor of the show's creator Little" Alex Horne who is, after all, the Taskmaster's Assistant." Which is exactly what I need. An assistant to help me with tasks.

d7a485df-7d12-4647-8f8e-33e7c1eafd63-RackMultipart20250602-150-u5bcw1.png?ssl=1

Like plenty of people, I'm obsessed with productivity but terrible at productivity tools. I've tried dozens of different systems, but none stuck. I'm one of those awful people who keeps a mental list of tasks, supplemented by email, calendar chaos, and browser tabs I swear I'll get to eventually.

This means things fall through the cracks - but more importantly, it means I'm constantly fighting tools designed for someone else's workflow, not mine.

I've tried dozens of task management tools, and they all suffer from the same problem: they're built for the mythical average user" rather than how any specific person actually thinks. The closest I've found is Intend.do, which calls itself an intentionality" tool rather than a productivity tool.

The key difference with Intend is that rather than loading up a million tasks that you never get to (the downfall I - and many others - have with most task manager tools), Intend is focused just on today. You create a few larger goals, and then each day, you jot down which tasks you want to do towards those goals. It makes it very simple to do that, and then as you go, you can check off what you accomplished. It also asks you some questions, and checks in with you over time.

Intend gets daily planning mostly right, but it can't handle future task planning the way my brain works. There's a hacky Workflowy integration, but it's awkward. More fundamentally, Intend has strong opinions about how I should work, and like every other tool, forces me to adapt to its worldview. It got me maybe 65% of the way there - which is why I kept abandoning it.

This is the core problem with all productivity software: you're renting someone else's vision of how work should happen. When that vision doesn't match yours, tough shit. You adapt or you leave. But you never get to actually control the tool.

So I decided to build exactly what I needed: daily planning like Intend, but with integrated future task management, and none of the philosophical baggage (some of which may be great for others, but didn't mesh with me!). A tool that adapts to me, not the other way around.

Here's where the vibe coding" magic happens - and it's way simpler than you think. I started with two popular AI coding tools (Bolt and Lovable) and just... asked them to build what I wanted. In plain English. No technical specs, no wireframes, no user stories. Just this:

I would like to create a kind of task manager, with the focus being on what you need to work on today, but which will also store future" tasks. The main goal would be to let me choose which tasks I will work on that day, put them in a list and check them off, while also listing out future tasks that can be stored in a separate screen, but which can then easily be added to today's tasks as necessary. It would also be useful to have the system nudge me if I put a task in today's tasks" multiple days without accomplishing it, perhaps asking me if I want to break it up into multiple tasks. The tasks can also be separated into different categories of tasks so I can organize what types of tasks they are. The categories should be changeable/editable. Tasks should be movable from category to category, and I should be able to prioritize tasks. Also, it should be possible to set tasks to be recurring. Tasks should also be able to store clickable links and notes. Future tasks can have dates attached to them. There should be a daily check in" at the end of the day to see how I've done.

I wanted to try multiple platforms partly out of curiosity, but mostly because this is the beauty of vibe coding: if one AI interprets your request in a way that doesn't click, you just try another. You're not locked into anyone's interpretation of what you need.

With that, both created initial versions of this tool. Bolt called its version TaskIntent" while Lovable called its version Future Focus Daily." I started playing around with each one, making some suggested changes or explaining how I wanted things to work slightly differently. Each service gives you a certain amount you can prompt the system for free each day (with Lovable it's 5 free prompts, with Bolt it's based on the number of tokens you use, but is roughly 5 free prompts).

After three days, I realized that the version Lovable had created was closer to what I wanted and decided to just focus on that one (this is also where I renamed it to L'il Alex"; RIP Future Focus Daily"). This highlights something important about vibe coding: different tools interpret the same request differently, and finding the right fit is part of the process. It's not about the best" tool - it's about what works for your specific brain.

At that point, I also thought I'd see if I could build and deploy the tool for myself for no money, based on just giving it five prompts per day. By that third day, I started using the tool to manage my tasks. The only major problem I ran into early on was a realization that, despite my connecting this new app (at Lovable's suggestion!) to a database at Supabase, it initially was storing all my tasks locally. So when I logged in on my phone to see how it worked as a mobile app, it was empty. But all it took was a single prompt to rectify that, and now my tasks are stored in a database.

My plan to do the whole thing for free hit a stumbling block a few days later, when I realized that while Lovable's free account gives you five free prompts per day, there is still a limit of 30 total per month. So, after about six days of using it, you're likely on hold until the next month starts.

At that point, I tried a few other approaches. I had connected my Lovable project to GitHub, so I had a repository with all the code, and I saw that Bolt had recently integrated with GitHub as well. I tried to open the repository with Bolt to see if I could continue working on it there, but it... didn't work. It literally would ask me which project I wanted to use in GitHub, I would click on the repository, and Bolt would just reload as if nothing happened.

Then, at the suggestion of a friend, I tried to import the project into Firebase Studio, owned by Google, and built on top of Firebase. As with Bolt, I first tried to pull in my GitHub repo, which worked... except, for reasons I don't understand, the AI features then all seemed disabled. After messing around with it for a bit and getting nowhere, the same friend who recommended I try Firebase Studio said it might just be faster to ask Firebase Studio to recreate the project from scratch." I gave it the same prompt and... it created Momentum Flow," with its own interpretation of the prompt.

I played around with it a bit more, but quickly realized that Firebase Studio definitely expects a bit more knowledge/experience to use and is not nearly as seamless as Lovable. For example, knowing I needed a database backend, I asked it to set that up and (not surprisingly) it suggested I use Firebase. But... rather than set it up, like Lovable did with Supabase, it just told me I needed to set it up manually. And I kept running into similar issues, where it would suggest what I should do, rather than just doing it. I'm sure that's great for actual programmers, but my goal here was different.

For what it's worth, I also tried another tool called Adaptive.ai (it named my app FocusDay), which seems pretty cool, but after running into a few more issues with it, I gave in and decided that my goal of a totally free app was too ambitious and agreed to pay $25/month for 100 prompts at Lovable. It turns out that you actually get more than that, as Lovable gives you five free prompts a day (use em or lose em that day), and after you use those up, you get those 100 additional prompts. So, in reality, you can do somewhere between 100 and 250 prompts, if you time it right.

Since then, I've been iterating the app to work exactly how my brain works. It's probably terrible for anyone else - but that's the point. For the first time in years, I have a productivity tool that doesn't fight me.

This is what total control over your tools actually looks like. Here's the plan your day" page, which I either use late at night for the next day, or early in the morning for the upcoming day:

AD_4nXdlEGNNe-CyCbpIhiQLcSuJ3DJOKX5x7j_w2qX1BdeyJBDEQP55URSnMCBAsqUY95ap_LHIZ4nAqtvAcbBvLOAZgen7pzpEicV1p4biMXDVyV6-E-Ih8SxAMvuNmhaGwprrJ5t7mw?key=1hLNq5SVLc2X1bsSyo-Hjw

Tasks age visibly so I can see what I've been avoiding. Everything flows the way my brain actually works.

AD_4nXeP4E98ICfEn-0bo5bXX68tSvR8Jn0z1m4N9GrZouXXyLYTMVQ7-9tOGRGXDXYWkU2YsRksWZQDQEQdTSoYy-SHd0e8nTf-Zza4dC8-VT_GuuyBlJsl7D_Nv9QnS3cShtiYA8ClGQ?key=1hLNq5SVLc2X1bsSyo-Hjw

I prioritize tasks however makes sense to me that day. I can mark what I'm working on now versus next, and it automatically organizes itself around my actual workflow.

At day's end, it checks in with me the way I want to be checked in with - not with guilt-inducing streaks or gamification bullshit, just some simple stats and details about the day (and it lets me create follow-ups on tasks I completed recently).

AD_4nXcRDLy8h_Y3PrRnr0gXf39wx38cttoBvYNEfDlTjrluXVps00VavINa86SghBn5oCdFWeCnuxe2Kan8zqtVSk2mjnnrZwh_8BKv2Rdw1fNryr_U7q0yYlSkpZOIW0aC6wSLYXhILg?key=1hLNq5SVLc2X1bsSyo-Hjw

The system handles my unfinished tasks exactly how I want: no shame, no penalty, just moving them back to the future pile for tomorrow's planning session, with the kind of notifications I want. So each day starts fresh, and I get to plan out how I want my day to go.

The whole thing has worked brilliantly since about day three. After two weeks of daily use, I'm genuinely hooked - not because of gamification tricks or habit-forming design patterns, but because the tool actually serves me instead of fighting me. I'm still tweaking some things here and there, but the tool just works. For me.

Here's the real magic: when I want a new feature, I just ask for it. Last week I decided I wanted habit tracking integrated into my task flow. A few prompts later, done. No waiting for the next product roadmap, no hoping some PM thinks my use case matters. No upsell on it as a premium" feature. I just had the system build it.

I also added a bookmarklet for capturing articles to write about and turning them into tasks as well as an email integration for turning emails into tasks. These weren't planned features - they were just friction points that annoyed me, so I eliminated them.

The email integration required setting up a webhook through IFTTT - the AI initially suggested Gmail could handle webhooks directly (wrong), but it quickly pivoted to working solutions. This is typical of vibe coding: the AI makes occasional mistakes, but iterating toward working solutions is still faster than begging some company to maybe add your feature request to their backlog.

Sure, there are still some small bugs to fix and features to add. But here's the difference: when something doesn't work the way I need it to, I can actually fix it. I'm not stuck filing support tickets into the void or hoping the next update doesn't break something I rely on.

There have been minor annoyances - occasionally when I asked it to add a feature, it reverts older changes or gets weird design ideas - but I can just tell it to fix things and it does. Compare that to every other productivity tool I've used, where design decisions that annoy me are just permanent facts of life I have to accept.

Intend got me 65% of the way there. L'il Alex is already at 85% and climbing. More importantly: when my needs change, the tool adapts. I'm not locked into someone else's vision.

This is exactly what vibe coding is for: solving personal friction points without waiting for permission from product managers whose incentives don't align with yours.

So, for all the folks who are concerned about centralized control and losing agency over their digital lives: there are now more options beyond just yelling at tech companies or hoping for better government regulation. For personal productivity tools, workflow automation, and small community projects, you can actually build what you need, no coding skills needed. The tools exist, they're accessible, and they work. Sometimes the best way to escape someone else's control is to just stop asking, and just take charge.

External Content
Source RSS or Atom Feed
Feed Location https://www.techdirt.com/techdirt_rss.xml
Feed Title Techdirt
Feed Link https://www.techdirt.com/
Reply 0 comments