{"id":49103374,"url":"https://github.com/efeecllk/game-insights","last_synced_at":"2026-04-21T00:12:28.660Z","repository":{"id":331659557,"uuid":"1121351765","full_name":"efeecllk/game-insights","owner":"efeecllk","description":"Open-source analytics for indie game developers.","archived":false,"fork":false,"pushed_at":"2026-03-05T11:38:39.000Z","size":22017,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T15:38:07.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/efeecllk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.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":null,"dco":null,"cla":null}},"created_at":"2025-12-22T21:11:15.000Z","updated_at":"2026-03-05T11:34:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/efeecllk/game-insights","commit_stats":null,"previous_names":["efeecllk/game-insights"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/efeecllk/game-insights","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efeecllk%2Fgame-insights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efeecllk%2Fgame-insights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efeecllk%2Fgame-insights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efeecllk%2Fgame-insights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efeecllk","download_url":"https://codeload.github.com/efeecllk/game-insights/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efeecllk%2Fgame-insights/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32071073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-04-21T00:12:27.754Z","updated_at":"2026-04-21T00:12:28.625Z","avatar_url":"https://github.com/efeecllk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Game Insights\n\nGame Insights is a local-first analytics app for game teams. It imports tabular data, detects the game type, runs AI-assisted analysis, and surfaces dashboards for upload, funnels, monetization, games, and settings.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue.svg)](https://www.typescriptlang.org/)\n[![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/screenshots/04-dashboard-builder.png\" alt=\"Game Insights dashboard\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n## What It Does\n\n- Imports CSV, TSV, JSON, NDJSON, Excel, and SQLite data\n- Supports file upload, URL import, clipboard import, and folder import\n- Auto-detects game type and maps columns with AI-assisted analysis\n- Persists data locally in the browser\n- Surfaces specialized views for funnels, monetization, AI analytics, games, and dashboard building\n\n## Key Screens\n\n- `Upload` for importing and reviewing data\n- `AI Analytics` for insights, anomalies, and Q\u0026A\n- `Funnels` for detected or manual funnel analysis\n- `Monetization` for revenue and payer analysis\n- `Dashboard Builder` for custom dashboards\n- `Games` for multi-game management\n- `Settings` for theme, language, and AI provider configuration\n- `Landing` for the public marketing page\n\n## Repository Structure\n\n```text\nsrc/\n├── ai/              # App analytics engine: schema, metrics, funnels, cohorts, recommendations\n├── adapters/        # Data source adapters\n├── components/      # Shared UI, upload flow, charts, landing, settings\n├── context/         # React state providers\n├── hooks/           # Shared hooks for analytics, onboarding, keyboard shortcuts\n├── lib/             # Importers, stores, persistence, utilities, sample data\n├── pages/           # Route-level screens\n├── services/ai/     # LLM provider orchestration, prompts, chains, tools, memory\n├── services/openai.ts\n└── types/           # Shared TypeScript types\n```\n\nThe two AI areas are intentionally separate:\n\n- `src/ai` contains domain analytics used by the app itself\n- `src/services/ai` contains provider-backed LLM orchestration\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js 18+\n- `pnpm`\n\n### Install and run\n\n```bash\npnpm install\npnpm dev\n```\n\nOpen `http://localhost:5173`.\n\n### Sample data\n\nOn the upload page, use `Try Example Data` to load one of the built-in datasets:\n\n- Puzzle Game Analytics\n- Idle Game Analytics\n- Gacha RPG Analytics\n\n## Commands\n\n```bash\npnpm dev             # Start the Vite dev server\npnpm build           # TypeScript check + production build\npnpm lint            # ESLint\npnpm test            # Vitest in watch mode\npnpm test:run        # Vitest once, then cleanup\npnpm test:coverage   # Vitest with coverage\npnpm test:e2e        # Playwright end-to-end tests\npnpm storybook       # Storybook\npnpm build-storybook # Build Storybook static output\n```\n\n## Architecture\n\nThe current app flow is:\n\n`Upload / sample data -\u003e importer -\u003e local storage -\u003e AI analysis -\u003e dashboard screens`\n\nCore modules involved in that flow:\n\n- `src/lib/importers/` parses supported file and text sources\n- `src/lib/dataStore.ts` and `src/lib/db.ts` handle local persistence\n- `src/lib/columnAnalyzer.ts` bridges optional AI-backed column analysis\n- `src/ai/` computes metrics, funnels, cohorts, recommendations, and report outputs\n- `src/services/ai/` wraps provider configuration, prompts, chains, tools, and memory\n- `src/context/` holds app-wide state for data, games, theme, and toasts\n\n## Design Notes\n\n- The app uses CSS variables for the warm theme in `src/index.css`\n- Most dashboards and flows are code-split with `React.lazy`\n- Shared UI lives in `src/components/ui/`\n\n## Related Docs\n\n- [Architecture](./docs/ARCHITECTURE.md)\n- [Usage Guide](./docs/USAGE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefeecllk%2Fgame-insights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefeecllk%2Fgame-insights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefeecllk%2Fgame-insights/lists"}