Charge for work as it happens
Paid API calls, AI runs, file unlocks, and premium actions can settle at tiny values without forcing a subscription gate before the user gets value.
A builder entry point for internet-native value.
BSV tools are worth learning when they let a developer ship something the normal web makes awkward: charge for useful work at the moment of use, keep user data portable, and prove who created or approved an action.
Why BSV
Most developer platforms start with accounts, dashboards, API keys, invoices, and a pile of user data the app has to custody. BSV flips the starting point: the wallet can carry identity, permissions, payment ability, private records, and signatures into the app.
Paid API calls, AI runs, file unlocks, and premium actions can settle at tiny values without forcing a subscription gate before the user gets value.
Encrypted records and wallet-mediated permissions let a useful app remember things without turning every profile into another app-owned silo.
Signatures and durable hashes make authorship, licensing, approval, audit trails, and AI artifact provenance visible outside one vendor database.
In 2026, the fastest developer path is an agent starting from a tested slice. This site gives the agent a working base and a narrow BSV payoff to preserve.
Start here
git clone https://github.com/p2ppsr/use.bsv.tools.git && cd use.bsv.tools/starter && npm install && npm test && npm run preflight && npm run dev
Verified path
It gives a working no-spend milestone and runs a real BRC-100 wallet readiness loop. A new builder should see product value first, then know exactly whether their local wallet is ready for a live mainnet flow.
After the starter
The first project should not be a toy counter. It should prove that BSV can make software earn, remember, or verify something useful with less platform ceremony.
Upgrade the starter's HTTP 402 mock into real AuthFetch/payment middleware once wallet preflight is clean.
Move from the starter's local encryption into wallet-owned records with create/list/read/delete states intact.
Replace the starter's browser proof with wallet-backed signature, storage, and a shareable proof page.
Use the tools
First hundred builders
We want the first hundred developers to shape the starter, docs, examples, and agent prompts. If setup fails, the value feels unclear, or your real use case needs a missing primitive, send the signal while it is fresh.