Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 34 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,28 +165,49 @@ <h2>What we do not collect</h2>
but false is worse than none.</p>

<h2>Pricing</h2>
<p>Per product. Free is the full product.</p>
<table>
<tr><th>Free</th><th>Team</th><th>Business</th></tr>
<tr><th>Free</th><th>Team</th><th>Business</th><th>Compliance</th></tr>
<tr>
<td>The full cache server, MIT-licensed, self-hosted. Forever free.</td>
<td>$49/month — access control, metrics UI, email support.</td>
<td>$199/month — SSO, HA/replication, analytics, priority support with the CVE-response SLA.</td>
<td>The full cache server, MIT-licensed, self-hosted. Every security patch, the
<code>-fips</code> image, and all release evidence, free.</td>
<td>$49/month — multi-user access control, SSO (OIDC), per-project usage analytics,
email support (1-business-day target).</td>
<td>$199/month — everything in Team, plus HA/replication and priority support with
the CVE-response target.</td>
<td>$499/month, billed annually — everything in Business, plus the FIPS 140-3
applicability statement, signed per-release attestation letters addressed to you,
security-questionnaire support up to 8 hours per year (async), and named-version
LTS.</td>
</tr>
</table>
<p><strong>No sales call. No per-seat tax. No enterprise pricing mystery.</strong></p>
<p style="color:var(--muted); font-size:.95rem">
The Compliance tier, plainly: the security evidence underneath — SBOMs, SLSA
provenance, signatures, VEX statements, and the FIPS 140-3 validated module
(CMVP certificate #5247) — is public and free, verifiable by anyone. What the tier
sells is the authored analysis — a FIPS applicability statement mapping the
validated module boundary onto this product — plus per-release attestation letters
signed by FosterStack LLC, and time on your security questionnaires. FosterStack
Cache is not "FedRAMP compliant" or "CMMC compliant"; those attach to your service
and your organization, never to a component you deploy. It is validated crypto and
publishable evidence <em>for</em> your compliance program.
</p>
<p style="color:var(--muted); font-size:.9rem; margin-top:.6rem">
Self-serve, credit card, cancel anytime. Priced so an engineering manager can expense it
without a procurement cycle. (For scale: the incumbent's median <em>platform</em>
contract — Develocity, the full product suite, of which the cache node is one
component — runs about $57k/year. That is not the price of a cache, and we are not
claiming it is; it is the procurement class this pricing deliberately avoids.)
Self-serve, credit card. Monthly tiers cancel anytime; Compliance is an annual
term. Priced so an engineering manager can expense it
without a procurement cycle.
</p>

<h2>Roadmap honesty</h2>
<p>Gradle and Maven both run against the same server today; we maintain the cache
server, while the Maven client side is Apache's own Build Cache Extension. An npm remote
cache for CI — same core, a third protocol — is the next protocol on the list. What is
not on the list yet is a Helm chart and the paid tiers below; those are described so you
know where this is going, not sold as available. If you need something sooner,
server, while the Maven client side is Apache's own Build Cache Extension. A dependency cache —
the same server restoring <code>node_modules</code>, <code>~/.m2</code>, and
<code>~/.gradle/caches</code> by lockfile key, so ephemeral CI agents stop
re-downloading the world — is next on the list, npm first. What is
not on the list yet is a Helm chart and the paid tiers above — Team, Business, and
Compliance are described so you know where this is going, not sold as available; Free
is real and complete today. If you need something sooner,
<a href="https://github.com/fosterstack/cache/issues">open an issue</a> — that is what
moves the roadmap.</p>
</main>
Expand Down
11 changes: 8 additions & 3 deletions llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,14 @@ Not yet shipped:
- Production use beyond the project's own CI. Nobody runs this in a real build
pipeline yet except the maintainer.
- A Helm chart. Deploying to Kubernetes today means applying plain manifests.
- The paid tiers. Single sign-on, high-availability replication, and the license
key that unlocks them are not built. Everything in the repository is the free
MIT core.
- The paid tiers. Team ($49/mo: multi-user access control, SSO, per-project
analytics, email support), Business ($199/mo: adds HA/replication, priority
support with the CVE-response target), and Compliance ($499/mo billed
annually: adds the FIPS applicability statement, signed per-release
attestation letters, questionnaire hours, named-version LTS) are described,
not yet purchasable; the license key that unlocks them is not built.
Everything in the repository is the free MIT core, including the -fips image
and all release evidence.
- A CVE patch commitment that can be relied on. The project aims to ship fixes for
dependency CVEs within 48 hours of public disclosure; that is a stated intention,
not a contractual promise.
Expand Down