|
| 1 | +--- |
| 2 | +title: Team Plans — Fuse.js |
| 3 | +description: Fuse.js team and enterprise plans — priority support, SLA, invoice payment, and architecture review for companies using Fuse.js fuzzy search in production. |
| 4 | +--- |
| 5 | + |
| 6 | +# Team Plans |
| 7 | + |
| 8 | +Fuse.js is free and open source under the [Apache 2.0 license](https://github.com/krisk/Fuse/blob/main/LICENSE). You can use it in any project — personal or commercial — at no cost, forever. |
| 9 | + |
| 10 | +**Support plans are for teams that want guaranteed help when they need it.** |
| 11 | + |
| 12 | +--- |
| 13 | + |
| 14 | +## What's Included |
| 15 | + |
| 16 | +### Priority Support |
| 17 | + |
| 18 | +- **Direct access** — issues and questions go to the top of the queue |
| 19 | +- **48-hour response SLA** on business days |
| 20 | +- **Private channel** for your team (email or Slack Connect) |
| 21 | + |
| 22 | +### Procurement & Compliance |
| 23 | + |
| 24 | +- **Invoice & PO payment** — no credit card required |
| 25 | +- **License compliance documentation** for your legal and procurement teams |
| 26 | +- **Zero dependencies, zero known CVEs** — a clean supply chain, backed by a maintenance commitment |
| 27 | + |
| 28 | +### Maintenance Guarantee |
| 29 | + |
| 30 | +- **Security patches** and compatibility updates for the duration of your plan |
| 31 | +- **Migration support** for major version upgrades |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | +## Pricing |
| 36 | + |
| 37 | +| Plan | Price | Best For | |
| 38 | +|------|-------|----------| |
| 39 | +| **Team** | $500 / year | Small teams shipping a single product | |
| 40 | +| **Business** | $1,000 / year | Multiple products or business units | |
| 41 | +| **Enterprise** | $2,500 / year | Custom terms, dedicated support, multi-year agreements | |
| 42 | + |
| 43 | +All plans include priority support, SLA, and invoice payment. |
| 44 | + |
| 45 | +**Enterprise also includes:** |
| 46 | +- **Architecture review** — a one-on-one call to audit your Fuse.js setup and optimize your configuration |
| 47 | +- **Early access** to pre-release builds and roadmap input |
| 48 | +- **Logo on fusejs.io** — optional placement on the homepage |
| 49 | + |
| 50 | +--- |
| 51 | + |
| 52 | +## Frequently Asked Questions |
| 53 | + |
| 54 | +**Do I need a support plan to use Fuse.js?** |
| 55 | +No. Fuse.js is Apache 2.0 licensed — free for any use, including commercial. A support plan gives you guaranteed response times, a private channel, and procurement-friendly billing. |
| 56 | + |
| 57 | +**What happens when my plan expires?** |
| 58 | +Nothing changes about your ability to use Fuse.js. You lose access to priority support and the SLA. |
| 59 | + |
| 60 | +**Can I try before committing?** |
| 61 | +The library itself is free to evaluate. If you'd like to test the support experience, reach out and I'll answer a few questions on the house. |
| 62 | + |
| 63 | +**Do you offer multi-year discounts?** |
| 64 | +Yes. Contact me for pricing on 2- and 3-year commitments. |
| 65 | + |
| 66 | +--- |
| 67 | + |
| 68 | +## Get in Touch |
| 69 | + |
| 70 | +Ready to get started, or have questions about which plan fits? |
| 71 | + |
| 72 | +<div class="commercial-contact"> |
| 73 | + <a href="https://tally.so/r/818WQk" class="commercial-btn" target="_blank" rel="noopener">Get in Touch</a> |
| 74 | + <p class="commercial-note">Or reach out on <a href="https://github.com/krisk/Fuse/discussions">GitHub Discussions</a>.</p> |
| 75 | +</div> |
| 76 | + |
| 77 | +<style> |
| 78 | +.commercial-contact { |
| 79 | + margin: 2rem 0; |
| 80 | + text-align: center; |
| 81 | +} |
| 82 | + |
| 83 | +.commercial-btn { |
| 84 | + display: inline-block; |
| 85 | + background: #9066b8; |
| 86 | + color: #fff !important; |
| 87 | + font-weight: 700; |
| 88 | + text-decoration: none !important; |
| 89 | + border-radius: 20px; |
| 90 | + padding: 12px 36px; |
| 91 | + font-size: 1.1rem; |
| 92 | + transition: background-color 250ms; |
| 93 | +} |
| 94 | + |
| 95 | +.commercial-btn:hover { |
| 96 | + background-color: #a684c6; |
| 97 | +} |
| 98 | + |
| 99 | +.commercial-note { |
| 100 | + margin-top: 1rem; |
| 101 | + font-size: 0.9rem; |
| 102 | + color: #666; |
| 103 | +} |
| 104 | + |
| 105 | +table { |
| 106 | + width: 100%; |
| 107 | +} |
| 108 | + |
| 109 | +table th:first-child, |
| 110 | +table td:first-child { |
| 111 | + white-space: nowrap; |
| 112 | +} |
| 113 | +</style> |
0 commit comments