<a href="https://docs.ziit.app">Docs</a>
<span> • </span>
<a href="https://ziit.app/stats">Stats</a>
<span> • </span>
<a href="https://ziit.app/leaderboard">Leaderboard</a>
<span> • </span>
<a href="https://discord.gg/Y7SbYphVw9">Discord</a>
[!IMPORTANT] Upvote Ziit on AlternativeTo, ProductHunt, PeerPush to help me promote it.
Star History
<img width="100%" src="https://starchart.cc/0PandaDEV/ziit.svg?variant=adaptive">
Ziit (pronounced 'tseet') is an open-source, self-hostable alternative to WakaTime. It provides a clean, minimal, and fast dashboard for displaying coding statistics, while ensuring privacy by keeping all data on your own server. Ziit tracks coding activity such as projects, languages, editors, files, branches, operating systems, and time spent coding all presented in a familiar interface inspired by Plausible Analytics.
First setup an instance or sign up on the public one https://ziit.app then install the extension by searching for "Ziit" in your favorite IDE.
Supported IDE's:
For more details on how to setup the IDE extensions checkout the docs.
bash
bun i
bash
bunx prisma migrate dev
Set the environment variables:
It is imporatnt that you make a .env using the .env.example as a template and set the correct values. All the instructions needed are in the example file.
Run the development server:
The server will start on http://localhost:3000.
bash
bun dev