share

Client-facing pages for proposals and sales decks, hosted via GitHub Pages on https://share.yourbi.nl. One folder per client, each deck password-protected with StatiCrypt (AES-256, client-side).

How it works

Adding a new deck

  1. Export the deck as a single self-contained HTML file (e.g. from Claude Design).
  2. Encrypt it with StatiCrypt using the YourBI login template (light theme, logo, English copy, blue button). Easiest: hand the HTML to Claude and ask for an encrypted, upload-ready index.html — it generates a strong password as well.
  3. Upload via Add file → Upload files on main. The file lands in the root as index.html.
  4. Open the file → click the pencil (Edit) → prefix the filename with the client folder: clientname/index.htmlCommit directly to main. GitHub creates the folder and moves the file.
  5. Wait ~1 minute, then test https://share.yourbi.nl/clientname/ in an incognito window.
  6. Store the password in the password manager under share.yourbi.nl/clientname.

Folder naming: lowercase, no spaces, client name only (symbro, axivate, vermaat).

Sharing with a client

Replacing or removing a deck

Technical notes