AstraSentinel¶
Game-IP enforcement SaaS — evidence-as-a-service for online-game studios.
Modules¶
| Module | Status | Reference |
|---|---|---|
| Threats · 侵权威胁 | shipped (Phase 4) | → Threats Module |
| Private Servers · 私服监控 | shipped (Phase 5) | → Private Servers Module |
| Evidence Chains · 证据链 | in progress | — |
| Legal Docs · 法律文书 | shipped (early) | — |
| Threat Actors · 运营者画像 | shipped (early) | — |
| Reports · 周报 | shipped (early) | — |
Quick links¶
- Public portal: https://portal.astraeye.ai/
- API root: https://portal.astraeye.ai/api/v1/
- Health probe: https://portal.astraeye.ai/health
Module iteration template¶
Every new module ships through the same 10-step template, used by Threats and Private Servers:
- KPI / Hero — decide how to present the core metrics
- Detail drawer — slide-in full-field view
- Manual operation (classification / status / tags) — human is source of truth
- Auto rule engine / AI first-pass — combinable with manual
- Linked entities (actors / evidence / legal_docs / threats)
- One-click actions (takedown letter / link / promote)
- Async task queue (scan / enqueue)
- Activity feed + AI summary — dashboard view
- List filters + workspace tabs
- Docs + e2e + deploy
Each step ships independently and is independently verifiable. Local builds run for all steps, then we deploy in a single batch at Step 10.