Public GitHub home for RadarAI: product links, public resource pages, historical updates, and weekly report archives.
This repository is a public archive / public mirror / public hub.
It is not:
- the private working repo
- the deployment repo
- the private backup target
Private working and backup history remain separate. This public repo exists for public reading, sharing, citation, and lightweight archive access.
| Resource | Link |
|---|---|
| Main site | radarai.top |
| English home | radarai.top/en |
| Updates | radarai.top/updates |
| Weekly report (EN) | radarai.top/en/weekly-report |
| Weekly report (ZH) | radarai.top/weekly-report |
These are the most useful public pages if you want to understand how RadarAI structures AI tracking and builder-focused topic coverage.
- China AI overview
- China AI models list
- China AI updates
- Which China AI models should builders track?
- Where should builders track China AI updates in English?
- What counts as a China AI update worth acting on?
updates/: historical update briefs mirrored from the latest server-synced updates sourceweekly-reports/: weekly report files copied from the dedicated weekly public mirror repoarticles/: long-form article mirrors for GitHub citation only (mirror_only: true; not the live radarai.top article surface)
RadarAI also keeps a dedicated weekly-report mirror here:
That repo remains the focused weekly public mirror. This repo is the broader public hub for product links, archives, and reusable public references.
This repo is designed to live next to the main RadarAI project. The intended order is:
- sync the main project from the server
- sync and push fisher-byte/radarai-weekly-reports (weekly authority)
- refresh and push this repo (
radarai-public)
See docs/sop/public-github-mirror-sop.md in the main project for the full dual-repo SOP.
After the main app data is synced from the server, run:
bash scripts/sync_from_server.sh # from main project root
cd radarai-public && python3 scripts/sync_public_content.py
python3 ../scripts/split_pending_sync_to_public_articles.py # optional: refresh articles/ batchThe script will:
- prefer the latest
data/server_snapshots/.../radarai.dbif available - fall back to local
data/radarai.dbbefore using old JSON compatibility files - copy weekly report files from the local
radarai-weekly-reports/public mirror
Article batches under articles/ are written by scripts/split_pending_sync_to_public_articles.py in the main project (separate from DB-driven updates/ sync).
See docs/MIRROR_AND_SYNC.md for the full relationship and workflow.
This repository supports three public goals:
- A simple GitHub home for RadarAI that is safe to share publicly.
- A stable archive of historical
updates, weekly reports, and selected long-formarticles. - A clearer public README that can work as an A-class mention target when people cite RadarAI resources.
这个仓库是 RadarAI 的公开 GitHub 入口仓:
- 一方面承接 README、公开介绍和主站资源页入口
- 一方面公开历史
updates与weekly report - 同时把主站与周报公开镜像仓串起来,方便外部引用和分享
注意:
- 这里的
mirror指公开复制 / 公开分发入口 - 不等于私有备份
- 私有工作仓与备份仓仍然是分开的