Tianji: Insight into everything, Website Analytics + Uptime Monitor + Server Status. not only another GA alternatives
Go to file
2024-04-07 20:00:02 +08:00
.devcontainer chore: add docker compose volumes for devcontainer 2023-12-20 20:52:22 +08:00
.github/workflows chore: docker base image change to node 18 2024-01-18 13:11:38 +08:00
k8s/sealos chore: add sealos config 2024-03-05 00:28:38 +08:00
reporter docs: update website document 2024-01-09 02:06:38 +08:00
scripts chore: update build track.js output path 2024-02-01 01:16:45 +08:00
src test: fix ci problem 2024-04-07 20:00:02 +08:00
website docs: add document about telemetry parameters 2024-04-04 22:05:19 +08:00
.env.example feat: add trpc openapi and swagger ui 2023-10-22 00:27:00 +08:00
.gitignore feat: website/send api is completed 2023-09-03 19:28:53 +08:00
.prettierignore chore: add prettier-plugin-tailwindcss 2024-03-23 00:45:21 +08:00
.prettierrc.json chore: add prettier-plugin-tailwindcss 2024-03-23 00:45:21 +08:00
.release-it.json chore: add ci action and update release it config 2024-01-04 00:41:44 +08:00
CHANGELOG.md chore: release v1.7.4 2024-04-03 20:08:34 +08:00
docker-compose.yml perf: remove env SERVER_URL and use url to get real server url 2024-01-04 00:19:23 +08:00
Dockerfile fix: fix geo library dont copy problem 2024-03-09 14:17:33 +08:00
LICENSE Initial commit 2023-08-31 14:06:41 +08:00
package.json test: fix ci problem 2024-04-07 20:00:02 +08:00
pnpm-lock.yaml feat(v2): add server page 2024-04-07 19:43:05 +08:00
pnpm-workspace.yaml refactor: add shared packacage 2024-01-24 13:26:42 +00:00
README.md docs: add docker pull badge in README 2024-03-21 21:13:20 +08:00
README.zh.md docs: update docs, add account tip in intro page 2024-02-18 18:57:27 +08:00
tsconfig.base.json test: fix ci problem 2024-04-07 20:00:02 +08:00

CI Build Reporter Release Docker Build CI Docker Pulls Tianji Visitor

Tianji

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

  • website analysis
  • monitor
  • server status
  • problem notification
  • telemetry
  • openapi
  • website
  • team collaboration
  • utm track
  • waitlist
  • survey
  • lighthouse report

Preview

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