Send events to PostHog Cloud (generous free tier; the doc even cites PostHog). You own no server, get funnels/retention dashboards out of the box, and the activation metric is a saved funnel. Fastest to 'not blind at launch'. One HTTPS POST per event via httpx.						


## Build the VSCode Extension

% cd /Users/dbose/projects/modelith/vscode && export NVM_DIR="$HOME/.nvm" && . "$NVM_DIR/nvm.sh" && nvm use 20 && npm run package && code --install-extension modelith-vscode-0.1.0.vsix

## Install the latest "dev" Extension from within the devContainer
CODE=$(ls /vscode/vscode-server/bin/*/*/bin/code-server | head -1); VSIX=$(ls /workspaces/*/vscode/modelith-vscode-*.vsix | head -1); echo "installing $VSIX"; "$CODE" --install-extension "$VSIX" --force
installing /workspaces/modelith/vscode/modelith-vscode-0.3.2.vsix
Installing extensions...
Extension 'modelith-vscode-0.3.2.vsix' was successfully installed.
vscode ➜ ~/modelith-demo $ 