Install & try the demo
Clone the monorepo, install dependencies, and run with synthetic data. No tokens or network 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