Install & try the demo
Clone, build, run with synthetic data. No tokens required.
terminal
git clone https://github.com/SaishKorgaonkar/actiwitee.git
cd actiwitee
npm install
npm run build
cd cli
node dist/cli.js collect --demo
node dist/cli.js serve # http://localhost:4787verify
curl localhost:4787/health
curl localhost:4787/activity | head