{"id":44723246,"url":"https://github.com/leesangb/mapleutils-web","last_synced_at":"2026-02-15T16:24:51.504Z","repository":{"id":38663516,"uuid":"413933550","full_name":"leesangb/mapleutils-web","owner":"leesangb","description":"메이플 각종 유틸 사이트","archived":false,"fork":false,"pushed_at":"2025-11-08T15:57:02.000Z","size":88765,"stargazers_count":15,"open_issues_count":5,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-08T17:24:31.374Z","etag":null,"topics":["i18next","nextjs","react","reactflow","styled-components","tanstack-query","typescript"],"latest_commit_sha":null,"homepage":"https://mapleutils.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leesangb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2021-10-05T18:22:30.000Z","updated_at":"2025-11-08T15:57:05.000Z","dependencies_parsed_at":"2023-12-23T09:41:45.061Z","dependency_job_id":"67927a5d-44d5-43e0-bfe4-48d4b5598bd1","html_url":"https://github.com/leesangb/mapleutils-web","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/leesangb/mapleutils-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leesangb%2Fmapleutils-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leesangb%2Fmapleutils-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leesangb%2Fmapleutils-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leesangb%2Fmapleutils-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leesangb","download_url":"https://codeload.github.com/leesangb/mapleutils-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leesangb%2Fmapleutils-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29484329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","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":["i18next","nextjs","react","reactflow","styled-components","tanstack-query","typescript"],"created_at":"2026-02-15T16:24:50.417Z","updated_at":"2026-02-15T16:24:51.497Z","avatar_url":"https://github.com/leesangb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 메이플 유틸 웹 페이지\n\n## About\n\n메이플스토리를 하면서 여러 컨텐츠에 도움을 주는 웹사이트 입니다. 과거 샤레니안의 지하수로 길드 파티를 배치해주는 기능으로 시작해, 현재는 더 시드 족보와 몬스터 라이프 조합식을 제공합니다.\n\n## 주요 스택\n\n- [React.js](https://reactjs.org/)\n- [Next.js app dir](https://nextjs.org/)\n- [Hangul.js](https://github.com/e-/Hangul.js)\n- [Storybook](https://storybook.js.org/)\n- [Styled-components](https://styled-components.com/)\n- [React-Query](https://tanstack.com/query/latest)\n- [OpenCV](https://opencv.org/)\n- [i18next](https://www.i18next.com/)\n- [zod](https://zod.dev/)\n- [prisma](https://www.prisma.io/)\n\n## 설치 및 실행\n\n```sh\n\u003e npm install # install dependencies\n```\n\n```sh\n\u003e npm run dev # development\n\u003e npm run build \u0026\u0026 npm start # production\n```\n\n## 사이트맵 생성\n\n```sh\n\u003e npm run sitemap\n```\n\n## 환경변수\n\n```dotenv\n# comments\nMONGODB_URL=\"\u003cyour-mongodb-connection-string\u003e\"\n\n# google analytics\nGOOGLE_ANALYTICS_VIEW_ID=\"\u003cyour-google-analytics-view-id\u003e\"\nGOOGLE_CLIENT_EMAIL=\"\u003cyour-google-service-account-email\u003e\"\nGOOGLE_CLIENT_ID=\"\u003cyour-google-service-account-id\u003e\"\nGOOGLE_PRIVATE_KEY=\"\u003cyour-google-service-account-private-key\u003e\"\n\n```\n\n## i18n\n\n모든 페이지를 한글/영어 버전으로 볼 수 있습니다.\n`src/i18n/locales`폴더에 페이지 마다 번역 된 json파일이 있습니다.\n\n한글 페이지 `https://mapleutils.com/ko/[slug]`\n그 외 언어 `https://mapleutils.com/[lang]/[slug]` (예: `https://mapleutils.com/en/seed/39`)\n\n---\n\n## 더 시드\n\n### 23층 `/seed/23`\n\n더 시드 23층 발판을 볼 수 있습니다.\n\n### 24층 `/seed/24`\n\n더 시드 24층 브금을 들을 수 있습니다.\n\n- [x] 브금 선택 시 자동 복사\n- [x] 정렬\n- [x] 키보드 조작\n\n### 36층 `/seed/36`\n\n더 시드 36층 메모를 할 수 있습니다\n\n### 39층 `/seed/39`\n\n더 시드 39층 문제들을 볼 수 있습니다.\n\n- [x] 문제 또는 보기 검색 (초성도 ✅)\n- [x] 특수문자 무시하고 검색\n- [x] `CTRL` + `F` 또는 `F3`키로 바로 검색\n\n### 47층 `/seed/47`\n\n더 시드 47층 발판을 볼 수 있습니다.\n\n### 48층 `/seed/48`\n\n더 시드 48층 투명발판을 도와주는 미니맵 오버레이입니다.\n\n- [x] 메이플 화면을 공유하여 미니맵에 오버레이\n- [x] 점프구간 표시\n\n### 49층 `/seed/49`\n\n더 시드 49층 실루엣 모음입니다.\n\n- [x] 몬스터 이름 검색 (초성도 ✅)\n- [x] 마을 별 필터\n- [x] 실루엣 on/off\n- [x] 몬스터 클릭 시 복사\n- [x] 마우스 포인터가 실루엣에 올라가 있을 때 몬스터 표시\n\n## 몬스터 라이프\n\n### 스페셜 조합\n\n스페셜 몬스터의 조합식을 보여줍니다.\n\n- [x] 전체 조합식 보기\n\n### 몬스터 정리\n\n조합식 또는 상자로 얻을 수 있는 몬스터들을 볼 수 있습니다.\n\n- [x] 몬스터 효과별 정리\n- [x] 전체 조합식 보기\n- [x] 상자 정보, 수명 연장 정보 보기\n\n### 즐겨찾기\n\n`스페셜 조합`, `몬스터 정리`페이지에서 즐겨찾기 해놓은 몬스터들을 볼 수 있습니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleesangb%2Fmapleutils-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleesangb%2Fmapleutils-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleesangb%2Fmapleutils-web/lists"}