Skip to content

v1.0.0 — Initial Release

Latest

Choose a tag to compare

@shane530 shane530 released this 19 Feb 14:45
· 15 commits to main since this release

AI Analyst v1.0.0

Claude Code-powered product analytics toolkit. Turn business questions into validated insights, charts, and presentations.

Data Assets

This release includes NovaMart demo data for download:

Asset Size Description
novamart-sample.tar.gz ~1MB 10K-row subsets of large tables (good for learning)
novamart-full.tar.gz ~113MB Complete dataset (~690MB uncompressed)

Download

# After cloning the repo:
bash scripts/download-data.sh         # Sample data (default)
bash scripts/download-data.sh --full  # Full dataset

The repo ships with 8 small reference tables (~4MB) in git. The download script fetches the 5 large analysis tables from this release.

Quick Start

  1. Clone: git clone https://github.com/ai-analyst-lab/ai-analyst.git
  2. Setup: bash scripts/setup.sh
  3. Data: bash scripts/download-data.sh
  4. Run: claude