Extract, analyze, and manage variables from Articulate Storyline .story files.
Deployed at: https://storyline-variable-exporter.vercel.app
- Variable Extraction: Parse .story files to extract all variables
- Usage Analysis: Find where variables are used in slides and JavaScript
- CSV Export: Export variables with usage data
- Modern UI: Clean interface with filtering and sorting
- Browser-Based: No server required - runs entirely in your browser
- Visit the live demo or open
index.html
locally - Upload your .story file
- View variables in the explorer
- Export to CSV for documentation
index.html
- Main application (deployment-ready)apps/web/test.html
- Development version with full features.gitignore
- Git ignore rulesgithub-setup.md
- Deployment instructions
- React 18 with Babel standalone
- Tailwind CSS for styling
- JSZip for .story file processing
- DOMParser for XML parsing
- 100% Client-Side - no backend required
- Fork this repository
- Connect to Vercel
- Deploy with default settings
# No build required - just open in browser
open index.html
MIT - Feel free to use and modify