{"id":50833483,"url":"https://github.com/8syncdev/8sync-verse","last_synced_at":"2026-06-14T01:34:29.291Z","repository":{"id":354605683,"uuid":"1219108590","full_name":"8syncdev/8sync-verse","owner":"8syncdev","description":"8 Sync Verse - Multi-platform learning and AI agent ecosystem (Turborepo + Bun + Next.js + Encore.ts)","archived":false,"fork":false,"pushed_at":"2026-04-29T08:00:28.000Z","size":770,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-14T01:34:26.416Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/8syncdev.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":"2026-04-23T14:36:34.000Z","updated_at":"2026-04-29T08:00:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/8syncdev/8sync-verse","commit_stats":null,"previous_names":["8syncdev/8sync-verse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/8syncdev/8sync-verse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2F8sync-verse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2F8sync-verse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2F8sync-verse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2F8sync-verse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8syncdev","download_url":"https://codeload.github.com/8syncdev/8sync-verse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2F8sync-verse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34306772,"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-13T02:00:06.617Z","response_time":62,"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-14T01:34:25.254Z","updated_at":"2026-06-14T01:34:29.286Z","avatar_url":"https://github.com/8syncdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌌 8 Sync Verse\n\n\u003e Multi-platform learning \u0026 AI agent ecosystem — Web, Desktop, Mobile from one codebase.\n\n## 🚀 Chạy nhanh\n\n```powershell\n# PowerShell (Windows)\n.\\dev.ps1              # ALL: BE (Encore) + FE (4 web apps)\n.\\dev.ps1 web          # Chỉ FE (4 web apps)\n.\\dev.ps1 be           # Chỉ BE (Encore)\n.\\dev.ps1 main         # Chỉ 8syncdev.com\n.\\dev.ps1 learn        # Chỉ learn-it\n```\n\n```bash\n# Bash (macOS/Linux)\n./dev.sh               # ALL: BE + FE\n./dev.sh be            # Chỉ BE\n./dev.sh main          # Chỉ 8syncdev.com\n```\n\n## 📦 Cài đặt\n\n```bash\n# 1. Cài Bun: https://bun.sh\n# 2. Cài Encore CLI: https://encore.dev/docs/install\n# 3. Clone \u0026 install\nbun install\n```\n\n## 🏗 Kiến trúc\n\n### Frontend (Next.js 16)\n\n| App | Port | Domain |\n|-----|------|--------|\n| `apps/web/main` | 3000 | 8syncdev.com |\n| `apps/web/learn` | 3001 | learn-it.8syncdev.com |\n| `apps/web/agent` | 3002 | agent.8syncdev.com |\n| `apps/web/admin` | 3003 | admin.8syncdev.com |\n\n### Backend (Encore.ts)\n\n| | |\n|--|--|\n| API | `http://localhost:4000` |\n| Dashboard | `http://localhost:9400` |\n| Services | auth, user, role, course, lesson, enrollment, chat |\n\n```bash\n# Test BE\ncurl http://localhost:4000/auth/health\n# → {\"success\":true,\"result\":{\"service\":\"auth\",\"timestamp\":\"...\"}}\n```\n\n### Native Apps\n\n| App | Desktop (Tauri) | Mobile (Capacitor) |\n|-----|-----------------|-------------------|\n| Learn IT | `apps/desktop/learn` | `apps/mobile/learn` |\n| Agent | `apps/desktop/agent` | `apps/mobile/agent` |\n\n## 🎨 Shared Packages\n\n| Package | Mô tả |\n|---------|-------|\n| `packages/ui` | Verse design system — Radix primitives, Galaxy 3D canvas, Framer Motion animations |\n| `packages/core` | Auth client (auto-gen from Encore), hooks, types, constants, utils |\n| `packages/ai` | LLM integration (planned) |\n| `packages/config` | Shared tsconfig |\n\n\u003e **packages/core/src/api/client.ts** is auto-generated from the Encore backend — never edit manually.\n\u003e Regenerate: `cd apps/backend \u0026\u0026 encore gen client --target=ts --output=../../packages/core/src/api/client.ts .`\n\n## 🔍 Lint \u0026 Format\n\n```bash\n# Web apps + packages → Biome\nbunx biome check apps/web/ packages/\nbunx biome check --write apps/web/ packages/   # auto-fix\n\n# Backend → tsc (NO biome)\ncd apps/backend \u0026\u0026 tsc --noEmit\n```\n\n## 🌐 Deploy Vercel\n\n```powershell\n.\\deploy.ps1              # Preview all\n.\\deploy.ps1 main --prod  # Production\n```\n\n## 🛠 Tech Stack (ALL LATEST)\n\n| Tech | Version | Role |\n|------|---------|------|\n| **Bun** | 1.3+ | Runtime, pkg manager |\n| **Next.js** | 16.2.3 | FE (App Router, Turbopack) |\n| **Encore.ts** | 1.56.5 | BE (microservices, auto-infra) |\n| **React** | 19.2.5 | UI |\n| **Tailwind CSS** | 4.2.2 | Styling |\n| **Framer Motion** | 12.38.0 | Animations |\n| **Drizzle ORM** | 0.45.2 | DB (in Encore) |\n| **Zod** | 4.3.6 | Validation |\n| **TypeScript** | 6.0.2 | Type safety |\n| **Biome** | 2.4.11 | Lint + format (web) |\n| **Turborepo** | 2.9.6 | Monorepo build |\n\n## 📁 Structure\n\n```\n8sync-verse/\n├── apps/\n│   ├── web/           # Next.js apps (FE)\n│   │   ├── main/      # :3000\n│   │   ├── learn/     # :3001\n│   │   ├── agent/     # :3002\n│   │   └── admin/     # :3003\n│   ├── backend/       # Encore.ts (BE :4000)\n│   ├── desktop/       # Tauri wrappers\n│   └── mobile/        # Capacitor wrappers\n├── packages/\n│   ├── ui/            # Verse design system\n│   ├── core/          # Shared logic\n│   ├── ai/            # LLM layer\n│   └── config/        # Shared configs\n├── ref/               # Reference repos (gitignored)\n├── specs/             # Architecture specs\n├── dev.ps1            # ⚡ Dev runner (Windows)\n├── dev.sh             # ⚡ Dev runner (macOS/Linux)\n├── deploy.ps1         # 🚀 Vercel deploy\n├── biome.json         # Biome config (web only)\n├── turbo.json\n├── CLAUDE.md\n└── README.md\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8syncdev%2F8sync-verse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8syncdev%2F8sync-verse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8syncdev%2F8sync-verse/lists"}