Making It Work Offline & on GitHub Pages
AxelBase has no backend, no database, no API keys. It’s a pure static site — deployable anywhere in seconds — yet performs like a full web app.
100% Static Architecture
- Built with SvelteKit + @sveltejs/adapter-static
- All libraries (bwip-js, JSZip) loaded from /static
- Works perfectly on GitHub Pages, Netlify, Vercel, Cloudflare Pages
- Zero server costs
Offline-First by Design
After first visit, everything is cached. Open the site with no internet — generate 10,000 barcodes. Works.
Base Path Handling
Deploys correctly whether at root or in a subfolder (e.g. /your-repo) thanks to SvelteKit’s paths.base and import.meta.env.BASE_URL.
FAQ
Can I host it on my company intranet?
Yes — just copy the built docs/ folder to any web server.
Is it secure?
100% — no data ever leaves your device. No tracking. No analytics.
Can I add a custom domain?
Yes — works perfectly with CNAME and HTTPS.
Privacy + performance + portability — the holy trinity of modern web tools.