Loopky Loopky
Descargar

Creador de flashcards con IA

Deja que tu IA escriba las flashcards

Dile a Claude, ChatGPT o Gemini qué quieres aprender. Escribe las tarjetas y publica el mazo en tu teléfono.

Descargar en Google Play iOS muy pronto

Gratis. Sin anuncios. Código abierto.

Cualquier fuente

Un capítulo, apuntes de clase, una lista de palabras o un episodio de una serie.

Primero, una simulación

Cada tarjeta se revisa antes de escribir nada.

Permisos limitados

Gestiona mazos. Nunca puede publicar, seguir ni editar tu perfil.

JSON en todo

Los agentes leen resultados reales en lugar de adivinar.

El prompt

Pega esto en tu agente de IA y completa el tema. Tú apruebas el inicio de sesión en tu teléfono.

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.

Luego estúdialo en tu teléfono

El mazo aparece en Loopky, listo para la repetición espaciada, con audio en los mazos de idiomas. Revisa si las tarjetas escritas con IA tienen errores.

El mazo terminado en Loopky

Un archivo, cualquier computadora

Windows, macOS y Linux, además de Homebrew, un paquete .deb y Docker. Sin Java, sin configuración.

Ver la documentación de la CLI

Preguntas

¿Necesito saber programar?

No. Pega el prompt en un agente de IA con terminal, como Claude Code, Codex o Gemini CLI. Él ejecuta los comandos.

¿La IA puede importar mis mazos de Anki?

Sí. loopky import deck.apkg importa un paquete de Anki, y --dry-run muestra antes el resultado.

¿Qué no puede hacer la herramienta?

No puede publicar, seguir a personas ni editar tu perfil. Solo gestiona mazos y tarjetas.

Learn anything, remember everything.

Con unos minutos al día basta.

Descargar en Google Play iOS muy pronto