SelfHost Hub SelfHost Hub
EN
← 返回到所有服务

GitHub 仓库信息

获取时间 · 2026年6月5日
★ 3,047 最新版本: v1.31.28 最后更新: 2026年6月4日
README
[![CI](https://github.com/msgbyte/tianji/actions/workflows/ci.yaml/badge.svg)](https://github.com/msgbyte/tianji/actions/workflows/ci.yaml)
[![Build Reporter Release](https://github.com/msgbyte/tianji/actions/workflows/reporter-release.yml/badge.svg)](https://github.com/msgbyte/tianji/actions/workflows/reporter-release.yml)
[![Docker Build CI](https://github.com/msgbyte/tianji/actions/workflows/ci-docker.yaml/badge.svg)](https://github.com/msgbyte/tianji/actions/workflows/ci-docker.yaml)
![Docker Pulls](https://img.shields.io/docker/pulls/moonrailgun/tianji)
![Docker Image Size](https://img.shields.io/docker/image-size/moonrailgun/tianji)
![Tianji Visitor](https://tianji.moonrailgun.com/telemetry/clnzoxcy10001vy2ohi4obbi0/cltjxvcwm02wdut4e106maek7/badge.svg?url=http://github.com/msgbyte/tianji)

# Tianji

<img src="./website/static/img/logo.svg" width="128" />

**All-in-One Insight Hub**

`Website analytics` + `Uptime Monitor`  + `Server Status` = `Tianji`

All in one project!

## Motivation

During our observations of the website. We often need to use multiple applications together. For example, we need analysis tools such as `GA`/`umami` to check pv/uv and the number of visits to each page, we need an uptime monitor to check the network quality and connectivity of the server, and we need to use prometheus to obtain the status reported by the server to check the quality of the server. In addition, if we develop an application that allows open source deployment, we often need a telemetry system to help us collect the simplest information about other people's deployment situations.

I think these tools should serve the same purpose, so is there an application that can integrate these common needs in a lightweight way? After all, most of the time we don't need very professional and in-depth functions. But in order to achieve comprehensive monitoring, I need to install so many services.

It's good to specialize in one thing, if we are experts in related abilities we need such specialized tools. But for most users who only have lightweight needs, an **All-in-One** application will be more convenient and easier to use.

## Roadmap

- [x] website analysis
- [x] monitor
  - [x] support passive reception of results
- [x] server status
- [x] problem notification
- [x] telemetry
- [x] openapi
- [x] website
- [x] team collaboration
- [x] utm track
- [x] waitlist
- [x] survey
  - [ ] survey page
- [x] lighthouse report
- [x] hooks
- [x] helm install support
  - [x] allow install from public
- [x] improve monitor reporter usage
  - [x] uninstall guide
  - [x] download from server
  - [x] custom params guide

## Preview

![](./website/static/img/preview/1.png)

![](./website/static/img/preview/2.png)

![](./website/static/img/preview/3.png)

![](./website/static/img/preview/4.png)

![](./website/static/img/preview/5.png)

![](./website/static/img/preview/6.png)

## Translation

### Add a new translation

modify those file:
- `src/client/i18next-toolkit.config.cjs` in this file, edit country code
- `src/client/utils/i18n.ts` in this file, add for display

Then, run below code to auto generate

```bash
cd src/client
pnpm install
pnpm run translation:extract
pnpm run translation:translate # this will call chatgpt to run auto translation, so you need set env `OPENAPI_KEY` to make sure run correct
```

Then manual check translation file in `src/client/public/locales`

### Improve translation

Direct update  `src/client/public/locales`

## Open Source

`Tianji` is open source with `Apache 2.0` license.

And its inspired by `umami` license which under `MIT` and `uptime-kuma` which under `MIT` license too

### One-Click Deployment

[![Deploy on Hostinger](https://assets.hostinger.com/vps/deploy.svg)](https://www.hostinger.com/vps/docker-hosting?compose_url=https://github.com/msgbyte/tianji/)

[![Deploy on Sealos](https://cdn.jsdelivr.net/gh/labring-actions/templates@main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dtianji)

[![Deploy to RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploylobe.svg)](https://repocloud.io/details/?app_id=270)

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/msgbyte/tianji)

[![Run on ClawCloud](https://raw.githubusercontent.com/ClawCloud/Run-Template/refs/heads/main/Run-on-ClawCloud.svg)](https://template.run.claw.cloud/?referralCode=TNW6NVWTLHPQ&openapp=system-fastdeploy%3FtemplateName%3Dtianji)

Tianji 是一个简单易用的网站访问统计系统,采用现代化的技术栈开发,提供了直观的数据展示和隐私保护功能。

主要功能

  • 简洁界面:现代化的用户界面设计
  • 实时统计:实时查看访问数据
  • 隐私保护:注重用户隐私
  • 多维度分析:访问来源、设备、地区等分析
  • 自定义事件:支持自定义事件跟踪
  • 数据导出:支持数据导出功能
  • 多语言支持:支持多语言界面
  • 响应式设计:适配各种设备屏幕

部署要求

  • Node.js 环境
  • 支持 Docker 部署
  • 需要数据库支持
  • 支持反向代理配置
  • 建议使用 HTTPS

发现更多