{"id":50995786,"url":"https://github.com/linaproai/linapro-site","last_synced_at":"2026-06-20T09:02:14.177Z","repository":{"id":355805452,"uuid":"1216799007","full_name":"linaproai/linapro-site","owner":"linaproai","description":"Website for LinaPro.AI","archived":false,"fork":false,"pushed_at":"2026-06-15T03:47:39.000Z","size":30021,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T05:22:55.757Z","etag":null,"topics":["ai","framework","full-stack","website"],"latest_commit_sha":null,"homepage":"https://linapro.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linaproai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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-04-21T08:42:42.000Z","updated_at":"2026-06-15T03:46:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/linaproai/linapro-site","commit_stats":null,"previous_names":["linaproai/linapro-site"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linaproai/linapro-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linaproai%2Flinapro-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linaproai%2Flinapro-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linaproai%2Flinapro-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linaproai%2Flinapro-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linaproai","download_url":"https://codeload.github.com/linaproai/linapro-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linaproai%2Flinapro-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34563537,"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-20T02:00:06.407Z","response_time":98,"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":["ai","framework","full-stack","website"],"created_at":"2026-06-20T09:02:12.123Z","updated_at":"2026-06-20T09:02:14.166Z","avatar_url":"https://github.com/linaproai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://linapro.ai/img/linapro-logo.png\" width=\"300\" alt=\"linapro logo\"/\u003e\n\nEnglish | [简体中文](README.zh-CN.md)\n\n\u003c/div\u003e\n\n# Overview\n\nThis repository contains the source code for the [LinaPro.AI](https://linapro.ai/) official website, built with [Docusaurus 3.10](https://docusaurus.io/). The `LinaPro` framework itself lives in a separate repository: [linaproai/linapro](https://github.com/linaproai/linapro).\n\n# Quick Links\n\n| Resource | URL |\n|----------|-----|\n| **Repository** | https://github.com/linaproai/linapro-site |\n| **Website** | https://linapro.ai/ |\n| **Framework** | https://github.com/linaproai/linapro |\n\n# Tech Stack\n\n| Category | Technology | Notes |\n|----------|------------|-------|\n| Framework | `Docusaurus` | `v3.10.0`, classic preset |\n| Language | `TypeScript` | `v5.6.3` |\n| Runtime | `Node.js` | `\u003e= 20` |\n| Package Manager | `yarn` | `pnpm` / `npm` also supported |\n| Search | `Algolia DocSearch` | |\n| Diagrams | `Mermaid` | Inline in `Markdown` |\n| Comments | `Giscus` | `GitHub Discussions`-backed |\n\n# Project Structure\n\n```\nlinapro-site/\n├── apps/lina-site/              # Docusaurus site\n│   ├── docs/                    # Chinese primary docs (source of truth)\n│   ├── i18n/                    # i18n resources (en, zh-Hans)\n│   ├── src/                     # Custom pages \u0026 components\n│   ├── static/                  # Static assets\n│   ├── docusaurus.config.ts     # Site configuration\n│   ├── sidebars.ts              # Sidebar definitions\n│   └── siteI18n.ts              # Per-locale SEO metadata\n├── openspec/                    # OpenSpec governance files\n├── Makefile                     # Top-level dev/build commands\n└── AGENTS.md                    # AI Coding Agent instructions\n```\n\n# Quick Start\n\n**Prerequisites**: Node.js \u003e= 20, with yarn (or pnpm / npm) installed.\n\n```bash\n# Clone the repository\ngit clone https://github.com/linaproai/linapro-site.git\ncd linapro-site\n\n# Install dependencies\ncd apps/lina-site \u0026\u0026 yarn install\n\n# Start the English site (default, localhost:3000/)\nmake dev locale=en\n\n# Start the Chinese site (localhost:3000/zh/)\nmake dev\n```\n\n# Common Commands\n\n| Command | Description |\n|---------|-------------|\n| `make dev` | Start local dev server (Chinese, default) |\n| `make dev locale=en` | Start English site |\n| `make build` | Build static site to `apps/lina-site/build/` |\n| `make check` | Verify i18n translation completeness |\n| `make webp` | Convert content images to WebP format |\n\n# Internationalization\n\nThe site follows a **Chinese-first, English-synced** workflow:\n\n- Primary docs are maintained in `apps/lina-site/docs/` (Chinese)\n- English translations live in `apps/lina-site/i18n/en/docusaurus-plugin-content-docs/current/`\n- The Chinese site (`/zh/`) reuses the Chinese primary docs directly\n- Each locale has its own SEO metadata defined in `siteI18n.ts`\n\n# Contributing\n\nDocumentation must follow the Chinese-first workflow: update the Chinese primary docs first, then sync to English and other locales.\n\n# License\n\n[Apache License 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinaproai%2Flinapro-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinaproai%2Flinapro-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinaproai%2Flinapro-site/lists"}