Static landing page for https://use.bsv.tools.
The page is designed as a builder entry point: developers choose a high-payoff BSV use case, run the maintained starter, copy an AI-agent prompt, and then use the deeper docs as reference material.
The production page also includes a first-builder feedback form. It posts public feedback payloads to Usercom at https://usercom.babbage.systems/submit with type: "feedback", optional email, structured source / surface / tags / context metadata, and an optional newsletter follow-up flag. The page also emits first-party Usercom signals for page view, path selection, prompt copy, and builder control changes.
git clone https://github.com/p2ppsr/use.bsv.tools.git
cd use.bsv.tools/starter
npm install
npm run preflight
npm run devThe starter uses the real BSV wallet surface: diagnostic wallet preflight, AuthFetch plus auth/payment middleware, wallet-encrypted private memory, wallet-signed creation proof, and smoke tests.
npm install
npm test
npm run serveProduction deploys run through CARS from GitHub Actions on pushes to master.