{"id":50935996,"url":"https://github.com/zmrdltl/tarot-spark","last_synced_at":"2026-06-17T09:01:45.694Z","repository":{"id":357743527,"uuid":"1236403944","full_name":"zmrdltl/tarot-spark","owner":"zmrdltl","description":"Free tarot card drawing and AI prompt generator built with Next.js.","archived":false,"fork":false,"pushed_at":"2026-05-25T06:19:53.000Z","size":246,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-25T08:19:10.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tarot-spark.vercel.app","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/zmrdltl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/branch-naming.md","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-12T08:05:52.000Z","updated_at":"2026-05-25T06:19:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zmrdltl/tarot-spark","commit_stats":null,"previous_names":["zmrdltl/tarot-spark"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zmrdltl/tarot-spark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftarot-spark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftarot-spark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftarot-spark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftarot-spark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmrdltl","download_url":"https://codeload.github.com/zmrdltl/tarot-spark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftarot-spark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34441285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2026-06-17T09:01:32.335Z","updated_at":"2026-06-17T09:01:45.687Z","avatar_url":"https://github.com/zmrdltl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tarot-spark\n\nFree tarot card drawing and AI prompt generator built with Next.js.\n\n## Development\n\nUse Node.js 24 LTS and the pinned pnpm version for local development and CI.\nThis repository includes `.nvmrc` and `.node-version` for local version\nmanagers.\n\n```sh\nnvm install\nnvm use\ncorepack enable\ncorepack prepare pnpm@11.1.1 --activate\npnpm install\npnpm exec playwright install chromium\npnpm dev\n```\n\n## Configuration\n\nSet `NEXT_PUBLIC_SITE_URL` to the production origin before deployment. It is used\nfor canonical URLs, alternate language links, `robots.txt`, and `sitemap.xml`.\nLocal builds fall back to `http://localhost:3000`.\n\nSet `NEXT_PUBLIC_SHARE_SITE_URL` only when share links should use a different\norigin from `NEXT_PUBLIC_SITE_URL`. The value must be reachable outside the\nlocal machine, so do not use `localhost` for KakaoTalk sharing. In production,\nleave it unset so share links use the production origin.\n\nSet `NEXT_PUBLIC_GA_ID` to the Google Analytics measurement ID, such as\n`G-XXXXXXXXXX`, to enable page view tracking and tarot behavior events. Leave it\nunset for local development or preview deployments that should not send GA data.\n\nSet `NEXT_PUBLIC_KAKAO_JS_KEY` to enable KakaoTalk sharing. Kakao domains:\n`App \u003e JavaScript SDK domain` must include the app origin, and\n`App \u003e Product Link \u003e Web domain` must include the shared URL origin\n(`NEXT_PUBLIC_SHARE_SITE_URL`, otherwise `NEXT_PUBLIC_SITE_URL`).\nSet `NEXT_PUBLIC_KAKAO_ALLOWED_ORIGINS` to the comma-separated origins\nregistered in Kakao. It must include both the running origin and the shared URL\norigin, otherwise the KakaoTalk button stays hidden.\n\nUse `.env.local` for local values. The committed `.env.example` file documents\nthe expected keys.\n\n## Documentation\n\n- [Docs map](docs/README.md)\n- [Frontend structure](docs/architecture/frontend-structure.md)\n\nRun the required verification gates before opening or updating a PR.\n\nFor docs-only changes:\n\n```sh\npnpm run format:check\npnpm run docs:lint\n```\n\nFor code-bearing changes:\n\n```sh\npnpm run format:check\npnpm run lint\npnpm run docs:lint\npnpm run typecheck\npnpm run test\npnpm run test:e2e\npnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmrdltl%2Ftarot-spark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmrdltl%2Ftarot-spark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmrdltl%2Ftarot-spark/lists"}