Hacker News new | ask | show | jobs
by domedefelice 2227 days ago
A spaced-repetition software, inspired by SuperMemo and Anki.

I'm working on reaching the simplicity of Anki, while keeping more features like in SuperMemo, e.g. native support for incremental reading.

It's still in early stage but almost usable. I'm planning to push the repository on GitHub as soon as the last couple of to-dos are finished.

1 comments

Interesting! I'm a big fan of spaced repetition. Are you building it as a native desktop/mobile app or as web app?
I'm building it as a web app.

I'm still undecided on whether hosting it myself or just releasing it as a self-contained stand-alone app (startup script launching a lightweight webserver and opening a new tab in the browser).

There are pros and cons with each approach and I'm making up my mind on the best one to follow