{"id":13602155,"url":"https://github.com/Olanetsoft/article-idea-generator","last_synced_at":"2025-04-11T08:31:43.321Z","repository":{"id":65535577,"uuid":"593399851","full_name":"Olanetsoft/article-idea-generator","owner":"Olanetsoft","description":"Generate your next article idea with ease. Powered by OpenAI.","archived":false,"fork":false,"pushed_at":"2024-10-21T12:14:43.000Z","size":2777,"stargazers_count":207,"open_issues_count":7,"forks_count":62,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2024-11-07T05:38:41.207Z","etag":null,"topics":["api","article","artificial-intelligence","hacktoberfest","hacktoberfest-accepted","javascript","nextjs","openai","react","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://www.articleideagenerator.com/","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/Olanetsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2023-01-25T22:42:16.000Z","updated_at":"2024-11-06T14:58:22.000Z","dependencies_parsed_at":"2024-10-22T12:40:33.652Z","dependency_job_id":null,"html_url":"https://github.com/Olanetsoft/article-idea-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olanetsoft%2Farticle-idea-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olanetsoft%2Farticle-idea-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olanetsoft%2Farticle-idea-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olanetsoft%2Farticle-idea-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Olanetsoft","download_url":"https://codeload.github.com/Olanetsoft/article-idea-generator/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248361565,"owners_count":21090932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","article","artificial-intelligence","hacktoberfest","hacktoberfest-accepted","javascript","nextjs","openai","react","tailwindcss","typescript","vercel"],"created_at":"2024-08-01T18:01:15.391Z","updated_at":"2025-04-11T08:31:42.438Z","avatar_url":"https://github.com/Olanetsoft.png","language":"TypeScript","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)\n[![GitHub forks](https://img.shields.io/github/forks/Olanetsoft/article-idea-generator)](https://img.shields.io/github/forks/Olanetsoft/article-idea-generator)\n[![GitHub stars](https://img.shields.io/github/stars/Olanetsoft/article-idea-generator)](https://img.shields.io/github/stars/Olanetsoft/article-idea-generator)\n[![GitHub watchers](https://img.shields.io/github/watchers/Olanetsoft/article-idea-generator?style=label=Watch)](https://github.com/Olanetsoft/article-idea-generator)\n[![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)\n\n## [Article Idea Generator](https://www.articleideagenerator.com/)\n\nThis simple tool generates article ideas for your blog or website. It's a great way to get started with your content marketing strategy.\n\n[![Article Idea Generator - I](https://github.com/Olanetsoft/article-idea-generator/assets/45847909/d193b273-e38f-43a9-88ee-2faddb21ea5b)](https://www.articleideagenerator.com/)\n[![Article Idea Generator - II](https://github.com/Olanetsoft/article-idea-generator/assets/45847909/cc7c64c0-e623-4026-9155-7e104ec67d61)](https://www.articleideagenerator.com/)\n\n\n## How to use\n\n1. Go to [https://www.articleideagenerator.com/](https://www.articleideagenerator.com/).\n2. Enter any related keyword to the topic you have in mind and click `Enter.` \u003cbr\u003e\n`Optional`: click on the `Enable SEO \u0026 Clickbait feature` to get some ideas that would easily rank on search engines.\n3. Four different article ideas will be generated; copy any of the generated article ideas.\n4. Paste it into your favorite content editor.\n5. Write your article.\n6. Publish it.\n\n\n## How it works\n\nThe [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.\n\n## Running Project Locally\n\n1. Fork the repo\n2. Clone the repo\n3. After cloning the repo, go to [OpenAI](https://beta.openai.com/account/api-keys) to make an account and generate your API key\n4. Rename the `.env.example` file on the root of the project to `.env`, then paste your API key in the `.env` file\n5. Run `npm install` to install all the dependencies\n6. Run `npm run dev` to start the project\n7. Go to [http://localhost:3000](http://localhost:3000) to see the project running\n\n## Contributing\n\nIf 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. \n\nIf you like this project, please give it a star ⭐️\n\n\n## Contributors 💪\n\nThanks for spending your time helping `Article Idea Generator` grow. Happy Hacking 🍻\n\n[![Contributors](https://contrib.rocks/image?repo=Olanetsoft/article-idea-generator)](https://github.com/Olanetsoft/article-idea-generator/edit/main/README.md)\n\n## Stargazers ⭐️\n\n[![Stargazers](https://git-lister.onrender.com/api/stars/Olanetsoft/article-idea-generator?limit=15)](https://github.com/Olanetsoft/article-idea-generator)\n\n\n## Acknowledgement\n\nBuilt with 💗 Inspired by [Nutlope](https://twitter.com/nutlope), powered by [Open AI](https://openai.com/).\n","funding_links":[],"categories":["artificial-intelligence"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOlanetsoft%2Farticle-idea-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOlanetsoft%2Farticle-idea-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOlanetsoft%2Farticle-idea-generator/lists"}