Your comprehensive index for anime, manga, and light novel apps, extensions, and resources!
Kindly consider giving the repository a β star. This motivates us to enhance the app further. Also, don't hesitate to contribute by keeping our data up-to-date!
π Live: miyomi.pages.dev
Miyomi is a modern web application designed to help fellow weebs easily discover and access:
- π± Apps - Android, iOS, and Desktop applications for reading manga, watching anime, and reading light novels
- π§© Extensions - Curated extension repositories for popular apps like Aniyomi, Mihon, Tachiyomi, and more
- π Guides - Step-by-step tutorials for installation, configuration, and troubleshooting
- π Resources - Curated websites, communities, and FAQs for the otaku community
We welcome contributions! Here's how you can help keep Miyomi up-to-date:
Navigate to src/data/apps.json and add or update app entries:
{
"id": "app-id",
"name": "App Name",
"contentTypes": ["Manga", "Anime", "Light Novel"],
"description": "Brief description of the app",
"platforms": ["Android", "iOS", "Windows", "Mac", "Linux", "Web"],
"iconColor": "#FF6B9D",
"logoUrl": "https://avatars.githubusercontent.com/username",
"keywords": ["keyword1", "keyword2"],
"supportedExtensions": ["extension-id-1", "extension-id-2"],
"lastUpdated": "2025-01-15",
"githubUrl": "https://github.com/owner/repository",
"officialSite": "https://example.com",
"discordUrl": "https://discord.gg/invite",
"tutorials": [
{
"title": "Tutorial Title",
"type": "video",
"url": "https://youtube.com/...",
"description": "Tutorial description"
}
]
}Important:
githubUrl: If provided, the app will fetch live release data from GitHublastUpdated: Acts as fallback when GitHub API is unavailablecontentTypes: Must be one of: "Manga", "Anime", "Light Novel", "Multi"platforms: Must be one of: "Android", "iOS", "Windows", "Mac", "Linux", "Web"
Navigate to src/data/extensions.json and add or update extension entries:
{
"id": "extension-id",
"name": "Extension Name",
"types": ["Anime", "Manga"],
"region": "ALL",
"accentColor": "#FF6B9D",
"autoUrl": "aniyomi://add-repo?url=...",
"manualUrl": "https://raw.githubusercontent.com/...",
"website": "https://github.com/...",
"github": "https://github.com/owner/repo",
"supportedApps": ["aniyomi", "mihon", "mangayomi"],
"info": "Brief description",
"keywords": ["keyword1", "keyword2"],
"lastUpdated": "2025-01-15"
}Region Codes:
- Use ISO country codes (e.g., "US", "BR", "FR", "JP")
- Use "ALL" for global extensions
- Multiple regions: "BR,TR" (comma-separated)
Navigate to src/data/guides.json and add your guide to the appropriate category:
{
"id": "category-id",
"title": "Category Title",
"description": "Category description",
"color": "#FF6B9D",
"icon": "download",
"guides": [
{
"id": "unique-guide-id",
"title": "Guide Title",
"slug": "guide-url-slug",
"keywords": ["search", "keywords"]
}
]
}- FAQs: Edit
src/data/faqs.json - Communities: Edit
src/data/communities.json - Websites: Edit
src/data/websites.json
- Fork the repository
- Create a new branch (
git checkout -b add-new-app) - Make your changes to the appropriate JSON files
- Test locally (
npm run dev) - Commit your changes (
git commit -m 'Add: New app XYZ') - Push to your fork (
git push origin add-new-app) - Open a Pull Request with a clear description
Create an issue with:
- App/Extension name
- Description
- Platform(s)
- Links (GitHub, website, etc.)
- Why it should be added
Note
Pull requests with properly formatted JSON are easier to review and will be merged faster!
Warning
We may choose not to add submissions if they are redundant or don't meet our quality standards.
Copyright Β© 2025 Tas33n. Apache License 2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- Inspired by: Wotaku - A great otaku resource index
- Thank's to all open-source developers for creating and providing these amazing apps, extensions, and resources!
Made with β€οΈ for the otaku community
Found a bug? Have a suggestion? Open an issue or contribute directly!