Skip to content

Conversation

@asib
Copy link
Contributor

@asib asib commented Jan 20, 2026

Summary

Updates billing documentation to reflect the new two-tier storage pricing:

  • Hot storage: $0.50/GB-month - local NVMe cache for active working data, sampled every few seconds
  • Cold storage: $0.02/GB-month - object storage bucket, measured hourly

Changes

  • Updated PricingRates.tsx component to show separate hot/cold storage rates
  • Rewrote Storage Billing section in billing.mdx to explain both tiers
  • Updated FAQ answers about hibernation and storage measurement

Related

  • superfly/sprites-api#161

Test plan

  • Build docs site and verify PricingRates component renders correctly
  • Review billing page for clarity and accuracy

🤖 Generated with Claude Code

@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2026

CLI Documentation Generator

Metric Value
CLI Version 0.0.1
Commands Generated 24
Tests ✅ 0/0 passed
📚 Commands documented
  • sprite login
  • sprite logout
  • sprite org auth
  • sprite org list
  • sprite org logout
  • sprite org keyring disable
  • sprite org keyring enable
  • sprite auth setup
  • sprite create
  • sprite use
  • sprite list
  • sprite destroy
  • sprite exec
  • sprite console
  • sprite checkpoint create
  • sprite checkpoint list
  • sprite checkpoint info
  • sprite checkpoint delete
  • sprite restore
  • sprite proxy
  • sprite url
  • sprite url update
  • sprite api
  • sprite upgrade

- Split storage into hot ($0.50/GB-month) and cold ($0.02/GB-month) tiers
- Hot storage: local NVMe cache, sampled every few seconds while active
- Cold storage: object storage, measured hourly, charged 24/7
- Updated PricingRates component to show both tiers
- Updated billing FAQ to clarify hibernation charges

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@asib asib force-pushed the feature/hot-cold-storage-pricing branch from 6f8bbd7 to 2e3b829 Compare January 20, 2026 19:00
@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2026

Preview Deployment

Name URL
Preview https://pr-90-superfly-sprites-docs.fly.dev

Commit: b78c8d6

@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2026

E2E Test Results

✅ Tests success

Ran against: https://pr-90-superfly-sprites-docs.fly.dev

When LHCI collect fails (e.g., preview not ready), the outputs are empty
which causes a JavaScript syntax error. This fix wraps the outputs in
template literals and checks if they're empty before parsing as JSON.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@github-actions
Copy link
Contributor

Lighthouse Results

⚠️ Lighthouse failed to collect results. This may be due to the preview deployment not being ready.

@asib asib merged commit d252013 into main Jan 20, 2026
4 of 5 checks passed
@asib asib deleted the feature/hot-cold-storage-pricing branch January 20, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants