🎯 START HERE - Article Dashboard Quick Start
What Is This?
Your complete article workflow in one beautiful web interface:
┌────────────────────────────────────────────────┐
│ │
│ Enter Keyword → Generate → Preview │
│ ↓ ↓ ↓ │
│ Validate → Build → Publish │
│ │
│ ✨ All automated. All in 5-10 minutes ✨ │
│ │
└────────────────────────────────────────────────┘
⚡ Launch Dashboard (2 Steps)
Step 1: Open Terminal Here
cd C:\dev\itblogpros\_automation\webapp
Step 2: Run
Option A - Double Click:
START-DASHBOARD.bat
Option B - Command Line:
npm start
Dashboard opens at: http://localhost:3000
🎬 First Time Setup (One Time)
If you get "npm not found" or similar errors:
cd C:\dev\itblogpros\_automation\webapp
npm install
Then launch with START-DASHBOARD.bat
🎯 Quick Usage Guide
1. Generate Article (3 minutes)
- Enter keyword (e.g., "WiFi 7 slower than expected")
- Select product type
- Click "Generate Article"
- Watch progress bar
- Done! Article appears in list
2. Preview Article (30 seconds)
- Click "Start Preview Server"
- Click "Preview" on article
- Review in browser
- Check Amazon links work
- Verify formatting
3. Publish Article (1 minute)
- Click "Publish" on article
- Confirm action
- Wait for Git push
- Live in 2-3 minutes!
📖 Full Documentation
- Complete Setup:
_automation/webapp/SETUP-GUIDE.md
- User Manual:
_automation/webapp/README.md
- Troubleshooting: See guides above
⚙️ What This Replaces
Old Manual Workflow (30-45 min)
- ❌ Run Gemini script manually
- ❌ Validate Amazon links in browser
- ❌ Build site manually
- ❌ Check preview manually
- ❌ Git commands manually
- ❌ Wait and hope it worked
New Dashboard Workflow (5-10 min)
- ✅ Enter keyword
- ✅ Click "Generate"
- ✅ Click "Preview"
- ✅ Click "Publish"
- ✅ Done!
Time Saved: 20-35 minutes per article
🎨 Dashboard Features
- ✅ Real-time progress - Watch article generation live
- ✅ Amazon validation - All links tested automatically
- ✅ Quality scoring - Know if article is publish-ready
- ✅ Live preview - See exactly how it will look
- ✅ One-click publish - Git handled automatically
- ✅ Draft management - Track all articles in one place
🚨 Quick Troubleshooting
Dashboard won't start
cd C:\dev\itblogpros\_automation\webapp
npm install
npm start
Port already in use
# Kill process on port 3000
netstat -ano | findstr :3000
taskkill /PID [number] /F
Preview not working
- Click "Rebuild Site"
- Hard refresh browser (Ctrl+Shift+R)
- Restart preview server
Can't publish
cd C:\dev\itblogpros
git status
git config user.email "[email protected]"
git config user.name "Your Name"
🎓 Learn More
Comprehensive Guides
-
SETUP-GUIDE.md
- Complete architecture
- Advanced features
- Custom configuration
-
README.md
- Detailed usage guide
- API documentation
- Tips & best practices
Quick References
-
QUICK-REFERENCE.md
- Command cheat sheet
- Amazon link format
- Tag requirements
-
ARTICLE-TEMPLATE.md
- Article structure
- Front matter format
- Content guidelines
💡 Pro Tips
- Preview before publishing - Always check your work
- Score 80+ - Aim for quality scores above 80
- Test Amazon links - Click each to verify they work
- Keep drafts clean - Delete failed generations
- Monitor progress - Watch real-time updates
🎉 You're Ready!
Launch the dashboard now:
Double-click: _automation\webapp\START-DASHBOARD.bat
Then generate your first article in minutes! 🚀
Questions? See full documentation in _automation/webapp/
Issues? Check troubleshooting sections in guides
Success? Start generating high-quality articles! ✨