Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Olanetsoft/article-idea-generator
Generate your next article idea with ease. Powered by OpenAI.
https://github.com/Olanetsoft/article-idea-generator
api article artificial-intelligence hacktoberfest hacktoberfest-accepted javascript nextjs openai react tailwindcss typescript vercel
Last synced: 2 months ago
JSON representation
Generate your next article idea with ease. Powered by OpenAI.
- Host: GitHub
- URL: https://github.com/Olanetsoft/article-idea-generator
- Owner: Olanetsoft
- Created: 2023-01-25T22:42:16.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-21T12:14:43.000Z (3 months ago)
- Last Synced: 2024-10-21T17:48:37.298Z (3 months ago)
- Topics: api, article, artificial-intelligence, hacktoberfest, hacktoberfest-accepted, javascript, nextjs, openai, react, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://www.articleideagenerator.com/
- Size: 2.65 MB
- Stars: 206
- Watchers: 6
- Forks: 62
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[![Open in GitPod](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Olanetsoft/article-idea-generator) [![GitHub issues](https://img.shields.io/github/issues/Olanetsoft/article-idea-generator)](https://github.com/Olanetsoft/article-idea-generator/issues)
[![GitHub forks](https://img.shields.io/github/forks/Olanetsoft/article-idea-generator)](https://img.shields.io/github/forks/Olanetsoft/article-idea-generator)
[![GitHub stars](https://img.shields.io/github/stars/Olanetsoft/article-idea-generator)](https://img.shields.io/github/stars/Olanetsoft/article-idea-generator)
[![GitHub watchers](https://img.shields.io/github/watchers/Olanetsoft/article-idea-generator?style=label=Watch)](https://github.com/Olanetsoft/article-idea-generator)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub repo size](https://img.shields.io/github/repo-size/Olanetsoft/article-idea-generator)](https://github.com/Olanetsoft/article-idea-generator)## [Article Idea Generator](https://www.articleideagenerator.com/)
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](https://github.com/Olanetsoft/article-idea-generator/assets/45847909/d193b273-e38f-43a9-88ee-2faddb21ea5b)](https://www.articleideagenerator.com/)
[![Article Idea Generator - II](https://github.com/Olanetsoft/article-idea-generator/assets/45847909/cc7c64c0-e623-4026-9155-7e104ec67d61)](https://www.articleideagenerator.com/)## How to use
1. Go to [https://www.articleideagenerator.com/](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](https://openai.com/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](https://beta.openai.com/account/api-keys) 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](http://localhost:3000) to see the project running## Contributing
If you want to contribute to this project, please read the [contributing guide](./CONTRIBUTING.md). 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](https://contrib.rocks/image?repo=Olanetsoft/article-idea-generator)](https://github.com/Olanetsoft/article-idea-generator/edit/main/README.md)
## Stargazers ⭐️
[![Stargazers](https://git-lister.onrender.com/api/stars/Olanetsoft/article-idea-generator?limit=15)](https://github.com/Olanetsoft/article-idea-generator)
## Acknowledgement
Built with 💗 Inspired by [Nutlope](https://twitter.com/nutlope), powered by [Open AI](https://openai.com/).