<>
BISC8 + HTML / Static
One async script tag. Zero dependencies.
BISC8 + vanilla HTML: 1-line install. The simplest case.
Perché BISC8 per HTML / Static
Zero JS framework
Pure browser script. No bundler, no build step, no framework.
CDN delivered
Edge-cached on Vercel. p99 first-byte ~30ms globally.
Async by default
Non-blocking — never delays your hero render.
Setup (4 passi)
1. Edit index.html
Open your static site root file.
2. Paste in <head>
Position BEFORE any analytics or marketing scripts.
3. Update data-domain
Replace example.com with your domain.
4. Upload to host
rsync / git push / drag-drop to Netlify/Vercel/S3 — works anywhere static files are served.
Snippet di codice
Sostituisci example.com con il tuo dominio BISC8 registrato.
<!-- Place inside <head>, before other trackers --> <script async src="https://cdn.bisc8.app/v1/boot.js" data-domain="example.com"></script>
Risoluzione problemi
GitHub Pages support
Yes. Register your *.github.io subdomain in BISC8 settings.
Subresource integrity (SRI) hash
Bundles are content-hashed (boot-<hash>.js) — SRI not required, integrity is positional.
Guide correlate
Pronto al lancio?
Crea un account in 30 secondi, copia lo snippet, banner live in 60s totali.
Inizia gratis con HTML / Static