A modern library management app built with SvelteKit, IndexedDB, and DaisyUI. Track your manhwa, manga, novels, and more with rich metadata, offline support, and powerful search capabilities.
a: alternative titles, t: tags, b: badges, c: characters.A fast, offlinefirst, installable content organizer built with modern web technologies. Perfect for managing manga, manhwa, novels, and other media collections with tructured metadata and powerful search. For native app-like behavior on mobile devices
Add to Home Screen.
npm run check & npm run buildsvelte.config.js : paths: { base: process.argv.includes('dev') ? '' : "/REPO-NAME" }import { base } from '$app/paths'; :/stackoverflowDevelopment Scripts
| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Production build |
npm run preview |
Preview build |
npm run check |
Type check + lint |
npm run lint |
Lint code |
npm run format |
Format with Prettier |
npm run deploy |
Deploy to GitHub Pages |
// Example
[
{
"id": 2,
"title": "Solo Leveling",
"alternativeTitles": [ "Only I Level Up", "Na Honja Level Up" ],
"coverImageUrl": "https://example.com/covers/solo-leveling.jpg",
"description": "In a world where gates connect Earth to deadly dungeons, the weakest hunter awakens a mysterious system that allows him to level up alone.",
"badges": ["Manhwa", "Action", "Fantasy", "Completed"],
"tags": [ "gates", "hunters", "dungeons", "system", "shadows", "awakening"],
"rating": 8.9,
"createdAt": "2024-12-15T08:20:00.000Z",
"openedAt": "2025-02-07T14:10:30.000Z",
"editedAt": "2025-02-07T18:45:10.000Z",
"characters": [
{
"Name": "Sung Jin-Woo",
"Image": "https://example.com/characters/sung-jin-woo.png"
},
{
"Name": "Cha Hae-In",
"Image": "https://example.com/characters/cha-hae-in.png"
},
{
"Name": "Go Gun-Hee",
"Image": "https://example.com/characters/go-gun-hee.png"
}
],
"rows": [
{
"ChapterSE": "Episode 1 โ The Weakest Hunter",
"Description": "E-rank hunter Sung Jin-Woo barely survives a low-level dungeon while struggling to pay his familyโs medical bills.",
"Tags": ["introduction", "low-rank", "desperation"],
"Characters": "Sung Jin-Woo"
},
{
"ChapterSE": "Episode 2 โ Double Dungeon",
"Description": "A hidden dungeon reveals a deadly trial where survival depends on following cryptic rules.",
"Tags": ["double-dungeon", "statues", "death"],
"Characters": "Sung Jin-Woo, Dungeon Party"
},
{
"ChapterSE": "Episode 3 โ The System",
"Description": "After facing death, Jin-Woo awakens to a mysterious system that only he can see.",
"Tags": ["awakening", "system", "rebirth"],
"Characters": "Sung Jin-Woo"
}
],
"category": "Manhwa",
"dataType": "json"
},
// ...
]