eternia VS Kavita

Compare eternia vs Kavita and see what are their differences.

eternia

Eternia Static Site Generator (by catpea)

Kavita

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. (by Kareadita)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
eternia Kavita
1 206
0 5,212
- 5.3%
0.0 9.8
over 1 year ago 6 days ago
JavaScript C#
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

eternia

Posts with mentions or reviews of eternia. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-06.
  • Ask HN: Share Your Personal Site
    87 projects | news.ycombinator.com | 6 Apr 2022
    https://www.catpea.com/ custom code exploring github editable data, that is then processed into a local .cache folder and made into an express (JS) website which I then spider to convert into a static version.

    UI uses bootstrap with minor modifications.

    Compilation is handeled via https://github.com/catpea/eternia which I can't replace with hugo, as I want to have a notion of books, playlists, maybe javascript apps in some articles. I need a custom static site generator.

    I am learning how to Narrate audiobooks while reading my own poetry, and learning how to write out philosophical ideas in the process.

    I also convert the audio into simple videos on youtube, and recently uploaded a 70+ hour behemoth to the Internet Archive (3.6GB) https://archive.org/details/@catpea-com

    I recommend making an audio recording of your writings (I use audacity and a mic with a pop/plosive filer) even if just for your family for 50 or a 100 years from now.

    I have no views, I have no time to argue with people which is why I keep away from social media, I only have time make a stranger laugh (I do digital portraits on reddit and occasionally compose a weird song on youtube).

    As to the content it self, I am just exploring random subjects, that capture my own curiosity. It is nothing special, it will take me a couple more decades to grow into a writer. This is my start.

    Currently I am babbling about digital painting, previously 3D Printing, Music Composition, Circuit Design, Programming, Teaching, Dancing (I dance to Blanco Brown https://www.youtube.com/watch?v=Q7U6AoZ27yE at the gym every day I can't help it), Bicycling, Camping, and sending people on the Appalachian trail: https://www.youtube.com/watch?v=hPSvdKTEZug

    I host with vercel, as a hobby project. If you want to grab all the audio, use the archive.org or youtube. The archive.org link has everything one file, and youtube has a playlist you can hop around.

    I am not a fan of ads, I understand YouTube maybe running their own ads on videos I did not monetize. If I recorded a video of my readings, and did video editing, I would regret putting all that time into videos that now would have ads between them.

    I like being a narrator, not a fan of videos, decades from now I'll write an AudioBook, in which I complain about High School.

Kavita

Posts with mentions or reviews of Kavita. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-04.
  • Best .NET Core API project for learning?
    9 projects | /r/dotnet | 4 Dec 2023
  • Calibre – New in Calibre 7.0
    11 projects | news.ycombinator.com | 18 Nov 2023
  • Welcome to the Bug Bash!
    1 project | /r/KavitaManga | 6 Nov 2023
    Browse the Issue Tracker: Visit our bug tracker @ https://github.com/Kareadita/Kavita/issues to find a list of open issues tagged specifically for the Bug Bash. You'll find a variety of tasks, from beginner-friendly to advanced.
  • v0.7.9 - Customization
    1 project | /r/KavitaManga | 22 Oct 2023
  • Update Script for Kavita
    1 project | /r/KavitaManga | 21 Sep 2023
    #! /bin/bash installFolder="/opt/Kavita" # defines the folder where Kavita is installed backupFolder="/opt/KavitaBackup" # defines the backup folder for kavita kavitaUser="kavita" # defines the kavita service user kavitaGroup="kavita" # defines the kavita service group architecture="kavita-linux-x64.tar.gz" # options are: # kavita-linux-x64.tar.gz # kavita-linux-arm.tar.gz # kavita-linux-arm64.tar.gz if [ ! -d $installFolder ] then echo "KAVITA FOLDER IS MISSING!!" exit 1 fi cd /tmp if [ -r $architecture ] then echo "Kavita already present - extracting now!" tar -xzf $architecture else echo "Downloading latest Kavita from GitHub" wget https://github.com/Kareadita/Kavita/releases/latest/download/$architecture echo "extracting now!" tar -xzf $architecture fi if [ ! -d Kavita ] then echo "Something went wrong downloading or extracting" exit 1 fi echo "Stopping Kavita service" systemctl stop kavita.service if [ -d $backupFolder ] then echo "Deleting old KavitaBackup" rm -r $backupFolder fi echo "Creating new Kavita backup" cp -r $installFolder/config $backupFolder echo "Deleting Kavita" rm -r $installFolder echo "Installing new Kavita" cp -r /tmp/Kavita $installFolder echo "Deleting default config" rm -r $installFolder/config echo "Moving old config into install folder" cp -r $backupFolder $installFolder/config echo "CHOWN Kavita folder to kavita user and group" chown -R $kavitaUser:$kavitaGroup $installFolder echo "Make Kavita executable" chmod +x $installFolder/Kavita echo "Launch Kavita" systemctl start kavita.service echo "Cleaning up downloaded files" rm -r Kavita rm $architecture echo "Update process finished :)"
  • [LINUX] I can't connect to Kavita after installing it
    1 project | /r/KavitaManga | 21 Sep 2023
    --2023-09-19 18:28:27-- https://github.com/Kareadita/Kavita/releases/download/v0.7.1.4/kavita-linux-arm64.tar.gz
  • v0.7.8 - New Filtering System
    1 project | /r/KavitaManga | 5 Sep 2023
  • Calibre Replacement Considerations
    6 projects | news.ycombinator.com | 2 Sep 2023
    Hey, Kavita creator here and noticed you don't have any mentions of Kavita for epub readers. Kavita is not a Calibre replacement, but has a built-in epub/pdf reader along with some series-based organization.

    https://www.kavitareader.com/

  • Alexandria: A minimalistic cross-platform eBook reader
    12 projects | news.ycombinator.com | 28 Aug 2023
  • v0.7.6 - Personal Table of Contents + Rating Overhaul
    1 project | /r/KavitaManga | 3 Aug 2023
    The full release can be found here.

What are some alternatives?

When comparing eternia and Kavita you can also consider the following projects:

gutenberg - A fast static site generator in a single binary with everything built-in. https://www.getzola.org

Komga - Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support

webamp - Winamp 2 reimplemented for the browser

Calibre Web - :books: Web app for browsing, reading and downloading eBooks stored in a Calibre database

comic-mono-font - A legible monospace font... the very typeface you’ve been trained to recognize since childhood

calibre - The official source code repository for the calibre ebook manager

Publish - A static site generator for Swift developers

koreader - An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices

Bulma - Modern CSS framework based on Flexbox

Mango - Mango is a self-hosted manga server and web reader

hn-search - Hacker News Search

Tachiyomi - Free and open source manga reader for Android. [Moved to: https://github.com/tachiyomiorg/tachiyomi]