{"id":25933912,"url":"https://github.com/ekaone/app-ai-template","last_synced_at":"2026-04-17T09:31:45.630Z","repository":{"id":236195121,"uuid":"616446354","full_name":"ekaone/app-ai-template","owner":"ekaone","description":"Template for AI app - Article ideas generator","archived":false,"fork":false,"pushed_at":"2024-04-26T02:32:48.000Z","size":1549,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T09:26:39.730Z","etag":null,"topics":["gpt-3","openai","template"],"latest_commit_sha":null,"homepage":"https://articleideagenerator.netlify.app","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/ekaone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2023-03-20T12:07:11.000Z","updated_at":"2024-04-26T02:37:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0c9e97c-49eb-4824-ab53-851f61b38e6d","html_url":"https://github.com/ekaone/app-ai-template","commit_stats":null,"previous_names":["ekaone/app-ai-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ekaone/app-ai-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2Fapp-ai-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2Fapp-ai-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2Fapp-ai-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2Fapp-ai-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekaone","download_url":"https://codeload.github.com/ekaone/app-ai-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2Fapp-ai-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31923096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T09:10:15.403Z","status":"ssl_error","status_checked_at":"2026-04-17T09:10:14.455Z","response_time":62,"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":["gpt-3","openai","template"],"created_at":"2025-03-04T00:56:22.826Z","updated_at":"2026-04-17T09:31:45.621Z","avatar_url":"https://github.com/ekaone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Open in GitPod](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ekaone/app-ai-template) [![GitHub issues](https://img.shields.io/github/issues/ekaone/app-ai-template)](https://github.com/ekaone/app-ai-template/issues)\n[![GitHub forks](https://img.shields.io/github/forks/ekaone/app-ai-template)](https://img.shields.io/github/forks/ekaone/app-ai-template)\n[![GitHub stars](https://img.shields.io/github/stars/ekaone/app-ai-template)](https://img.shields.io/github/stars/ekaone/app-ai-template)\n[![GitHub watchers](https://img.shields.io/github/watchers/Olanetsoft/article-idea-generator?style=label=Watch)](https://github.com/ekaone/app-ai-template)\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/ekaone/app-ai-template)](https://github.com/ekaone/app-ai-template)\n\n## [App AI Template](https://articleideagenerator.netlify.app)\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[![App AI Template](./public/ss-dark.png)](https://articleideagenerator.netlify.app)\n\n[![App AI Template](./public/ss-light.png)](https://articleideagenerator.netlify.app)\n\n## How to use\n\n1. Go to [Article idea generator](https://articleideagenerator.netlify.app)\n2. Enter any related keyword to the topic you have in mind and click `Enter.` \u003cbr\u003e\n`Optional`: click on the `Enable CLickbait` to get some ideas that would easily rank on search engines\n3. A few of different article ideas will be generated; copy any of the generated article idea\n4. Paste it into your favourite content editor\n5. Write your article\n6. Publish it\n\n\n## How it works\n\nThe [OpenAI GPT-3 API](https://openai.com/api/) (text-davinci-003) and [Vercel Edge streaming](https://vercel.com/features/edge-functions) features are used in this application. Based on the user's input, it creates a prompt, sends it to the GPT-3 API using a Vercel Edge function, and streams 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 `AI Template` grow. Happy Hacking 🍻\n\n[![Contributors](https://contrib.rocks/image?repo=ekaone/app-ai-template)](https://github.com/ekaone/app-ai-template/edit/main/README.md)\n\n## Stargazers ⭐️\n\n[![Stargazers](https://git-lister.onrender.com/api/stars/ekaone/app-ai-template?limit=15)](https://github.com/ekaone/app-ai-template)\n\n\n## Acknowledgement\n\nBuilt with 💗 by [Eka Prasetia](https://twitter.com/twekaone), powered by [Open AI](https://openai.com/) \u0026 [Vercel Edge Functions](https://vercel.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekaone%2Fapp-ai-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekaone%2Fapp-ai-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekaone%2Fapp-ai-template/lists"}