{"id":30508993,"url":"https://github.com/leocodeio/porters5forcestemplate","last_synced_at":"2026-02-23T15:01:30.378Z","repository":{"id":310598650,"uuid":"1040204656","full_name":"leocodeio/Porters5ForcesTemplate","owner":"leocodeio","description":"An editable template that would help me define porters 5 forces","archived":false,"fork":false,"pushed_at":"2025-08-19T03:59:56.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T03:54:23.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leocodeio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-18T16:00:49.000Z","updated_at":"2025-08-19T04:00:00.000Z","dependencies_parsed_at":"2025-08-19T05:41:52.444Z","dependency_job_id":"353433be-8e98-454a-a54f-33f631007f04","html_url":"https://github.com/leocodeio/Porters5ForcesTemplate","commit_stats":null,"previous_names":["leocodeio/porters5forcestemplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leocodeio/Porters5ForcesTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2FPorters5ForcesTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2FPorters5ForcesTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2FPorters5ForcesTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2FPorters5ForcesTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leocodeio","download_url":"https://codeload.github.com/leocodeio/Porters5ForcesTemplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2FPorters5ForcesTemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29746499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-25T23:28:06.837Z","updated_at":"2026-02-23T15:01:30.360Z","avatar_url":"https://github.com/leocodeio.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Porter's Five Forces Analysis Template\n\nA clean, interactive web application for conducting Porter's Five Forces business strategy analysis. This tool helps businesses analyze competitive forces within their industry using Michael Porter's renowned framework.\n\n## 🌟 Features\n\n- **Interactive Interface**: Click on each force to add detailed analysis\n- **Clean Design**: Modern, responsive layout that works on all devices\n- **Export Options**: Save your analysis as PDF or JSON\n- **Import/Export**: Load existing analysis from JSON files\n- **Local Storage**: Automatically saves your work in the browser\n- **Professional PDF Output**: Export with title and formatted content\n\n## 🚀 Quick Start\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/leocodeio/Porters5ForcesTemplate.git\n   cd Porters5ForcesTemplate\n   ```\n\n2. **Open the application**:\n   - Simply open `index.html` in your web browser\n   - No server setup required - it's a static web application\n\n3. **Start analyzing**:\n   - Click on any of the five forces to open the analysis modal\n   - Enter your detailed analysis for each force\n   - Your work is automatically saved to browser storage\n\n## 📊 The Five Forces\n\n1. **Potential New Entrants** - Threat of new competitors entering the market\n2. **Power of Suppliers** - Bargaining power of input suppliers\n3. **Power of Buyers** - Bargaining power of customers\n4. **Availability of Substitutes** - Threat of substitute products or services\n5. **Competition in the Industry** - Intensity of competitive rivalry\n\n## 🛠️ Usage\n\n### Adding Analysis\n- Click on any force card to open the analysis modal\n- Enter your detailed analysis in the text area\n- Click \"Save\" to store your analysis\n\n### Exporting Data\n- **PDF Export**: Creates a professional document with the interface diagram and all analysis content\n- **JSON Export**: Saves your analysis data in a portable format\n\n### Importing Data\n- Use \"Import JSON\" to load previously saved analysis\n- Supports merging with existing content\n\n## 💾 Data Storage\n\n- **Browser Storage**: Your analysis is automatically saved in browser localStorage\n- **Export Options**: Create backups using JSON export feature\n- **Cross-Device**: Use JSON export/import to transfer analysis between devices\n\n## 🎨 Customization\n\nThe application uses clean CSS that can be easily customized:\n- Colors and themes in the `\u003cstyle\u003e` section\n- Layout adjustments in the grid system\n- Icon changes in the force elements\n\n## 📱 Responsive Design\n\n- **Desktop**: Full grid layout with optimal spacing\n- **Mobile**: Stacked layout for easy mobile interaction\n- **Tablet**: Adaptive design that works on all screen sizes\n\n## 🔧 Technical Details\n\n- **Pure HTML/CSS/JavaScript**: No frameworks or dependencies\n- **External Libraries**: \n  - jsPDF for PDF generation\n  - html2canvas for interface capture\n- **Browser Compatibility**: Works in all modern browsers\n\n## 📄 File Structure\n\n```\nPorters5ForcesTemplate/\n├── index.html          # Main application file\n└── README.md          # This documentation\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 🙏 Credits\n\n- **AI Development**: Sonnet 4 (Claude)\n- **Prompting, Debugging \u0026 Deployment**: Harsha\n- **Framework**: Based on Michael Porter's Five Forces model\n\n## 📞 Support\n\nFor questions, issues, or contributions, please visit the [GitHub repository](https://github.com/leocodeio/Porters5ForcesTemplate.git).\n\n---\n\n**Made with ❤️ for business strategy analysis**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleocodeio%2Fporters5forcestemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleocodeio%2Fporters5forcestemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleocodeio%2Fporters5forcestemplate/lists"}