Complete Guide for Val Diaz
Configure Claude Desktop to automatically deploy your visualizations:
open ~/Library/Application\ Support/Claude/claude_desktop_config.jsonCLAUDE_INSTRUCTIONS.txt (in your visualizations folder)Simply tell Claude what you want:
"Create a Q4 sales dashboard and give me a public link"Claude will automatically:
Wait 1-2 minutes for deployment, then share your link with anyone:
https://pwatson-mybambu.github.io/visualizations/artifacts/your-file-name.htmlâ ī¸ One-time only! If you haven't cloned the repository yet, open Terminal and run:
cd ~/Documents
git clone https://github.com/pwatson-mybambu/visualizations.git
cd visualizations
chmod +x deploy.shConfigure git with your information:
git config user.name "Val Diaz"
git config user.email "val@mybambu.com"Ask Claude to create whatever visualization, dashboard, or report you need.
Tell Claude: "Show me the complete HTML code for this artifact"
Copy all the code that Claude provides.
Save the HTML code in your visualizations folder:
~/Documents/visualizations/artifacts/your-file-name.htmlNaming tips:
q4-sales-report.htmlclient-presentation.htmlOpen Terminal and run:
cd ~/Documents/visualizations
./deploy.sh your-file-name.html "Brief description"Example:
./deploy.sh q4-sales-report.html "Q4 sales dashboard"Wait 1-2 minutes for deployment, then share your link:
https://pwatson-mybambu.github.io/visualizations/artifacts/your-file-name.htmlView source code, files, and commit history
Detailed step-by-step guide (Markdown)
How to automate deployments with Claude
Repository overview and quick start
Verify GitHub Pages is working
View all deployed visualizations
"Permission denied" when running deploy.sh?
chmod +x deploy.shWant to see what files you have?
ls artifacts/Want to pull latest changes?
git pullPage not appearing after deployment?
artifacts/ folderClaude Desktop automation not working?
claude_desktop_config.json
If you run into any issues or have questions, contact Patrick!
He can help troubleshoot, deploy files for you, or walk you through any step.