Landing page for the Frappe WhatsApp Suite - a complete WhatsApp Business integration for Frappe and ERPNext.
Visit: https://shridarpatil.github.io/whatomate/
whatomate/
├── index.html # Main HTML file
├── css/
│ └── styles.css # All styles
├── js/
│ └── main.js # JavaScript functionality
├── assets/ # Images and other assets
└── README.md
- Responsive design
- Animated hero section with parallax effects
- Smooth scroll navigation
- Animated statistics counters
- Copy-to-clipboard for installation commands
- Dark theme with WhatsApp brand colors
- Create a new repository on GitHub named
whatomate - Push this code:
git init
git add .
git commit -m "Initial commit: Whatomate landing page"
git branch -M main
git remote add origin https://github.com/YOUR_USERNAME/whatomate.git
git push -u origin main- Go to repository Settings > Pages
- Under "Source", select "Deploy from a branch"
- Select
mainbranch and/ (root)folder - Click Save
Your site will be live at https://YOUR_USERNAME.github.io/whatomate/
- Frappe WhatsApp - Core WhatsApp integration
- WhatsApp Chat - Chat UI for Frappe Desk
- WhatsApp Chatbot - Automated responses
MIT License