Setting Up Anki Integration
Follow this step-by-step guide to configure Anki integration with QuizCraft, allowing you to export your flashcards directly to Anki for mobile and offline study.
Install Anki
Anki is a powerful, free flashcard app that uses spaced repetition to optimize your learning. If you don't have Anki installed yet, download it from the official website.
Available for:
- Windows
- macOS
- Linux
- Android (AnkiDroid)
- iOS (AnkiMobile - paid app)
Install AnkiConnect Add-on
AnkiConnect is an add-on that allows external applications like QuizCraft to communicate with Anki. Follow these steps to install it:
- Open Anki on your computer
- Click on "Tools" in the menu bar, then select "Add-ons"
- Click "Get Add-ons..." button
- Enter the code:
2055492159
- Click "OK" to install
- Restart Anki to complete installation
Important:
You must restart Anki after installing the add-on for it to take effect. AnkiConnect runs in the background while Anki is open, allowing QuizCraft to communicate with it.
Configure AnkiConnect (Optional)
The default AnkiConnect configuration should work fine for most users. However, if you experience issues, you may need to modify the configuration to allow external connections:
- In Anki, go to "Tools" → "Add-ons"
- Select "AnkiConnect" from the list
- Click "Config" button
- Make sure the configuration includes:
{ "apiKey": null, "apiLogPath": null, "webBindAddress": "127.0.0.1", "webBindPort": 8765, "webCorsOrigin": "*", "webCorsOriginList": [ "http://localhost", "https://quizcraft-webapp.vercel.app" ] }
- Click "Save" and restart Anki
Note:
If you're using QuizCraft on a different domain, you may need to add that domain to the "webCorsOriginList" in the AnkiConnect configuration.
Export Your Flashcards to Anki
Once AnkiConnect is set up, you can export your flashcard sets from QuizCraft to Anki:
- Make sure Anki is open on your computer
- Go to your "My Flashcards" page in QuizCraft
- For each flashcard set, click the "Export to Anki" button
- Confirm the export when prompted
- Check Anki to see your imported flashcards
Success Tip:
Your flashcards will be exported to a deck with the same name as your flashcard set in QuizCraft. If the deck doesn't exist, it will be created automatically.
Troubleshooting
If you encounter issues with Anki integration, try these common solutions:
Connection Errors
- Make sure Anki is open while exporting
- Verify AnkiConnect is installed (check Tools → Add-ons)
- Restart Anki after installing AnkiConnect
- Ensure no firewall is blocking port 8765
Duplicate Card Errors
- If you're re-exporting cards, Anki may prevent duplicates
- Create a new deck with a different name
- Use Anki's built-in tools to manage duplicates
Other Issues
- Check Anki's console for error messages (Help → View Console/Debug Console)
- Verify you're using the latest version of Anki
- Restart your browser and try again
- Contact us through the support channel if issues persist
Need additional help? Contact us at support@quizcraft.ai
Return to Dashboard