https://github.com/nitishkgupta/seotoolsuite
Free and open-source SEO tools for everyone. Keyword research and more, powered by DataForSEO.
https://github.com/nitishkgupta/seotoolsuite
dataforseo digital-marketing keyword-research nextjs seo seo-tools typescript
Last synced: 5 months ago
JSON representation
Free and open-source SEO tools for everyone. Keyword research and more, powered by DataForSEO.
- Host: GitHub
- URL: https://github.com/nitishkgupta/seotoolsuite
- Owner: nitishkgupta
- License: mit
- Created: 2025-12-04T13:23:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-28T16:05:26.000Z (5 months ago)
- Last Synced: 2026-01-29T07:37:34.690Z (5 months ago)
- Topics: dataforseo, digital-marketing, keyword-research, nextjs, seo, seo-tools, typescript
- Language: TypeScript
- Homepage: https://seotoolsuite.nitishkgupta.com
- Size: 7.03 MB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-solo-founder-oss - seotoolsuite
README

SEOToolSuite provides **free and open source SEO tools for everyone**. Keyword research and more, powered by DataForSEO.
[](https://github.com/nitishkgupta/seotoolsuite/releases) [](LICENSE) [
](https://seotoolsuite.nitishkgupta.com)
## π SEO Tools
### Keyword Research

Find thousands of keyword suggestions with multiple metrics like search volume, trend, search intent, seo difficulty, and more. Uses DataForSEO APIs.
### Keyword Complete

Generate hundreds (or even thousands!) of long-tail keywords for free using Google autocomplete. No API needed!
## π Prerequisites
- [DataForSEO API](https://dataforseo.com/?aff=44560) (for tools using DataForSEO APIs)
- Node.js (for localhost/server deployment)
## π Getting Started
You can use the cloud version of SEOToolSuite for free or run it on your localhost/server as well.
### Using The Cloud Version
Simply head to [https://seotoolsuite.nitishkgupta.com](https://seotoolsuite.nitishkgupta.com), and use the tools right-away!
### Running On Localhost/Server
#### 1. Clone the repo.
```bash
git clone https://github.com/nitishkgupta/seotoolsuite.git
```
#### 2. Install dependencies.
```bash
npm install
```
#### 3. Build the app.
```bash
npm run build
```
#### 4. Start the app.
```bash
npm run start
```
## π Getting Updates
The cloud version is updated automatically. For the local version, follow the below steps:
### 1. Pull the latest changes from the repo.
```bash
git pull
```
### 2. Install dependencies.
```bash
npm install
```
### 3. Rebuild the app.
```bash
npm run build
```
### 4. Start the app.
```bash
npm run start
```
## π οΈ Tech Stack
- Next.js
## βΉοΈ Frequently Asked Questions
### 1. Are my API credentials secured?
Yes, your API credentials are stored locally in your browser (via LocalStorage) and are never sent to any server.
### 2. Are these SEO tools free to use?
Yes, you only pay for your API usage (DataForSEO). There are no extra or hidden charges.
### 3. Can I reuse the code?
Yes, the entire codebase is licensed under the MIT License, so youβre free to use, modify, and reuse the code as you wish.
### 4. Where do I report bugs or request features?
If 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!
## π Changelog
The changelog is available [here](CHANGELOG.md).