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
2021-01-19 17:06:26 -06:00
.github/workflows Create dotnet-core.yml 2020-12-12 17:06:22 -06:00
API Implemented ability to leave a rating (up to 5 stars) and a text review (not UI supported until v0.2). 2021-01-19 17:06:26 -06:00
API.Tests Implemented the ability to flatten directories, esp useful with nested folders in archives. 2021-01-14 10:02:56 -06:00
.gitignore Implemented the ability to extract an archive image to a cache directory. 2021-01-08 13:28:59 -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
Kavita.sln.DotSettings Cleaned up some warnings 2021-01-09 16:22:28 -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)