AnoFox

AI-Powered S&OP.
Brutally Effective.

Harness the power of high-performance statistics, anomaly detection, and global forecasting models to transform your Sales & Operations Planning.

SQL_IS_THE_API.exe

anofox-tabular

Audit & Guard

Validate emails, VAT IDs, and amounts before they corrupt your forecast. Detect anomalies and profile data health in a single SQL query.

// Validate business data

SELECT anofox_vat_is_valid(vat_id) FROM demands;
anofox-forecast

Forecast with Confidence

Generate 31 forecasting models with automatic seasonality detection. Handle intermittent demand with multiple algorithms—all in SQL.

// Generate 12-month forecast

SELECT TS_FORECAST(sales_table, 'date', 'amount', 'AutoETS', 12) FROM demands;
anofox-statistics

Analyze & Optimize

Run regression analysis, hypothesis testing, and statistical inference on demand. Understand what drives your business with inference tools.

// Analyze price elasticity

SELECT anofox_statistics_ols('demand', ['price', 'marketing'], 'sales') FROM demands;
anofox-tabular

Monitor Data Quality

Continuous data profiling and quality metrics. Detect schema drift, outliers, and data entry errors before they reach your forecast.

// Profile data quality

SELECT anofox_profile_table('orders', sample_size=10000) FROM demands;
anofox-forecast

Master Complex Patterns

Handle multiple seasonalities, promotions, and structural breaks. AutoML models adapt to real-world complexity automatically.

// Forecast with promotions

SELECT TS_FORECAST(sales_table, 'date', 'qty', 'AutoETS', 13, {'with_promotions': true}) FROM demands;
anofox-statistics

Test Causation

Isolate causal relationships with multivariate regression. Test hypotheses about market drivers and validate pricing strategies.

// Test promotion impact

SELECT anofox_statistics_diagnostics('demand', 'multi_regression_results') FROM demands;

A Brutally Efficient 3-Stage Workflow

Transform raw data into a precise S&OP plan through our battle-tested pipeline, designed for clarity and decisive action.

STAGE 1: AUDIT & GUARD

Validate Data Quality

Tabular extension validates every row. Email, VAT, phone—everything checked. Anomaly detection flags suspicious data before it corrupts your forecast.

STAGE 2: FORECAST

Generate Demand Plans

Forecast extension predicts future demand with 31 models. Automatic seasonality detection handles weekly, monthly, and yearly patterns—no tuning required.

STAGE 3: ANALYZE & OPTIMIZE

Analyze Root Causes

Statistics extension runs regression analysis to understand *why*. Quantify price elasticity, marketing ROI, and market drivers with statistical inference.

The Complete S&OP Pipeline

Data flows through three specialized stages, each powered by a DuckDB extension. From raw data to strategic insights—in SQL.

Raw DataERP, CRM, Data Lake
Audit & GuardValidate, Detect Anomalies
ForecastPredict Demand
Analyze & OptimizeUnderstand Drivers
InsightsBI, Dashboards, Planning

The Unified Query

-- One query, three stages, complete S&OP pipeline
WITH stage1 AS (
SELECT * FROM orders
WHERE anofox_vat_is_valid(vat_id) AND NOT anofox_metric_isolation_forest(amount, 0.1)
),
stage2 AS (
SELECT region, TS_FORECAST(stage1, 'date', 'sales', 'AutoETS', 12) FROM stage1 GROUP BY region
),
stage3 AS (
SELECT * FROM anofox_statistics_ols('sales', ['price', 'marketing'], 'stage2')
)
SELECT * FROM stage3;

The DuckDB Advantage

AnoFox is built as a set of high-performance extensions for DuckDB. Think of DuckDB as the engine and AnoFox as the glowing turbochargers that give you unparalleled speed and efficiency.

DuckDB Engine

AnoFox Turbocharger
AnoFox Turbocharger

Unrivaled Performance

Zero Copy, columnar processing, significantly faster than traditional data processing. Built on C++ for speed.

Drastic Cost Reduction

No Clusters Required. Serverless ready, runs on standard EC2, Lambda, or even WASM in the browser.

The Universal Ecosystem

Natively reads Parquet, CSV, JSON, Iceberg; interoperates with Polars, Pandas, Arrow.

SQL is the API. No new DSL.

SELECT TS_FORECAST(demands_table, 'date', 'sales', 'AutoETS', 12) FROM demands_table;

Flexible Licensing for Every Stage

Internal Use & Research

Free

For internal business tools, data pipelines, testing, and research. No license required under BSL-1.1.

What's Included:

  • Unlimited DeploymentsDeploy on any number of internal nodes and servers.
  • Full Source AccessComplete source code under BSL-1.1, Apache 2.0 in 2027.
  • Community SupportGitHub issues, discussions, and community Discord.
  • All Three ExtensionsTabular, Forecast, and Statistics—complete S&OP toolkit.
Perfect For:

Internal analytics, ETL pipelines, research projects, prototyping, open-source tools.

Commercial Products

Custom Pricing

Building a product on AnoFox? Get the licensing terms that work for your business model.

What's Included:

  • Commercial LicenseRight to embed AnoFox in your SaaS or commercial product.
  • Flexible TermsRevenue share, per-seat, or custom arrangements.
  • Partnership BenefitsPriority feature requests and go-to-market collaboration.
  • Legal ClarityClear commercial agreements and distribution rights.
Required For:

SaaS products, embedded analytics, commercial distribution.

Discuss Licensing

Enterprise Support

Consulting Rates

Scale with confidence. Get expert help when you need it most.

What's Included:

  • Architecture DesignExpert consultation on data modeling and API design.
  • Implementation SupportHands-on help for complex enterprise use cases.
  • Training & EnablementCustom workshops for your development team.
  • Priority SLAsDirect access to engineering with guaranteed response times.
Perfect For:

Production scaling, complex architectures, mission-critical deployments.

Schedule Consultation