An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


AnkiBee Logo

# AnkiBee
### Master Spelling Bees with Flashcards 🐝


Latest Release


License

Platform



Electron
Next.js
TypeScript
Tailwind


### 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.


AnkiBee Screenshot

## 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.