Skip to content

Olanetsoft/article-idea-generator

Repository files navigation

Open in GitPod GitHub issues GitHub forks GitHub stars GitHub watchers License: MIT GitHub repo size

This simple tool generates article ideas for your blog or website. It's a great way to get started with your content marketing strategy.

Article Idea Generator - I Article Idea Generator - II

How to use

  1. Go to https://www.articleideagenerator.com/.
  2. Enter any related keyword to the topic you have in mind and click Enter.
    Optional: click on the Enable SEO & Clickbait feature to get some ideas that would easily rank on search engines.
  3. Four different article ideas will be generated; copy any of the generated article ideas.
  4. Paste it into your favorite content editor.
  5. Write your article.
  6. Publish it.

How it works

The OpenAI GPT-3.5 API (gpt-3.5-turbo) is used in this application. Based on the user's input, it creates a prompt, sends it to the GPT-3.5 API, and gets the response back to the application.

Running Project Locally

  1. Fork the repo
  2. Clone the repo
  3. After cloning the repo, go to OpenAI to make an account and generate your API key
  4. Rename the .env.example file on the root of the project to .env, then paste your API key in the .env file
  5. Run npm install to install all the dependencies
  6. Run npm run dev to start the project
  7. Go to http://localhost:3000 to see the project running

Contributing

If you want to contribute to this project, please read the contributing guide. If you have any ideas or suggestions, feel free to open an issue or a pull request.

If you like this project, please give it a star ⭐️

Contributors 💪

Thanks for spending your time helping Article Idea Generator grow. Happy Hacking 🍻

Contributors

Stargazers ⭐️

Stargazers

Acknowledgement

Built with 💗 Inspired by Nutlope, powered by Open AI.