Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family. http://www.kavitareader.com
Find a file
2020-12-30 11:30:12 -06:00
.github/workflows Create dotnet-core.yml 2020-12-12 17:06:22 -06:00
API Rough version of Saving Series, Volumes, and MangaFiles to the DB. Relies on Cascaded delete rather than manually handling updating of file changes. 2020-12-30 11:30:12 -06:00
API.Tests Implemented a parallelized, rough, scanning loop which parses out information and leaves us with an immutable dictionary mapping series to parsed infos for each file. 2020-12-29 10:47:10 -06:00
.gitignore Added basic parsing and unit tests. Setting up an intermediate object to hold information from parser. Removed hangfire db from git. 2020-12-27 11:14:45 -06:00
Kavita.sln Added basic parsing and unit tests. Setting up an intermediate object to hold information from parser. Removed hangfire db from git. 2020-12-27 11:14:45 -06:00
LICENSE Initial commit 2020-12-12 17:03:06 -06:00
README.md Initial commit 2020-12-12 17:03:06 -06:00

Kavita

Kavita, meaning Stories, is a lightweight manga server. The goal is to replace Ubooqity with an open source variant that is flexible and packs more punch, without sacrificing ease to use.

Goals:

  • Server up Comics (cbr, cbz, zip/rar, pdf, raw images) and Books (epub, mobi, azw, djvu, pdf)
  • Provide Reader for Comics and Books via web app that is responsive
  • Provide customization themes (server installed) for web app
  • Provide hooks into metadata providers to fetch Manga/Comic data
  • Metadata should allow for collections, want to read integration from 3rd party services, genres.
  • Expose an OPDS API/Stream for external readers to use
  • Allow downloading files directly from WebApp
  • WebApp/Server is Translated via Weblate (free for Open Source)