You have spent months building. Then someone pirates it, strips the license, and redistributes it free. It happens every day.
Pick your scenario. BoltHash has a package for it.
No proprietary runtime. No vendor lock-in. Works with any Node.js app.
npm i -g @realboltopen/bolt-hashbolt binary from your dashboard. Run bolt init to configure.bolt protectbolt start to launch with license verification, heartbeat, and integrity checks. Monitor real-time usage and revoke instantly from your dashboard.# One-time setup $ bolt set license BH-XXXX-XXXX-XXXX-XXXX # Protect & ship $ bolt protect --yes # obfuscate + sign + hash (Node.js app) $ bolt start ✔ License verified (~50ms) ✔ Integrity OK all 47 files ✔ Server running http://localhost:3000
Security should not cost performance. Here are real numbers.
| Operation | Time | Cost per 1M calls | Notes |
|---|---|---|---|
| License verify (online) | ~~50ms | ~$0 | Cached after first check |
| License verify (offline cache) | <0.05 ms | ~$0 | Ed25519 verify, CPU-only |
| Integrity hash on startup | ~12 ms | one-time | SHA-256, runs once at import |
| Obfuscated module load | +2-5 ms | one-time | vs unprotected, per process start |
| Memory overhead | ~1.2 MB | - | Runtime libs, resident after boot |
Benchmarked on Node.js 20 LTS, AWS t3.medium, avg over 10,000 iterations.
"We found a pirated copy of our SaaS backend 3 weeks after launch. After switching to BoltHash, zero incidents in 8 months. The license revenue alone paid for the upgrade."
"I sell Electron plugins. Before BoltHash, half my customers were sharing 1 key among 10 people. Device locking fixed that immediately. Revenue up 3x in 2 months."
"The self-hosted option was the dealbreaker for our enterprise clients. We run the license server on our own infra - full control, zero dependency on a third-party SaaS."
bolt-hash (OSS, free forever) covers Node.js and TypeScript with local integrity and obfuscation - no server required. Premium plans (Starter $10/mo, Professional $29/mo, Enterprise $99/mo) add online licensing, SPA support, device fingerprinting, and BGit version control. See the pricing page for full details.Free plan. No credit card. Up and running in 10 minutes.
Air-gapped licensing, custom integrations, SLA, and dedicated support.