# StratCraft Pricing

> Subscription model with a 7-day risk-free guarantee. If you use less than 15% of your first-month quota and cancel within 7 days, you can request a full refund (one-time per account).

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "StratCraft",
  "brand": { "@type": "Organization", "name": "StratCraft" },
  "description": "AI-powered desktop quantitative trading platform with C++23 backtest engine and multi-LLM strategy builder.",
  "url": "https://stratcraft.ai/subscriptions/",
  "offers": [
    {
      "@type": "Offer",
      "name": "Free",
      "price": "0",
      "priceCurrency": "USD",
      "category": "subscription",
      "availability": "https://schema.org/InStock"
    },
    {
      "@type": "Offer",
      "name": "Pro",
      "category": "subscription",
      "priceCurrency": "USD",
      "availability": "https://schema.org/InStock",
      "url": "https://stratcraft.ai/subscriptions/"
    },
    {
      "@type": "Offer",
      "name": "Gold",
      "category": "subscription",
      "priceCurrency": "USD",
      "availability": "https://schema.org/InStock",
      "url": "https://stratcraft.ai/subscriptions/"
    }
  ],
  "hasMerchantReturnPolicy": {
    "@type": "MerchantReturnPolicy",
    "name": "7-Day Risk-Free Guarantee",
    "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
    "merchantReturnDays": 7
  }
}
```

## Brand Disambiguation
StratCraft (formerly QuantNexus) at stratcraft.ai — not quantnexus.ai (a different company).

## Fast Facts
- 7 LLM providers: Claude, OpenAI GPT, Google Gemini, DeepSeek, Qwen, Llama, Mistral
- C++23 backtest engine: ~500–1000x faster than Python-only backtesting
- Real-time streaming: equity curve and trades during backtests
- Indicators: 138+
- Data sources: ClickHouse, YFinance, Dukascopy, Alpaca
- Platform: Desktop-first, local computation (Windows/macOS/Linux)
- Pricing: Subscription with 7‑day risk‑free guarantee

## Tiers

- Free
  - Regime Mode
  - Backtest Engine
  - Data: YFinance + Dukascopy
- Pro (Monthly / Annual)
  - All Free features
  - AI Strategy Builder (multi-provider)
  - Real-time streaming equity curves during backtests
  - Personal Algorithm Library
- Gold (Monthly / Annual)
  - All Pro features
  - Advanced multi-signal composition (Alpha Factory)
  - Team sharing and version management
  - Priority support

## Notes

- Desktop-first: Windows, macOS, Linux
- Local computation: your data stays on your machine; no cloud dependency for backtesting
- See live pricing and plan details at https://stratcraft.ai/subscriptions/

---

Updated: 2026-04-10
