Hello HN!
For improving my learning speed and not forgetting my study material, I built Minder. It's a flashcards app with a swipe to rate UI inspired by dating apps.
You create the front and back of flashcards using markdown. When practicing, my app uses an advanced spaced repetition and smart active recall algorithm to ensure that you review flashcards right before you may forget them. After reviewing a flashcard, you tap it to reveal the answer on the back of the card. You swipe right if you easily remembered it, left if you forgot it, or down if it took some effort and would like to review again. Minder's algorithm will show you harder cards first and more often to help you really optimize your memory and prevent you from forgetting your study materials.
Btw, it has no ads, no subscriptions, no third party analytics or other junk. It relies on a single IAP for lifetime access on iOS, iPad, and Mac. The IAP is currently priced very low as it's new.
If you'd like to try it:
https://apps.apple.com/us/app/minder-flashcards-exam-study/i...
Feel free to give me feedback!
Thanks!
Inspired by Conductor, dmux, claude-squad, agent-deck, and Git Tower
## What makes it different:
(Aside from GUI) A core tenet is -- everything a user can do manually, must be exposed via CLI for agents/automation
Best paired with something that lets agents in different worktrees talk to each other (e.g. https://github.com/cheapsteak/agent-channels)
## Background:
I used and loved Conductor for months starting around January, but hit some persistent issues that made me realize that a core tool that I'm actively using for most of my waking hours sits too close to my skin to produce itches that I can't scratch myself
After realizing I needed to switch to something hackable, I went through a few week-ish long trials of dmux, claude-squad, and agent-deck. They were all great, but I then realized I really didn't want to memorize keyboard shortcuts, and I've managed to put off learning how to drive tmux for over a decade, didn't want to end that streak XD
So TBD happened in March. In the months since, it's gotten stable enough to the point where a few former and current colleagues have switched to using it as their daily drivers as well. It's been kind of like a fun little club house we contribute to
The architecture is a daemon that handles the bulk of state management and actual work, and CLI and GUI clients as two interfaces. Users go through GUI, LLMs and scripts go through CLI.
It works best for Claude Code (our shared daily drivers) but two of us also use Codex on the side, so there's some basic support there as well
The only way to run it is to clone and build from source, partially b/c I imagine the main appeal is for people who need to hack on the thing they're using
I think it's now a good enough starting point for similarly minded folks to use as a base to fork and build your own variants, tailored to your own workflows