Deepcards is a flashcard application with some additional LLM features. Try it out at deepcards.ai.
- Every flashcard has an associated conversation
- Generate cards automatically from conversations
- Spaced repetition for optimal retention
To run locally, you'll need to install the dependencies in /client and /server respectively:
npm install
Then, you can start the client and server respectively with:
npm run dev
Both /client and /server have .env.example files that you can copy to .env and fill in with your own values. You will need to create a project at Supabase and OpenAI to get the necessary values.