> ## Documentation Index
> Fetch the complete documentation index at: https://nixtlaverse.nixtla.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Nixtlaverse

The Nixtlaverse is composed by our open-source libraries, designed to provide a comprehensive, cutting-edge toolkit for time series forecasting. The Nixtla ecosystem is primarily built around five main libraries, each specializing in different aspects of time series forecasting:

<Card title="Nixtla AI" icon="microchip-ai" href="https://www.nixtla.io/?waitlistSheet=true">
  Checkout our end-to-end Agentic AI pipeline!
</Card>

<CardGroup cols={3}>
  <Card title="TimeGPT" icon="clock-nine" href="https://nixtla.io/docs">
    Checkout our Enterprise offering for time series forecasting and anomaly detection!
  </Card>

  <Card title="StatsForecast" icon="bolt" href="/statsforecast/index.html">
    Lightning fast forecasting with statistical and econometric models.
  </Card>

  <Card title="MLForecast" icon="robot" href="/mlforecast/index.html">
    Scalable machine learning for time series forecasting.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="NeuralForecast" icon="brain-circuit" href="/neuralforecast/docs/getting-started/introduction.html">
    Scalable and user friendly neural forecasting algorithms for time series data.
  </Card>

  <Card title="HierarchicalForecast" icon="crown" href="/hierarchicalforecast/index.html">
    Probabilistic Hierarchical forecasting with statistical and econometric methods.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="DatasetsForecast" icon="chart-simple" href="/datasetsforecast/index.html">
    Datasets for time series forecasting.
  </Card>

  <Card title="UtilsForecast" icon="wrench" href="/utilsforecast/index.html">
    Forecasting utilities for plotting and robust evaluation.
  </Card>

  <Card title="CoreForecast" icon="truck-fast" href="/coreforecast/index">
    Fast implementations of common forecasting routines.
  </Card>
</CardGroup>
