{"id":42819710,"url":"https://github.com/rehhouari/clovre","last_synced_at":"2026-01-30T06:48:43.666Z","repository":{"id":51740034,"uuid":"410137307","full_name":"rehhouari/clovre","owner":"rehhouari","description":"Local manga \u0026 WebToon reading web app with AniList integration ","archived":false,"fork":false,"pushed_at":"2025-10-23T21:39:57.000Z","size":488,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-23T23:32:29.231Z","etag":null,"topics":["alpinejs","anilist","manga","manga-downloader","manga-reader","manga-tracker","mangareader","pwa","spa","tailwindcss","webapp"],"latest_commit_sha":null,"homepage":"https://clovre.pigeonivy.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rehhouari.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-09-25T00:34:04.000Z","updated_at":"2025-10-23T21:40:01.000Z","dependencies_parsed_at":"2023-11-12T20:38:13.520Z","dependency_job_id":null,"html_url":"https://github.com/rehhouari/clovre","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rehhouari/clovre","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehhouari%2Fclovre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehhouari%2Fclovre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehhouari%2Fclovre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehhouari%2Fclovre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rehhouari","download_url":"https://codeload.github.com/rehhouari/clovre/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehhouari%2Fclovre/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28906984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T06:42:00.998Z","status":"ssl_error","status_checked_at":"2026-01-30T06:41:58.659Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpinejs","anilist","manga","manga-downloader","manga-reader","manga-tracker","mangareader","pwa","spa","tailwindcss","webapp"],"created_at":"2026-01-30T06:48:43.096Z","updated_at":"2026-01-30T06:48:43.654Z","avatar_url":"https://github.com/rehhouari.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Clovre - Local manga reader\n\nClovre is a web app with a clean uncluttered interface for reading downloaded manga \u0026 webtoons comfortably.\n\nIf you find this useful consider [following me](https://twitter.com/rehhouari)!\n\n[Screenshots](https://imgur.com/a/XeLxKGD)\n\n## Features\n\n- Clutter-free responsive interface: every setting have a shortcut.\n- Adjustable page width + full screen: no more zooming out!\n- Dark mode toggle, accessible interface, and optional audio feedback. \n- [AniList](https://anilist.co) integration to fetch covers \u0026 login to set progress etc., without leaving the app.\n    - Runs offline, loading covers and AniList login is optional. Offline toggle is provided.\n\n## Usage\n\nVisit: https://clovre.pages.dev\n\n- You can open the help window any time by pressing \u003ckbd\u003eshift\u003c/kbd\u003e \u003ckbd\u003espace\u003c/kbd\u003e, there you can login to AniList and see shortcuts \u0026 toggle them.\n- Simply click anywhere to open the directory that have your downloaded mangas (or drag and drop it)\n    - Make sure it follow this structure (no subdirectories for source etc.):\n\n[Try downloading this example folder and open it! it doesn't include any copyrighted content](https://github.com/rehhouari/clovre/blob/main/example-folder-structure.zip)\n\n```\nMangas (drop this)/\n├── Manga 1/\n│   ├── Chapter 1/\n│   │   ├── 0.jpg\n│   │   ├── 1.jpg\n│   │   └── ..\n│   └── Chapter 2/\n│       ├── page-0.png\n│       ├── page-1.png\n│       └── ..\n└── Manga 2/\n    ├── c-4/\n    │   ├── image-1.jpg\n    │   ├── image-2.jpg\n    │   └── ...\n    └── c-5/\n        ├── 0001.jpg\n        └── 0002.jpg\n```\n\u003e Notice how the folders and images **can** have different naming conventions but what matters is they're all **orderd numerically**s\n\n\u003e I find [Hakuneko](https://github.com/manga-download/hakuneko) the best downloader and the folder structure is compatible with Clovre as well.\n  \n## Deployment\n\nNo build step, use a webserver with **HTTPS support**. like Caddy\n\u003cdetails\u003e\n\u003csummary\u003eexample Caddyfile\u003c/summary\u003e\n\u003ccode\u003e\u003cpre\u003elocalhost\nroot * /path/to/repo/clovre\nfile_server\u003c/pre\u003e\u003c/code\u003e\n\u003c/details\u003e\n  \n## Why\n\nI wanted a way to read manga comfortably on PC because it's been ages. After trying quite a few options, none met my special needs so I put this together over the weekend.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n## Tech Stack\n\n**App**: [Alpine.js](https://alpinejs.dev), [Twind](https://twind.dev/).\n\nIt uses the new [Filesystem Access API](https://web.dev/file-system-access/) to access files with user permission. (drag \u0026 drop doesn't show a prompt if you're annoyed by that)\n\n**API**: Generously provided for free by [AniList.co](https://anilist.co)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frehhouari%2Fclovre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frehhouari%2Fclovre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frehhouari%2Fclovre/lists"}