Privacy
We collect nothing, because there is nowhere to send it
This site has no server, no database, no analytics and no third parties. Everything described below lives in your own browser and nowhere else.
The short version
There is no backend. The whole site is static files plus a script that runs entirely on your machine, so there is no endpoint that could receive your data even if we wanted it. Nothing is transmitted, logged, aggregated or sold.
What is stored in your browser
Your cart and progress are kept in localStorageunder the key bnp.shop.v1, so the shop remembers where you were:
- cart
- The barrels currently in your cart, with quantities
- orders
- Orders you have "placed", including the fictional diversion
- visitedRegions
- One origin stamp per desk you have taken a barrel from
- badges
- Badges earned
- delayStreak
- How many orders in a row have failed to arrive
- paymentMethod
- Which of the three ways to not pay you picked
- physicalMode
- Whether the drum mode boolean is on
- totalBarrels
- A running total of barrels in flight
What is never stored
- Your delivery address. It is read from the form, used to name a destination in the confirmation, and discarded. It is never written to storage and never attached to a saved order. You never need to enter a real one, because nothing is going anywhere.
- Your card number. Only a receipt line such as
Visa ···· 4242is recorded, and only because the test cards are published. See below. - Anything typed into the contact form. It is cleared on submit and sent nowhere.
About the card fields
The checkout card form is deliberately incapable of holding a real card. It accepts only the 13 published industry test numbers, checks a Luhn checksum, and refuses anything else with a plain explanation rather than failing quietly. A real card number fails the allowlist and never reaches storage.
The fields carry autocomplete="off"so your browser is not invited to autofill a saved card. Nothing is transmitted, and there is no payment code anywhere in this project.
Cookies, analytics, third parties
None. No cookies. No analytics. No fonts, scripts or images loaded from anyone else's server. The page makes no network requests after it loads.
How to delete everything
Press Reset cart, stamps and badges at the bottom of the cart drawer, which clears the whole stored record. Clearing site data for this domain in your browser settings does the same thing, as does a private window when you close it.
This site is a parody and is not a shop. Prices are invented, orders are not contracts, and no goods exist. Free delivery is claimed over $50, which is not a real threshold because there is no delivery.