{"id":44754364,"url":"https://github.com/teamreflex/cosmo-web","last_synced_at":"2026-02-15T23:35:40.197Z","repository":{"id":199092892,"uuid":"693022714","full_name":"teamreflex/cosmo-web","owner":"teamreflex","description":"Objekt \u0026 gravity explorer for COSMO","archived":false,"fork":false,"pushed_at":"2026-01-18T23:56:35.000Z","size":8545,"stargazers_count":60,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-19T08:50:55.830Z","etag":null,"topics":["artms","cosmo","kpop","modhaus","nextjs","nft","objekt","react","triples","web3"],"latest_commit_sha":null,"homepage":"https://apollo.cafe","language":"TypeScript","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/teamreflex.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-09-18T07:33:40.000Z","updated_at":"2026-01-18T23:56:38.000Z","dependencies_parsed_at":"2023-10-21T18:27:31.819Z","dependency_job_id":"f7875f81-ef3b-4bce-9f43-69ab0502d6e1","html_url":"https://github.com/teamreflex/cosmo-web","commit_stats":null,"previous_names":["teamreflex/cosmo-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teamreflex/cosmo-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamreflex%2Fcosmo-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamreflex%2Fcosmo-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamreflex%2Fcosmo-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamreflex%2Fcosmo-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamreflex","download_url":"https://codeload.github.com/teamreflex/cosmo-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamreflex%2Fcosmo-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29492775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T23:34:01.544Z","status":"ssl_error","status_checked_at":"2026-02-15T23:33:27.984Z","response_time":118,"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":["artms","cosmo","kpop","modhaus","nextjs","nft","objekt","react","triples","web3"],"created_at":"2026-02-15T23:35:36.812Z","updated_at":"2026-02-15T23:35:40.179Z","avatar_url":"https://github.com/teamreflex.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apollo\n\nA platform for exploring objekts \u0026 gravities from [MODHAUS](https://www.mod-haus.com/)' **[Cosmo: the Gate](https://play.google.com/store/apps/details?id=com.modhaus.cosmo)** app via blockchain data.\n\n**Apollo is not affiliated with, endorsed by or supported by MODHAUS or its artists.**\n\n## Features\n\n- View other user's collections via blockchain data\n- View an index of every released objekt, number of copies and how it's obtained\n- Fuzzy search through objekt collection metadata\n- Create shareable objekt wishlists\n- Calendar to see when monthly COMO drops are coming\n- View objekt transfers\n- Per member, season and class collection progress breakdowns\n- Collection completion leaderboards\n- View historical and live gravity results\n\n## Project\n\n- `apps/web`: Core TanStack Start web app deployed at [apollo.cafe](https://apollo.cafe)\n- `apps/indexer`: Subsquid blockchain indexer for cataloging Modhaus objekt collections\n- `apps/schedules`: Functions for executing scheduled tasks\n- `apps/typesense`: Dockerfile for building Typesense with `curl` available\n- `apps/typesense-import`: Sync new objekt collections to the Typesense database\n- `packages/cosmo`: COSMO related types and API functions\n- `packages/database`: `drizzle-orm` schemas for both databases\n- `packages/lint`: Shared oxlint config\n- `packages/typescript`: Shared tsconfig.json file\n- `packages/util`: Shared utility functions\n\n## Requirements\n\n- [Bun](https://bun.sh/) 1.3.3+\n- [Postgres](https://www.postgresql.org/)\n- [Redis](https://redis.io/) or [Valkey](https://valkey.io/)\n- [Typesense](https://typesense.org/)\n- [AWS SES](https://aws.amazon.com/ses/) credentials\n- [Discord OAuth](https://discord.com/developers/docs/topics/oauth2) credentials\n- [Twitter OAuth](https://docs.x.com/resources/fundamentals/authentication/oauth-2-0/overview) credentials\n- [Docker](https://www.docker.com/) (local development)\n\n## Setup\n\n```bash\ngit clone git@github.com:teamreflex/cosmo-web.git\ncd cosmo-web\nbun install\ncp .env.example .env\nturbo i18n\nturbo dev --filter web\nturbo db:migrate\n```\n\n## Tooling\n\n- [Bun](https://bun.sh/)\n- [Turborepo](https://turborepo.com/)\n- [TanStack Start](https://tanstack.com/start/latest/docs/framework/react/overview)\n- [Tailwind v4](https://tailwindcss.com/)\n- [shadcn/ui](https://ui.shadcn.com/docs)\n- [Drizzle ORM](https://orm.drizzle.team/)\n- [Subsquid](https://subsquid.io/)\n- [Typesense](https://typesense.org/)\n\n## Contributing\n\nFor security reasons, PRs will not be accepted. This project is considered _source available_ for the purpose of scrutiny rather than open source for contributions. If a problem needs reporting, please make an issue or post in Discord.\n\n## Branches\n\n- `main`: Production branch deployed to [apollo.cafe](https://apollo.cafe).\n- `polygon`: Last copy of the project compatible with the Ramper-based COSMO API and Polygon blockchain, before Modhaus migrated to privy.io + Abstract on 18/04/2025.\n- `abstract-nextjs`: Last copy of the project running on Nextjs, before it was migrated to this current stack on 17/01/2026.\n\n## License\n\nLicensed under the [MIT license](https://github.com/teamreflex/cosmo-web/blob/refactor/abstract/LICENSE.md).\n\n## Contact\n\n- **Discord Server**: [discord.gg/A72VRX8FgK](https://discord.gg/A72VRX8FgK)\n- **Email**: kyle at reflex.lol\n- **Discord**: kairunz\n- **Cosmo ID**: Kairu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamreflex%2Fcosmo-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamreflex%2Fcosmo-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamreflex%2Fcosmo-web/lists"}