A repository aggregator for Mihon and Aniyomi extensions that automatically syncs from multiple upstream sources.
- Automatic updates every 4 hours from upstream extension repositories
- Static website for browsing and adding extensions
- Built with SvelteKit and Vite
- Search functionality for all extensions across repositories
- Keiyoushi - Community-maintained Mihon extensions
- Yuzono Manga - Manga extensions
- Kohi-den - Anime extensions
- Yuzono Anime - Anime extensions
# Install dependencies
bun install
# Start development server
bun run dev
# Update extensions from upstream
bun run update
# Build for production
bun run build