Family Tree
FamilyTree 是一个现代化的在线家谱管理系统,用于记录和管理家族成员、亲属关系、世代传承、家族照片及历史资料。 系统支持家族成员信息管理、父母/配偶/子女关系维护、家谱树可视化、辈分管理、家族相册、成员搜索以及权限控制等功能,让传统族谱以数字化方式长期保存、查询和传承。 项目采用 Cloudflare Workers + D1 + R2 构建,支持 Serverless 部署,具有部署简单、成本低、全球访问和易于维护等特点。
AST Security Audit & Verification Scorecard95% Score
Last verified & scanned on: Sep 2, 2026
5-Pillar Verification Breakdown (100-Point Standard)
Total Score: 95 / 100 ptsVerified isolate environment; 0 high-risk mutation triggers or unsanitized shell invocations.
Evaluated against Cloudflare Workers runtime and Model Context Protocol schema standards.
Inspected for SPDX-compliant permissive open-source licensing (MIT, Apache-2.0, BSD).
Inspected for clear installation instructions, configuration snippets, and API usage guides.
Evaluated for active branch maintenance, non-archived status, and commit provenance.
How to Improve This Score to 100/100
To increase this repository's score from 95% to 100%, author and contributors can apply these updates to GitHub:
- +2 pts:Ecosystem & MCP Alignment — Define an MCP server schema (mcp.json) or add a wrangler.toml configuration for edge worker integration.
- +1 pts:Documentation & Quickstart Quality — Expand README.md with clear ## Installation, ## Configuration, and ## Usage code examples.
- +2 pts:Repository Hygiene & Provenance — Keep the repository active with regular commits (push activity within the last 180 days).
Installation & Setup Quickstart
Select your installation method below to copy commands or setup scripts
# Deploy directly with Wrangler
npx wrangler deploy
# Or start local dev simulator
npx wrangler devMore DevOps Tools
View all⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
🔥 Fully-local simulator for Cloudflare Workers. For the latest version, see https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare.
🧙♀️ easily deploy cloudflare workers applications using wrangler and github actions