Skip to content
corentings edited this page May 18, 2024 · 2 revisions

Welcome to the memnix wiki

What is Memnix ?

Memnix is a space repetition flashcard application that helps you to memorize things. It uses a simple, yet effective algorithm to schedule the best time for you to review the cards you have created.

To learn more about the algorithm, check out the wiki page on Spaced Repetition.

State of the project

Memnix is currently in development. The project is open source and you can find the source code here on GitHub. If you want to contribute, feel free to open a pull request.

Memnix used to be live on memnix.app, but it is currently down. We decided to take it down to fully rework the application and make it better using the feedback we received from the users. The previous version of Memnix was built using a json based backend and a Vue.js frontend. The new version will be built using a monolythic architecture with an Hypermedia Golden API backend. The frontend will be directly served by the backend using server side rendering and will use HTMX. The main goal is to make the application faster and more reliable following the HATEOAS principle.

Join the community

If you want to join the community, you can do so by joining the Discord server.

Clone this wiki locally