I also wanted a frictionless card creation experience, and I didn't want another (mobile) app for that. I'm only using SR for new vocabulary in a foreign language, so I created a multilingual AI-powered Telegram bot [1] that does just that.
Creating a flash card is as simple as sending a word (or expression) you want to learn. The bot takes care of the rest: generates the translation, pronunciation, and examples.
> I’ve never seen an AI flow of any kind that meets what would meet the quality of a typical ‘corporate’ acceptable flow. As in, reliably works, doesn’t go crazy randomly, etc.
Jump [1] built a multi-million dollar business exactly on this, a service used by corporations in financial consultancy.
For the past couple of years, I've used LLMs for helping me creating flashcards -- and loved it. Initially, I built a very simple desktop tool that would send the LLMs output to a Google spreadsheet, from where Flashcards (an iOS app, [1]) would import them as decks.
After a year or so, I wrapped it up in a Telegram bot, so I could just send a new card or phrase to it, and it would take care of translation, pronunciation, and usage examples. As I'm usually learning several languages in parallel, I also added the automatic language detection (from preselected languages).
Then I randomly found out that FSRS is better than SM2 (which Flashcards uses), and found an Elixir library that implements that. So, I decided to drop both spreadsheets and the Flashcards app, and implement the review process right in my bot.
This is how I ended up with https://lexicorn.ai -- just got my first paying subscriber (yay, I guess). The site doesn't say it, but it's 5 euros/month.
How I'm personally seeing it, the sole reason for burnout is doing stuff you're not enjoying, for too long. Then, the solution I'm trying to follow is to organize my life in such a way that I never feel the pressure of deadlines, as well as any need to communicate with people I dislike.
I'm working on a Telegram-based all-in-one personal life tracker.
Apparently, Telegram bots provide functionality that allows creating UI resembling native apps, with the bonus of not having to install anything besides Telegram, as well as not having to ask any app stores for approval. Combined with chat-based UX, it fits perfectly for tracking things.
I always liked playing Memory/Concentration with friends, but there was no multiplayer online version of it, so, I wrote my own: https://pairs.one (no registration needed).