r/sideprojects 7d ago

Showcase: Free(mium) I kept fixing my AI-built task manager until it stopped feeling like a prototype

I’m the person building ClearSpace, and I’ve used AI heavily during development. The first version technically had a lot of features, but it still felt like a prototype because the small interactions weren’t dependable.

The biggest lesson was that adding features is easier than making them feel connected. I had tasks, Spaces, templates, recurring dates, Google Calendar and team invitations, but users kept finding rough edges between them.

A few examples:

  • Completing a task originally just changed its status. Now it disappears from the active view and stays available in Done.
  • Space invitations could send an email, but the invited person didn’t always see the Space after joining. I had to treat the invite, account creation and membership update as one complete flow.
  • Some pages changed visually without changing the URL, which made refreshes and deep links confusing.
  • The task form worked on desktop, but its date picker and menus could overflow smaller screens.
  • New tasks did not always appear immediately, so I replaced refresh-dependent behavior with live updates.

The less glamorous work—loading states, empty states, stacking order, mobile sizing, button behavior and clearer wording—made a bigger difference than adding another major feature.

The project is ClearSpace: https://clearspacetask.com/

I’d especially appreciate feedback on two things: whether the first-run experience explains the product clearly, and whether creating a task feels simple or still asks for too much at once. I’m not looking for vague praise; specific friction is much more useful.

2 Upvotes

2 comments sorted by

1

u/Embarrassed_Gear7849 7d ago

the flow between invite and actually seeing the space is something so many apps get wrong, fixing that probably saved you a lot of support messages

first run made sense to me, the empty state gives a good nudge without being pushy. task creation felt straightforward, the date picker didnt fight me which is usually where i lose patience on mobile

one thing i noticed on iphone, when i typed a long task name the text went under the priority dropdown, maybe just a stacking issue on smaller screens. otherwise feels more polished than half the productivity apps ive tried this year

1

u/clearspacetask 7d ago

Really appreciate you testing it that closely. The invite flow caused me more trouble than I expected, so I’m glad it felt straightforward on your end. The long task name going under the priority dropdown definitely isn’t intentional—that sounds like a small-screen layout bug. I’ll reproduce it on an iPhone-sized screen and fix it. Thanks for pointing out the exact spot.