{"id":34904351,"url":"https://github.com/nitishkgupta/seotoolsuite","last_synced_at":"2026-02-14T10:05:26.574Z","repository":{"id":327590181,"uuid":"1109923102","full_name":"nitishkgupta/seotoolsuite","owner":"nitishkgupta","description":"Free and open-source SEO tools for everyone. Keyword research and more, powered by DataForSEO.","archived":false,"fork":false,"pushed_at":"2026-01-28T16:05:26.000Z","size":7372,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T07:37:34.690Z","etag":null,"topics":["dataforseo","digital-marketing","keyword-research","nextjs","seo","seo-tools","typescript"],"latest_commit_sha":null,"homepage":"https://seotoolsuite.nitishkgupta.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nitishkgupta.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-04T13:23:25.000Z","updated_at":"2026-01-28T16:00:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nitishkgupta/seotoolsuite","commit_stats":null,"previous_names":["nitishkgupta/seotoolsuite"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/nitishkgupta/seotoolsuite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitishkgupta%2Fseotoolsuite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitishkgupta%2Fseotoolsuite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitishkgupta%2Fseotoolsuite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitishkgupta%2Fseotoolsuite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitishkgupta","download_url":"https://codeload.github.com/nitishkgupta/seotoolsuite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitishkgupta%2Fseotoolsuite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29442335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"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":["dataforseo","digital-marketing","keyword-research","nextjs","seo","seo-tools","typescript"],"created_at":"2025-12-26T09:53:07.504Z","updated_at":"2026-02-14T10:05:21.558Z","avatar_url":"https://github.com/nitishkgupta.png","language":"TypeScript","funding_links":[],"categories":["Marketing and growth"],"sub_categories":["Product marketing stack"],"readme":"![SEOToolSuite](docs/assets/logo.png)\n\nSEOToolSuite provides **free and open source SEO tools for everyone**. Keyword research and more, powered by DataForSEO.\n\n[![GitHub Release](https://img.shields.io/github/v/release/nitishkgupta/seotoolsuite?style=for-the-badge)](https://github.com/nitishkgupta/seotoolsuite/releases) [![GitHub License](https://img.shields.io/github/license/nitishkgupta/seotoolsuite?style=for-the-badge)](LICENSE) [![GitHub deployments](https://img.shields.io/github/deployments/nitishkgupta/seotoolsuite/production?style=for-the-badge\u0026label=Deployment)\n](https://seotoolsuite.nitishkgupta.com)\n\n## 🔍 SEO Tools\n\n### Keyword Research\n\n![Keyword Research](docs/assets/keyword-research-screenshot.png)\n\nFind thousands of keyword suggestions with multiple metrics like search volume, trend, search intent, seo difficulty, and more. Uses DataForSEO APIs.\n\n### Keyword Complete\n\n![Keyword Complete](docs/assets/keyword-complete-screenshot.png)\n\nGenerate hundreds (or even thousands!) of long-tail keywords for free using Google autocomplete. No API needed!\n\n## 📋 Prerequisites\n\n- [DataForSEO API](https://dataforseo.com/?aff=44560) (for tools using DataForSEO APIs)\n- Node.js (for localhost/server deployment)\n\n## 🚀 Getting Started\n\nYou can use the cloud version of SEOToolSuite for free or run it on your localhost/server as well.\n\n### Using The Cloud Version\n\nSimply head to [https://seotoolsuite.nitishkgupta.com](https://seotoolsuite.nitishkgupta.com), and use the tools right-away!\n\n### Running On Localhost/Server\n\n#### 1. Clone the repo.\n\n```bash\ngit clone https://github.com/nitishkgupta/seotoolsuite.git\n```\n\n#### 2. Install dependencies.\n\n```bash\nnpm install\n```\n\n#### 3. Build the app.\n\n```bash\nnpm run build\n```\n\n#### 4. Start the app.\n\n```bash\nnpm run start\n```\n\n## 🔄 Getting Updates\n\nThe cloud version is updated automatically. For the local version, follow the below steps:\n\n### 1. Pull the latest changes from the repo.\n\n```bash\ngit pull\n```\n\n### 2. Install dependencies.\n\n```bash\nnpm install\n```\n\n### 3. Rebuild the app.\n\n```bash\nnpm run build\n```\n\n### 4. Start the app.\n\n```bash\nnpm run start\n```\n\n## 🛠️ Tech Stack\n\n- Next.js\n\n## ℹ️ Frequently Asked Questions\n\n### 1. Are my API credentials secured?\n\nYes, your API credentials are stored locally in your browser (via LocalStorage) and are never sent to any server.\n\n### 2. Are these SEO tools free to use?\n\nYes, you only pay for your API usage (DataForSEO). There are no extra or hidden charges.\n\n### 3. Can I reuse the code?\n\nYes, the entire codebase is licensed under the MIT License, so you’re free to use, modify, and reuse the code as you wish.\n\n### 4. Where do I report bugs or request features?\n\nIf you’ve found a bug or have a feature suggestion, please open an [issue](https://github.com/nitishkgupta/seotoolsuite/issues). Your feedback is always welcome!\n\n## 📝 Changelog\n\nThe changelog is available [here](CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitishkgupta%2Fseotoolsuite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitishkgupta%2Fseotoolsuite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitishkgupta%2Fseotoolsuite/lists"}