Static landing page for https://use.bsv.tools.
The page is designed as a product-builder entry point: AI-assisted founders and practical builders copy an LLM reference, see concrete app examples, run the maintained starter, choose a useful BSV app pattern, 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, LLM-reference copy, starter clicks, example views, path selection, feedback start, 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, readable success cards, JSON detail panels, and smoke tests.
npm install
npm test
npm run serveProduction deploys run through CARS from GitHub Actions on pushes to master.