https://github.com/hachirosan/ankibee
🐝 App for creating Anki spelling bee cards with audio pronunciation. Built with Nextron.
https://github.com/hachirosan/ankibee
anki desktop-app education electron nextjs spaced-repetition spelling-bee tailwindcss typescript
Last synced: 10 months ago
JSON representation
🐝 App for creating Anki spelling bee cards with audio pronunciation. Built with Nextron.
- Host: GitHub
- URL: https://github.com/hachirosan/ankibee
- Owner: HachiroSan
- License: gpl-3.0
- Created: 2025-02-02T00:13:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-23T17:26:27.000Z (10 months ago)
- Last Synced: 2025-08-23T23:34:57.811Z (10 months ago)
- Topics: anki, desktop-app, education, electron, nextjs, spaced-repetition, spelling-bee, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://github.com/HachiroSan/ankibee/releases/latest
- Size: 63.6 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Tired of struggling with spelling bee preparation?
#### Frustrated by inconsistent practice methods and scattered resources?
AnkiBee is a desktop application designed to streamline spelling bee training through intelligent flashcard creation and comprehensive audio pronunciation practice. Designed to work alongside Anki and its powerful spaced repetition system, this tool combines proven memory techniques with specialized spelling bee training features to help teachers and students achieve competition success.
## Features
### Card Generation
- Automated flashcard creation for spelling bee practice
- Intelligent word definition fetching
- Configurable audio pronunciation sources
### Audio System
- Integration with Google Dictionary API
- Support for custom audio uploads
- Real-time audio waveform display
### Batch Operations
- Multi-word import functionality
- Duplicate entry prevention
- Parallel audio processing
## Installation
### Download
**Windows**
- [Installer](https://github.com/HachiroSan/ankibee/releases/download/v1.1.0/AnkiBee-Setup-1.1.0.exe)
- [Portable Version](https://github.com/HachiroSan/ankibee/releases/latest/download/AnkiBee-1.1.0.exe)
View all releases on the [releases page](https://github.com/HachiroSan/ankibee/releases).
### Development Setup
```bash
# Repository
git clone https://github.com/HachiroSan/ankibee
cd ankibee
# Dependencies
yarn install
# Development
yarn dev
# Production Build
yarn build
```
## Technology Stack
| Technology | Purpose |
|------------|---------|
| Electron | Cross-platform desktop runtime |
| Next.js | React framework for UI |
| TypeScript | Type-safe development |
| Tailwind CSS | Utility-first styling |
## Building
To create a production build:
```bash
yarn build
```
The packaged application will be available in the `dist` directory.
## License
This software is licensed under the [GNU General Public License v3.0](LICENSE). Users are free to use, modify, and distribute this software under the terms specified in the GPL-3.0 license.