explaingit

cosmiir/logia

Analysis updated 2026-05-18

2TypeScriptAudience · generalComplexity · 2/5LicenseSetup · easy

TLDR

An offline desktop app for tracking your progress across movies, anime, manga, games, and any other media in fully custom collections.

Mindmap

mindmap
  root((Logia))
    What it does
      Tracks media progress
      Fully offline
      Custom collections
    Tech stack
      React
      TypeScript
      Tauri
      SQLite
    Use cases
      Movies and anime tracking
      Custom dynamic fields
      Export and backup
    Audience
      Media enthusiasts
    Setup
      Windows installer
      Node and Rust for source

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Track your progress across movies, anime, manga, and games in one offline app.

USE CASE 2

Build a fully custom collection with your own fields, like playtime or chapters, for something not on the default list.

USE CASE 3

Export your library to Markdown, CSV, or a full zip backup, including images.

USE CASE 4

Keep separate password-protected profiles for different family members or media types.

What is it built with?

ReactTypeScriptTauriRustSQLiteTailwindCSS

How does it compare?

cosmiir/logia4ssh1/mine-sweeperachawla19/intuitcode-extension
Stars222
LanguageTypeScriptTypeScriptTypeScript
Last pushed2026-01-31
MaintenanceMaintained
Setup difficultyeasymoderatemoderate
Complexity2/52/54/5
Audiencegeneralvibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Direct installer download is easiest, building from source needs Node.js and the Rust/Tauri CLI.

MIT license: use, modify, and share freely, including for commercial purposes, as long as you keep the copyright notice.

In plain English

Logia is a desktop application for keeping track of your progress through movies, series, anime, manga, video games, and any other kind of media you want to log. It runs entirely offline: there is no account to sign up for, no cloud sync, and no outside service it talks to. Everything you enter is stored in a local database on your own computer. Instead of coming with a fixed list of categories, Logia lets you build your own collections from scratch. Each collection can have its own name, icon, color, and custom fields, so a collection for tracking books can use chapters while a collection for games can use hours played. Every entry is added by hand rather than pulled from an outside database, so nothing is auto filled from the internet. For each item you track, you can record two separate statuses at once: how far along you personally are, such as in progress or completed, and the media's own release status, such as ongoing or cancelled. You can search across titles, creators, and your own written notes, filter and sort by rating, collection, or date, and choose between a grid or list layout. You can write a synopsis and review for each item using a simple text editor, log multiple separate viewing or playthrough experiences with their own dates and version notes, tag items by genre, and rate them on a 100 point scale. A statistics section breaks down your library by status, collection, and rating so you can see your best and worst rated media over time. The app also supports multiple separate profiles, each with its own password protection, and lets you export or back up your data as Markdown, CSV, or a zipped copy of the whole database. Logia is built with React, TypeScript, and Tauri, storing its data in a local SQLite database, and it currently ships as a Windows installer, with macOS and Linux builds untested. It is free, open source, and released under the MIT license.

Copy-paste prompts

Prompt 1
Help me install Logia from the GitHub releases page on Windows.
Prompt 2
Show me how to run Logia in development mode with npm and Tauri.
Prompt 3
Explain how to set up a custom collection with dynamic fields in Logia.
Prompt 4
Walk me through exporting my Logia library to CSV with custom column mapping.

Frequently asked questions

What is logia?

An offline desktop app for tracking your progress across movies, anime, manga, games, and any other media in fully custom collections.

What language is logia written in?

Mainly TypeScript. The stack also includes React, TypeScript, Tauri.

What license does logia use?

MIT license: use, modify, and share freely, including for commercial purposes, as long as you keep the copyright notice.

How hard is logia to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is logia for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.