Turn research tables and documents into slide-ready, Evident-style charts.
cd studio
npm install
cp .env.example .env # add MiniMax / Azure / Mistral keys as needed
npm run dev- Load sample data, paste a table, upload CSV/TSV (including batch), or upload PDF/image/Word/text for extraction
- Review and edit extracted tables
- Get chart recommendations (rules + MiniMax chart council when configured)
- Preview charts with light/dark themes and blue/orange palettes
- Export PNG, CSV, and PPTX
cd studio
npm test -- --run
npm run lint
npm run build- App root is
studio/ - Build:
npm run build - Start:
npm run start - See
studio/.env.examplefor required environment variables
Product scope lives in docs/spec.md.