Loopky Loopky
Get the app

AI flashcard maker

Let your AI write the flashcards

Tell Claude, ChatGPT or Gemini what you want to learn. It writes the cards and publishes the deck to your phone.

Get it on Google Play iOS coming soon

Free. No ads. Open source.

Any source

A chapter, lecture notes, a word list or a TV episode.

Dry runs first

Every card is checked before anything is written.

Narrow permissions

It manages decks. It can never post, follow or edit your profile.

JSON everywhere

Agents read real results instead of guessing.

The prompt

Paste this into your AI agent and fill in the topic. You approve the login on your phone.

Prompt
Build me a Loopky flashcard deck with the Loopky CLI.

Topic: <WHAT I WANT TO LEARN>
Cards: <HOW MANY>

Steps:
1. Install the CLI if it is missing:
   curl -fsSL https://github.com/jvsena42/loopky/releases/latest/download/install.sh | sh
   Windows: irm https://github.com/jvsena42/loopky/releases/latest/download/install.ps1 | iex
2. Read the command surface first: loopky commands --json
3. Log in: loopky login
   It prints a QR code. I approve it in Pubky Ring on my phone.
4. Write the cards to cards.tsv, one card per line:
   front <TAB> back
   Two more columns are optional: an https image URL for each side.
5. Check before you write anything:
   loopky deck create --title "<TITLE>" --from-file cards.tsv --dry-run --json
6. Publish it:
   loopky deck create --title "<TITLE>" --tag <TOPIC> --from-file cards.tsv
   Language deck: add --front-lang en-US --back-lang es-ES --listen --speak
7. Show me the result: loopky deck show <deckId> --json

I already have an Anki file? Import it instead:
   loopky import deck.apkg --dry-run --json
   loopky import deck.apkg --title "<TITLE>"

Rules:
- Every command takes --json, and the result sits under "data".
- Always run --dry-run before a command that writes.
- Image URLs must be https, and no SVG or TIFF. Those do not render.
- Do not invent cards I did not ask for. Show me the list before publishing.

Then study it on your phone

The deck shows up in Loopky, ready for spaced repetition, with audio for language decks. Check AI written cards for mistakes.

The finished deck in Loopky

One file, every computer

Windows, macOS and Linux, plus Homebrew, a .deb package and Docker. No Java, no setup.

Read the CLI docs

Questions

Do I need to know how to code?

No. Paste the prompt into an AI agent with a terminal, such as Claude Code, Codex or Gemini CLI. It runs the commands.

Can the AI import my Anki decks?

Yes. loopky import deck.apkg imports an Anki package, and --dry-run shows the result first.

What can the tool not do?

It cannot post, follow people or edit your profile. It only manages decks and cards.

Learn anything, remember everything.

A few minutes a day is enough.

Get it on Google Play iOS coming soon