{"id":18304666,"url":"https://github.com/yukinagae/genkit-sample","last_synced_at":"2026-02-14T16:31:01.832Z","repository":{"id":248082832,"uuid":"827669890","full_name":"yukinagae/genkit-sample","owner":"yukinagae","description":"Sample project for learning Firebase Genkit","archived":false,"fork":false,"pushed_at":"2024-11-18T12:43:51.000Z","size":4414,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-17T16:57:52.694Z","etag":null,"topics":["genkit","genkitx","openai"],"latest_commit_sha":null,"homepage":"https://medium.com/@yukinagae/your-first-guide-to-getting-started-with-firebase-genkit-6948d88e8a92","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/yukinagae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-07-12T06:16:42.000Z","updated_at":"2025-01-15T11:26:44.000Z","dependencies_parsed_at":"2024-07-12T09:28:14.701Z","dependency_job_id":"05167ad6-29f2-4133-983f-349f12b26a9c","html_url":"https://github.com/yukinagae/genkit-sample","commit_stats":null,"previous_names":["yukinagae/genkit-sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yukinagae/genkit-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukinagae%2Fgenkit-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukinagae%2Fgenkit-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukinagae%2Fgenkit-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukinagae%2Fgenkit-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yukinagae","download_url":"https://codeload.github.com/yukinagae/genkit-sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukinagae%2Fgenkit-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29449369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["genkit","genkitx","openai"],"created_at":"2024-11-05T15:29:54.576Z","updated_at":"2026-02-14T16:31:01.816Z","avatar_url":"https://github.com/yukinagae.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# genkit-sample\n\n`genkit-sample` is your starting point for learning about Firebase Genkit, an open-source framework that helps developers create AI-powered applications.\n\n- [Requirements](#requirements)\n- [Setup](#setup)\n- [Usage](#usage)\n- [Making Changes](#making-changes)\n- [Thanks](#thanks)\n- [License](#license)\n\n## Requirements\n\nBefore you start, make sure you have these installed:\n\n- **Node.js** version 22 or later\n- **npm**\n- **Genkit**\n\nFor Genkit installation, see the [official guide](https://firebase.google.com/docs/genkit/get-started).\n\nCheck your installations by running:\n\n```bash\n$ node --version # the below version is on my environment\nv22.7.0\n$ npm --version # the below version is on my environment\n10.8.2\n$ genkit --version # the below version is on my environment\n0.9.1\n```\n\n## Setup\n\n**Install Project Dependencies**: Open your terminal, navigate to this project's folder, and run:\n\n```bash\n$ npm install\n```\n\n## Usage\n\n1. **Set the `OPENAI_API_KEY` Environment Variable**\n\nBefore running the project, you need to provide your OpenAI API key. This key allows your application to communicate with OpenAI's services. Replace `your_api_key` with the actual API key you obtained from OpenAI.\n\n```bash\n$ export OPENAI_API_KEY=your_api_key\n```\n\n2. **Run the Genkit server locally**\n\nThis command starts the project and automatically opens your default web browser to http://localhost:4000.\n\n```bash\n$ npm run genkit\n```\n\nNow you can play with it!\n\n## Making Changes\n\n### Building the Project\n\nAfter making changes, you might need to build the project to see your changes in action:\n\n```bash\n$ npm run build\n```\n\n### Formatting and Linting\n\nTo ensure your code follows the project's coding standards, run the formatting and linting tools:\n\n```bash\n$ npm run typecheck # type check without modifying files\n$ npm run check     # scan without modifying files\n$ npm run fix       # modify files\n```\n\n## Thanks\n\nBig thanks to:\n\n- [GitHub - tanabee/genkit-summarize-webpage](https://github.com/tanabee/genkit-summarize-webpage)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukinagae%2Fgenkit-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukinagae%2Fgenkit-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukinagae%2Fgenkit-sample/lists"}