{"id":27155521,"url":"https://github.com/potatoeggy/primoprod","last_synced_at":"2025-08-07T17:40:27.687Z","repository":{"id":39620586,"uuid":"386777080","full_name":"potatoeggy/primoprod","owner":"potatoeggy","description":"A Genshin Impact wish simulator to push a to-do list with gacha as motivation","archived":false,"fork":false,"pushed_at":"2023-11-09T22:38:36.000Z","size":175140,"stargazers_count":5,"open_issues_count":16,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T19:46:59.914Z","etag":null,"topics":["android","electron","gacha","productivity","simulator","typescript","vuejs"],"latest_commit_sha":null,"homepage":"https://primoprod.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/potatoeggy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"publiccode":null,"codemeta":null}},"created_at":"2021-07-16T22:16:45.000Z","updated_at":"2024-09-01T03:06:19.000Z","dependencies_parsed_at":"2025-04-08T19:55:55.036Z","dependency_job_id":null,"html_url":"https://github.com/potatoeggy/primoprod","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/potatoeggy/primoprod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potatoeggy%2Fprimoprod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potatoeggy%2Fprimoprod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potatoeggy%2Fprimoprod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potatoeggy%2Fprimoprod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/potatoeggy","download_url":"https://codeload.github.com/potatoeggy/primoprod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potatoeggy%2Fprimoprod/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269296806,"owners_count":24393457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["android","electron","gacha","productivity","simulator","typescript","vuejs"],"created_at":"2025-04-08T19:41:51.041Z","updated_at":"2025-08-07T17:40:27.622Z","avatar_url":"https://github.com/potatoeggy.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# primoprod\n\n\u003ca href=\"https://github.com/potatoeggy/primoprod/actions?query=branch%3Amaster\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/potatoeggy/primoprod/build.yml\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/potatoeggy/primoprod/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/potatoeggy/primoprod?display_name=tag\" /\u003e\u003c/a\u003e\n\u003ca href=\"/LICENSE.md\"\u003e\u003cimg src=\"https://img.shields.io/github/license/potatoeggy/primoprod\" /\u003e\u003c/a\u003e\n\nA Genshin Impact-inspired wish simulator written with Vue and Typescript to push a to-do list with gacha as motivation.\n\n![](primoprod-demo.png)\n\n## Usage\n\nVisit https://primoprod.vercel.app for a live demo!\n\nAlternatively, to use primoprod offline or with a slow internet connection or while the demo is down, download the latest desktop or Android version in the [Releases](https://github.com/potatoeggy/primoprod/releases/latest) tab.\n\n## Disclaimer\n\nAll code is licensed under the AGPL in LICENSE.md.\n\nThis project is for practice and for fun and is **not** intended for monetary gain. Most assets are owned by MiHoYo, Co., Ltd.\n\nSome implementation details were inspired by https://genshin.thekima.com, https://github.com/uzair-ashraf/genshin-impact-wish-simulator, and https://github.com/AguzzTN54/Genshin-Impact-Wish-Simulator.\n\n## Project setup\n\n```\nyarn install\n```\n\nFor Electron (desktop) builds, **Node 16+** and **Electron 13+** is required.\n\nFor Capacitor (Android) builds, **Node 16+**, **Java 11+**, and the **Android SDK with platform API 21-31** is required.\n\n### Compiles and hot-reloads for development\n\nWeb:\n\n```\nyarn serve\n```\n\nElectron:\n\n```\nyarn electron:serve\n```\n\nCapacitor:\n\n```\nyarn cap:serve\n```\n\n### Compiles and minifies for production\n\nWeb (output folder `/dist`):\n\n```\nyarn build\n```\n\nElectron (output folder `/dist_electron`):\n\n```\nyarn electron:build\n```\n\nCapacitor (output folder `/android` as an Android Studio project):\n\n```\ncap add android\nyarn build\nyarn cap:build\n```\n\nTo directly build the Android app from the command line afterward:\n\n```\ncd android \u0026\u0026 ./gradlew build\njarsigner -sigalg SHA1withRSA -digestalg SHA1 -keystore ~/.android/debug.keystore ./app/build/outputs/apk/release/app-release-unsigned.apk\n```\n\nThe self-signed APK is available in `$REPO_ROOT/android/app/build/outputs/apk/release/app-release-unsigned.apk`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotatoeggy%2Fprimoprod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotatoeggy%2Fprimoprod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotatoeggy%2Fprimoprod/lists"}