Create a module with any AI

AI Module Generator Copy → Paste into any AI → Import JSON

Just change one word — TOPIC — and your AI will return a ready-to-import .json module.

1) Super simple30 seconds

  1. Copy the prompt below.
  2. Replace TOPIC with what you want to learn.
  3. Paste into any AI (ChatGPT / Claude / Gemini).
  4. Save the output as my-module.json.
  5. Import it into Studying.

TOPIC: Spanish for travelTOPIC: German A1 basicsTOPIC: Business English emailsTOPIC: Italian food vocabulary

If the AI adds explanations: tell it “Return ONLY the JSON. Nothing else.”

2) Copy this promptWorks with any AI

PromptCopy prompt

Generate a flashcard module for the Studying app.

Topic: TOPIC
Cards: 50
Level: beginner

Rules:
- Output ONLY valid JSON (no markdown, no comments).
- The JSON must be an array with ONE module object inside.
- Use simple, practical words or phrases.
- Avoid duplicates.

Module structure:
- id: UUID string
- title: short module title
- status: "New"
- date: Unix timestamp (seconds)
- repetitionDate: Unix timestamp (seconds)
- isFavorite: false
- cards: array of cards

Card structure:
- id: UUID string
- moduleId: same as module.id
- title: word or phrase
- cardDescription: English meaning
- imagePath: ONE keyword
- status: "new"
- date: Unix timestamp (seconds)
- correctAnswers: 0
- mistakes: 0
- isFavorite: false
- isTrainingLearned: false

Return the JSON now.

Studying • Import modules as JSON • Minimal format • No extra steps