{"id":25167506,"url":"https://github.com/puppe1990/keyword_planner","last_synced_at":"2026-04-29T21:07:00.567Z","repository":{"id":257869888,"uuid":"873081366","full_name":"puppe1990/keyword_planner","owner":"puppe1990","description":"The Keyword Analysis Dashboard is a powerful tool designed to help marketers and SEO professionals analyze keyword data efficiently. This dashboard allows users to upload keyword data, configure analysis parameters, and visualize the results through interactive charts and tables.","archived":false,"fork":false,"pushed_at":"2024-12-26T15:41:52.000Z","size":221,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T11:48:17.994Z","etag":null,"topics":["csv-processing","data-visualization","keyword-analysis","marketing-tools","nextjs","react","recharts","seo-tools","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/puppe1990.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":"2024-10-15T15:10:54.000Z","updated_at":"2026-01-09T23:57:23.000Z","dependencies_parsed_at":"2025-07-05T15:17:16.751Z","dependency_job_id":null,"html_url":"https://github.com/puppe1990/keyword_planner","commit_stats":null,"previous_names":["puppe1990/keyword_planner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/puppe1990/keyword_planner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppe1990%2Fkeyword_planner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppe1990%2Fkeyword_planner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppe1990%2Fkeyword_planner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppe1990%2Fkeyword_planner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puppe1990","download_url":"https://codeload.github.com/puppe1990/keyword_planner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppe1990%2Fkeyword_planner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["csv-processing","data-visualization","keyword-analysis","marketing-tools","nextjs","react","recharts","seo-tools","tailwindcss"],"created_at":"2025-02-09T06:34:45.451Z","updated_at":"2026-04-29T21:07:00.552Z","avatar_url":"https://github.com/puppe1990.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keyword Analysis Dashboard\n\n## Overview\n\nThe Keyword Analysis Dashboard is a powerful tool designed to help marketers and SEO professionals analyze keyword data efficiently. This dashboard allows users to upload keyword data, configure analysis parameters, and visualize the results through interactive charts and tables.\n\n\u003cimg width=\"1576\" alt=\"Screenshot 2024-10-15 at 12 19 32\" src=\"https://github.com/user-attachments/assets/a7e94892-e0c2-4ccd-bab4-a29630b1ca05\"\u003e\n\n## Features\n\n- **File Upload**: Easily upload CSV files containing keyword data.\n- **Customizable Analysis**: Configure parameters for top keywords, niche keywords, and low bid keywords.\n- **Interactive Visualizations**: View data in both table and chart formats.\n- **Data Export**: Download analyzed data as CSV files for further processing.\n- **Responsive Design**: Works seamlessly on desktop and mobile devices.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/your-username/keyword-analysis-dashboard.git\n   ```\n\n2. Navigate to the project directory:\n   ```\n   cd keyword-analysis-dashboard\n   ```\n\n3. Install dependencies:\n   ```\n   npm install\n   ```\n   or\n   ```\n   yarn install\n   ```\n\n4. Start the development server:\n   ```\n   npm run dev\n   ```\n   or\n   ```\n   yarn dev\n   ```\n\n5. Open your browser and visit `http://localhost:3000` to view the dashboard.\n\n## Usage\n\n1. **Upload Data**: Click on the file input to upload your CSV file containing keyword data.\n\n2. **Configure Analysis**: Adjust the parameters in the Analysis Configuration section to customize your analysis.\n\n3. **Analyze Keywords**: Click the \"Analyze Keywords\" button to process the data.\n\n4. **View Results**: Scroll down to see the results in table format for Top Keywords, Niche Keywords, and Low Bid Keywords.\n\n5. **Visualize Data**: Click the \"View Chart\" button for each category to see a graphical representation of the data.\n\n6. **Export Data**: Use the \"Download CSV\" button to export the analyzed data for each category.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [Next.js](https://nextjs.org/) for the React framework\n- [Recharts](https://recharts.org/) for the charting library\n- [Tailwind CSS](https://tailwindcss.com/) for styling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppe1990%2Fkeyword_planner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuppe1990%2Fkeyword_planner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppe1990%2Fkeyword_planner/lists"}