<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Firebase Genkit Updates Daily</title>
  <id>https://www.trackawesomelist.com/xavidop/awesome-firebase-genkit/feed.xml</id>
  <updated>2026-02-24T03:13:49.813Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/xavidop/awesome-firebase-genkit/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/xavidop/awesome-firebase-genkit/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/xavidop/awesome-firebase-genkit/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>🔥 List of Genkit talks, plugins, tools, examples &amp; articles! Contributions welcome!</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/24/</id>
    <title>Awesome Firebase Genkit Updates on Feb 24, 2026</title>
    <updated>2026-02-24T03:13:49.813Z</updated>
    <published>2026-02-24T03:13:49.728Z</published>
    <content type="html"><![CDATA[<h3><p>Plugins / Java (Unofficial) - Community</p>
</h3>
<ul>
<li>Core<ul>
<li><a href="https://github.com/genkit-ai/genkit-java/packages" rel="noopener noreferrer"><code>genkit-java</code></a> - An unofficial Java SDK for Genkit, providing Java support for building AI-powered applications.</li>
</ul>
</li>
</ul>

<ul>
<li>Model / Embedding Plugins<ul>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/openai" rel="noopener noreferrer"><code>genkit-plugin-openai</code></a> - Plugin for OpenAI models (GPT-4o, GPT-4o-mini, etc.) and embeddings.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/google-genai" rel="noopener noreferrer"><code>genkit-plugin-google-genai</code></a> - Plugin for Google Gemini models and Imagen image generation.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/anthropic" rel="noopener noreferrer"><code>genkit-plugin-anthropic</code></a> - Plugin for Anthropic Claude models.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/aws-bedrock" rel="noopener noreferrer"><code>genkit-plugin-aws-bedrock</code></a> - Plugin for AWS Bedrock models (Amazon Nova, Claude, LLaMA, Mistral, etc.).</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/azure-foundry" rel="noopener noreferrer"><code>genkit-plugin-azure-foundry</code></a> - Plugin for Azure AI Foundry models.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/xai" rel="noopener noreferrer"><code>genkit-plugin-xai</code></a> - Plugin for XAI (x.ai) Grok models.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/deepseek" rel="noopener noreferrer"><code>genkit-plugin-deepseek</code></a> - Plugin for DeepSeek models.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/cohere" rel="noopener noreferrer"><code>genkit-plugin-cohere</code></a> - Plugin for Cohere Command models.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/mistral" rel="noopener noreferrer"><code>genkit-plugin-mistral</code></a> - Plugin for Mistral AI models.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/groq" rel="noopener noreferrer"><code>genkit-plugin-groq</code></a> - Plugin for Groq ultra-fast inference.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/ollama" rel="noopener noreferrer"><code>genkit-plugin-ollama</code></a> - Plugin for local Ollama models.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/compat-oai" rel="noopener noreferrer"><code>genkit-plugin-compat-oai</code></a> - Plugin for any OpenAI-compatible API endpoint.</li>
</ul>
</li>
</ul>

<ul>
<li>Vector Store Plugins<ul>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/localvec" rel="noopener noreferrer"><code>genkit-plugin-localvec</code></a> - Plugin for local file-based vector store for development.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/firebase" rel="noopener noreferrer"><code>genkit-plugin-firebase</code></a> - Plugin for Firebase (Firestore vector search, Cloud Functions, telemetry).</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/weaviate" rel="noopener noreferrer"><code>genkit-plugin-weaviate</code></a> - Plugin for Weaviate vector database.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/postgresql" rel="noopener noreferrer"><code>genkit-plugin-postgresql</code></a> - Plugin for PostgreSQL with pgvector.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/pinecone" rel="noopener noreferrer"><code>genkit-plugin-pinecone</code></a> - Plugin for Pinecone vector database.</li>
</ul>
</li>
</ul>

<ul>
<li>Evaluator Plugins<ul>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/evaluators" rel="noopener noreferrer"><code>genkit-plugin-evaluators</code></a> - Plugin for pre-built RAGAS-style evaluators (faithfulness, relevancy, etc.).</li>
</ul>
</li>
</ul>

<ul>
<li>Other Plugins<ul>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/jetty" rel="noopener noreferrer"><code>genkit-plugin-jetty</code></a> - HTTP server plugin using Jetty 12.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/spring" rel="noopener noreferrer"><code>genkit-plugin-spring</code></a> - HTTP server plugin using Spring Boot.</li>
<li><a href="https://github.com/genkit-ai/genkit-java/tree/main/plugins/mcp" rel="noopener noreferrer"><code>genkit-plugin-mcp</code></a> - Plugin for Model Context Protocol (MCP) client integration.</li>
</ul>
</li>
</ul>
<h3><p>Solutions / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://github.com/xavidop/genkit-azure-function-ai-foundry" rel="noopener noreferrer"><code>Genkit Azure Function AI Foundry</code></a> - A sample project demonstrating how to use Genkit with Azure Functions and Azure AI Foundry.</li>
</ul>

<ul>
<li><a href="https://github.com/xavidop/genkit-aws-lambda-bedrock" rel="noopener noreferrer"><code>Genkit AWS Lambda Bedrock</code></a> - A sample project demonstrating how to use Genkit with AWS Lambda and Amazon Bedrock.</li>
</ul>
<h3><p>Follow / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://github.com/genkit-ai/genkit-java" rel="noopener noreferrer">Genkit Java GitHub (⭐19)</a> - Unofficial GitHub repository for Genkit Java.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/24/"/>
    <summary>8 awesome projects updated on Feb 24, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/23/</id>
    <title>Awesome Firebase Genkit Updates on Feb 23, 2026</title>
    <updated>2026-02-23T13:41:26.381Z</updated>
    <published>2026-02-23T13:41:26.298Z</published>
    <content type="html"><![CDATA[<h3><p>Plugins / Dart - Official</p>
</h3>
<ul>
<li>Core<ul>
<li><a href="https://pub.dev/packages/genkit" rel="noopener noreferrer"><code>genkit</code></a> - A Dart SDK for Genkit, providing a unified interface for text generation, structured output, tool calling, and agentic workflows.</li>
</ul>
</li>
</ul>

<ul>
<li>Model / Embedding Plugins<ul>
<li><a href="https://pub.dev/packages/genkit_google_genai" rel="noopener noreferrer"><code>genkit_google_genai</code></a> - Google AI plugin for Genkit Dart.</li>
<li><a href="https://pub.dev/packages/genkit_anthropic" rel="noopener noreferrer"><code>genkit_anthropic</code></a> - Anthropic plugin for Genkit Dart.</li>
<li><a href="https://pub.dev/packages/genkit_openai" rel="noopener noreferrer"><code>genkit_openai</code></a> - OpenAI plugin for Genkit Dart.</li>
<li><a href="https://pub.dev/packages/genkit_chrome" rel="noopener noreferrer"><code>genkit_chrome</code></a> - Chrome Prompt API (Gemini Nano) plugin for Genkit Dart.</li>
<li><a href="https://pub.dev/packages/genkit_firebase_ai" rel="noopener noreferrer"><code>genkit_firebase_ai</code></a> - Firebase AI plugin for Genkit Dart.</li>
</ul>
</li>
</ul>

<ul>
<li>Other Plugins<ul>
<li><a href="https://pub.dev/packages/genkit_mcp" rel="noopener noreferrer"><code>genkit_mcp</code></a> - Model Context Protocol (MCP) plugin for Genkit Dart.</li>
<li><a href="https://pub.dev/packages/genkit_middleware" rel="noopener noreferrer"><code>genkit_middleware</code></a> - Common middlewares (filesystem, skills, toolApproval) for Genkit Dart.</li>
<li><a href="https://pub.dev/packages/genkit_shelf" rel="noopener noreferrer"><code>genkit_shelf</code></a> - Shelf HTTP Server integration for Genkit Dart.</li>
</ul>
</li>
</ul>
<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://koborin.ai/tech/mcp-deep-dive" rel="noopener noreferrer">Understanding Model Context Protocol Through Building the Genkit for Dart MCP Plugin</a> - A deep dive into the MCP specification, sharing insights gained from implementing the MCP plugin for Genkit Dart.</li>
</ul>
<h3><p>Follow / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://github.com/genkit-ai/genkit-dart" rel="noopener noreferrer">Genkit Dart GitHub (⭐129)</a> - Official GitHub repository for Genkit Dart.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/23/"/>
    <summary>5 awesome projects updated on Feb 23, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/12/18/</id>
    <title>Awesome Firebase Genkit Updates on Dec 18, 2025</title>
    <updated>2025-12-18T02:19:43.225Z</updated>
    <published>2025-12-18T02:19:43.225Z</published>
    <content type="html"><![CDATA[<h3><p>Plugins / Golang - Community</p>
</h3>
<ul>
<li>Vector Store Plugins<ul>
<li><a href="https://github.com/qdrant/qdrant-genkit/tree/main/go" rel="noopener noreferrer"><code>qdrant</code></a> - Plugin for Qdrant Vector Stores.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/12/18/"/>
    <summary>1 awesome projects updated on Dec 18, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/12/03/</id>
    <title>Awesome Firebase Genkit Updates on Dec 03, 2025</title>
    <updated>2025-12-03T13:05:58.283Z</updated>
    <published>2025-12-03T13:05:58.283Z</published>
    <content type="html"><![CDATA[<h3><p>Solutions / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://github.com/nozomi-koborinai/gcp-cost-mcp-server" rel="noopener noreferrer"><code>GCP Cost MCP Server</code></a> - An MCP server built with Genkit for Go that enables AI assistants to estimate Google Cloud costs directly, replacing manual use of the GCP Pricing Calculator.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/12/03/"/>
    <summary>1 awesome projects updated on Dec 03, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/11/29/</id>
    <title>Awesome Firebase Genkit Updates on Nov 29, 2025</title>
    <updated>2025-11-29T02:08:33.676Z</updated>
    <published>2025-11-29T02:08:33.656Z</published>
    <content type="html"><![CDATA[<h3><p>Plugins / Python - Official</p>
</h3>
<ul>
<li>Other Plugins:<ul>
<li><a href="https://genkit.dev/python/docs/flask/" rel="noopener noreferrer"><code>server flask</code></a> - Flask plugin for building web applications with Genkit.</li>
</ul>
</li>
</ul>
<h3><p>Books / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://mastering-genkit.github.io/mastering-genkit-go/" rel="noopener noreferrer">Mastering Genkit: Go Edition</a> - Build Production-Ready AI Applications with Go and Genkit.</li>
</ul>
<h3><p>Solutions / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://github.com/xavidop/perplexity-cli" rel="noopener noreferrer"><code>Perplexity CLI</code></a> - A command-line interface (CLI) tool that leverages Genkit to provide AI-powered answers to user queries by utilizing web search results from Tavily AI simulating how Perplexity works.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/11/29/"/>
    <summary>3 awesome projects updated on Nov 29, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/11/24/</id>
    <title>Awesome Firebase Genkit Updates on Nov 24, 2025</title>
    <updated>2025-11-24T16:41:41.794Z</updated>
    <published>2025-11-24T16:41:41.695Z</published>
    <content type="html"><![CDATA[<h3><p>Plugins / JavaScript - Official</p>
</h3>
<ul>
<li>Model / Embedding Plugins<ul>
<li><a href="https://genkit.dev/docs/plugins/vertex-ai/" rel="noopener noreferrer"><code>@genkit-ai/vertexai</code></a> - The Vertex AI plugin provides interfaces to several AI services: Google generative AI models, A subset of evaluation metrics through the Vertex AI Rapid Evaluation API, Vector Search.</li>
<li><a href="https://genkit.dev/docs/plugins/google-genai/" rel="noopener noreferrer"><code>@genkit-ai/googleai</code></a> - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API.</li>
<li><a href="https://genkit.dev/docs/plugins/ollama/" rel="noopener noreferrer"><code>genkitx-ollama</code></a> - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.</li>
<li><a href="https://genkit.dev/docs/plugins/compat-oai/" rel="noopener noreferrer"><code>@genkit-ai/compat-oai</code></a> - Plugin for Compatible OpenAI APIs.</li>
<li><a href="https://genkit.dev/docs/plugins/xai/" rel="noopener noreferrer"><code>@genkit-ai/compat-oai/xai</code></a> - Plugin for XAI APIs.</li>
<li><a href="https://genkit.dev/docs/plugins/openai/" rel="noopener noreferrer"><code>@genkit-ai/compat-oai/openai</code></a> - Plugin for OpenAI APIs.</li>
</ul>
</li>
</ul>

<ul>
<li>Vector Store Plugins<ul>
<li><a href="https://genkit.dev/docs/rag/" rel="noopener noreferrer"><code>@genkit-ai/dev-local-vectorstore</code></a> - Plugin for Local Vector Store for development purposes.</li>
</ul>
</li>
</ul>

<ul>
<li>Other Plugins<ul>
<li><a href="https://genkit.dev/docs/plugins/firebase/" rel="noopener noreferrer"><code>@genkit-ai/firebase</code></a> - Firebase plugin provides several integrations with Firebase services: Indexers and retrievers using Cloud Firestore vector store, Trace storage using Cloud Firestore, Flow deployment using Cloud Functions, Authorization policies for Firebase Authentication users.</li>
<li><a href="https://genkit.dev/docs/plugins/express/" rel="noopener noreferrer"><code>@genkit-ai/express</code></a> - Express plugin provides an Express middleware for Genkit.</li>
<li><a href="https://genkit.dev/docs/plugins/mcp/" rel="noopener noreferrer"><code>@genkit-ai/mcp</code></a> - MCP plugin provides an interface to the MCP (Model Context Procol).</li>
</ul>
</li>
</ul>
<h3><p>Plugins / JavaScript - Community</p>
</h3>
<ul>
<li>Vector Store Plugins<ul>
<li><a href="https://github.com/BloomLabsInc/genkit-plugins/tree/main/plugins/convex" rel="noopener noreferrer"><code>genkitx-convex</code></a> - Plugin for Convex Vector Stores.</li>
<li><a href="https://github.com/BloomLabsInc/genkit-plugins/tree/main/plugins/hnsw" rel="noopener noreferrer"><code>genkitx-hnsw</code></a> - Plugin for HNSW Vector Stores.</li>
<li><a href="https://github.com/qdrant/qdrant-genkit" rel="noopener noreferrer"><code>genkitx-qdrant</code></a> - Plugin for Qdrant Vector Stores.</li>
<li><a href="https://genkit.dev/docs/plugins/astra-db/" rel="noopener noreferrer"><code>genkitx-astra-db</code></a> - Plugin for AstraDB Vector Stores.</li>
<li><a href="https://genkit.dev/docs/plugins/pgvector/" rel="noopener noreferrer"><code>genkitx-pgvector</code></a> - Plugin for PostgeSQL (PGVector) Vector Stores.</li>
<li><a href="https://github.com/retzd-tech/genkitx-redis" rel="noopener noreferrer"><code>genkitx-redis</code></a> - Plugin for Redis Vector Stores.</li>
<li><a href="https://github.com/xavidop/genkitx-voiceflow" rel="noopener noreferrer"><code>genkitx-voiceflow</code></a> - Plugin for Voiceflow KB.</li>
<li><a href="https://genkit.dev/docs/plugins/lancedb/" rel="noopener noreferrer"><code>genkitx-lancedb</code></a> - Plugin for LanceDB Vector Stores.</li>
<li><a href="https://genkit.dev/docs/plugins/pinecone/" rel="noopener noreferrer"><code>genkitx-pinecone</code></a> - Plugin for Pinecone Vector Stores.</li>
<li><a href="https://genkit.dev/docs/plugins/chroma/" rel="noopener noreferrer"><code>genkitx-chromadb</code></a> - Plugin for Chroma Vector Stores.</li>
<li><a href="https://genkit.dev/docs/plugins/neo4j/" rel="noopener noreferrer"><code>genkitx-neo4j</code></a> - Plugin for Neo4j Vector Stores.</li>
<li><a href="https://genkit.dev/docs/plugins/cloud-sql-pg/" rel="noopener noreferrer"><code>genkitx-cloud-sql-pg</code></a> - Plugin for Cloud SQL for PostgreSQL Vector Stores.</li>
<li><a href="https://github.com/xavidop/genkitx-weaviate" rel="noopener noreferrer"><code>genkitx-weaviate</code></a> - Plugin for Weaviate Vector Stores.</li>
<li><a href="https://github.com/mongodb-partners/genkitx-mongodb/tree/main/plugin" rel="noopener noreferrer"><code>genkitx-mongodb</code></a> - Plugin for MongoDB Vector Stores.</li>
</ul>
</li>
</ul>
<h3><p>Plugins / Python - Official</p>
</h3>
<ul>
<li>Model / Embedding Plugins<ul>
<li><a href="https://genkit.dev/python/docs/reference/plugins/google-genai/" rel="noopener noreferrer"><code>google-genai</code></a> - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API &amp; Vertex AI models.</li>
<li><a href="https://genkit.dev/python/docs/reference/plugins/ollama/" rel="noopener noreferrer"><code>ollama</code></a> - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.</li>
</ul>
</li>
</ul>

<ul>
<li>Vector Store Plugins<ul>
<li><a href="https://genkit.dev/python/docs/reference/plugins/firestore/" rel="noopener noreferrer"><code>firestore</code></a> - The Firestore plugin provides interfaces to the Firestore vector store.</li>
<li><a href="https://genkit.dev/python/docs/reference/plugins/dev-local-vectorstore/" rel="noopener noreferrer"><code>dev_local_vectorstore</code></a> - Plugin for Local Vector Store for development purposes.</li>
</ul>
</li>
</ul>
<h3><p>Plugins / Golang - Official</p>
</h3>
<ul>
<li>Model / Embedding Plugins<ul>
<li><a href="https://genkit.dev/go/docs/plugins/google-genai/" rel="noopener noreferrer"><code>googlegenai</code></a> - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API &amp; Vertex AI Models.</li>
<li><a href="https://genkit.dev/go/docs/plugins/ollama/" rel="noopener noreferrer"><code>ollama</code></a> - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.</li>
<li><a href="https://genkit.dev/go/docs/plugins/openai/" rel="noopener noreferrer"><code>compat_oai,compat_oai/openai,compat_oai/anthropic</code></a> - Plugin for Compatible OpenAI APIs (OpenAI, Anthropic providers).</li>
</ul>
</li>
</ul>

<ul>
<li>Vector Store Plugins<ul>
<li><a href="https://genkit.dev/go/docs/plugins/pinecone/" rel="noopener noreferrer"><code>pinecone</code></a> - Plugin for Pinecone Vector Stores.</li>
<li><a href="https://genkit.dev/go/docs/plugins/alloydb/" rel="noopener noreferrer"><code>alloydb</code></a> - Plugin for AlloyDB Vector Stores.</li>
<li><a href="https://firebase.google.com/docs/genkit-go/rag" rel="noopener noreferrer"><code>localvec</code></a> - Plugin for Local Vector Store for development purposes.</li>
<li><a href="https://genkit.dev/go/docs/plugins/pgvector/" rel="noopener noreferrer"><code>pgvector</code></a> - Plugin for PostgreSQL (PGVector) Vector Stores.</li>
<li><a href="https://genkit.dev/go/docs/plugins/cloud-sql-pg/" rel="noopener noreferrer"><code>postgresql</code></a> - Plugin for Cloud SQL for PostgreSQL Vector Stores.</li>
<li><a href="https://github.com/firebase/genkit/tree/main/go/plugins/weaviate" rel="noopener noreferrer"><code>weaviate</code></a> - Plugin for Weaviate Vector Stores.</li>
</ul>
</li>
</ul>

<ul>
<li>Monitoring Plugins<ul>
<li><a href="https://genkit.dev/go/docs/plugins/google-cloud/" rel="noopener noreferrer"><code>googlecloud</code></a> - The Google Cloud plugin exports Genkit's telemetry and logging data to Google Cloud's operation suite.</li>
</ul>
</li>
</ul>

<ul>
<li>Other Plugins:<ul>
<li><a href="https://genkit.dev/go/docs/plugins/mcp/" rel="noopener noreferrer"><code>mcp</code></a> - The MCP plugin provides interfaces to the MCP (Managed Context Protocol).</li>
</ul>
</li>
</ul>
<h3><p>Plugins / Golang - Community</p>
</h3>
<ul>
<li>Model / Embedding Plugins<ul>
<li><a href="https://pkg.go.dev/github.com/xavidop/genkit-aws-bedrock-go" rel="noopener noreferrer"><code>bedrock</code></a> - Plugin for AWS Bedrock APIs.</li>
<li><a href="https://pkg.go.dev/github.com/xavidop/genkit-azure-foundry-go" rel="noopener noreferrer"><code>azureaifoundry</code></a> - Plugin for Azure AI Foundry.</li>
</ul>
</li>
</ul>

<ul>
<li>Monitoring Plugin:<ul>
<li><a href="https://github.com/xavidop/genkit-opentelemetry-go" rel="noopener noreferrer"><code>opentelemetry</code></a> - Plugin for OpenTelemetry to monitor Genkit applications.</li>
</ul>
</li>
</ul>
<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://dev.to/denisvalasek/gemini-in-your-slack-workspace-using-firebase-genkit-530c" rel="noopener noreferrer">Gemini in your Slack workspace using Firebase &amp; Genkit</a> - Learn how to integrate Gemini using Genkit as a Slackbot.</li>
</ul>

<ul>
<li><a href="https://dev.to/denisvalasek/set-up-rag-with-genkit-and-firebase-in-15-minutes-50b2" rel="noopener noreferrer">Set up RAG with Genkit and Firebase in 15 minutes</a> - Introduction to RAG, Genkit and using Firebase Firestore as Vector DB.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/11/24/"/>
    <summary>14 awesome projects updated on Nov 24, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/07/14/</id>
    <title>Awesome Firebase Genkit Updates on Jul 14, 2025</title>
    <updated>2025-07-14T09:58:13.107Z</updated>
    <published>2025-07-14T09:58:13.070Z</published>
    <content type="html"><![CDATA[<h3><p>Talks / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://speakerdeck.com/coborinai/dart" rel="noopener noreferrer">Dart client for Genkit: Call Genkit Flows from Flutter/Dart - Slides</a> - Slides from a lightning talk at Google I/O Extended Tokyo 2025, introducing the Dart client library for calling Genkit flows from Flutter/Dart applications.</li>
</ul>

<ul>
<li><a href="https://youtu.be/AakdczWQLzY?si=S5aT29miICHWQepM" rel="noopener noreferrer">Dart client for Genkit: Call Genkit Flows from Flutter/Dart - Video</a> - Video from a lightning talk at Google I/O Extended Tokyo 2025, introducing the Dart client library for calling Genkit flows from Flutter/Dart applications.</li>
</ul>
<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://medium.com/@nozomi-koborinai/dart-client-for-genkit-call-genkit-flows-from-flutter-dart-b5a2c9b9400e" rel="noopener noreferrer">Dart Client for Genkit: Call Genkit Flows from Flutter/Dart</a> - A comprehensive guide to using the Dart client library for calling Genkit flows from Flutter and Dart applications with streaming support and type safety.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/07/14/"/>
    <summary>3 awesome projects updated on Jul 14, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/04/23/</id>
    <title>Awesome Firebase Genkit Updates on Apr 23, 2025</title>
    <updated>2025-04-23T17:26:55.300Z</updated>
    <published>2025-04-23T17:26:55.299Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://medium.com/@nozomi-koborinai/extending-your-ai-application-with-genkit-mcp-475d7533ca9e" rel="noopener noreferrer">Extending Your AI Application with Genkit MCP</a> - Learn how to integrate Google Maps using Genkit MCP client to query MCP servers for enhanced location-based AI features.</li>
</ul>

<ul>
<li><a href="https://medium.com/@nozomi-koborinai/genkit-vs-agent-development-kit-adk-choosing-the-right-google-backed-ai-framework-1744b73234ac" rel="noopener noreferrer">Genkit vs Agent Development Kit (ADK): Choosing the Right Google‑Backed AI Framework</a> - A comparison of two Google-backed AI frameworks, helping developers choose the right tool for their needs.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/04/23/"/>
    <summary>2 awesome projects updated on Apr 23, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/04/10/</id>
    <title>Awesome Firebase Genkit Updates on Apr 10, 2025</title>
    <updated>2025-04-10T02:04:38.676Z</updated>
    <published>2025-04-10T02:04:38.642Z</published>
    <content type="html"><![CDATA[<h3><p>API References / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://js.api.genkit.dev/" rel="noopener noreferrer">JavaScript</a> - Specs for the JavaScript API.</li>
</ul>

<ul>
<li><a href="https://python.api.genkit.dev/" rel="noopener noreferrer">Python</a> - Specs for the Python API.</li>
</ul>

<ul>
<li><a href="https://pkg.go.dev/github.com/firebase/genkit/go" rel="noopener noreferrer">Golang</a> - Specs for the Golang API.</li>
</ul>
<h3><p>Talks / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=eVud8llb_W0" rel="noopener noreferrer">Supercharge your app with Genkit</a> - A talk on how to supercharge your app with Genkit.</li>
</ul>

<ul>
<li><a href="https://speakerdeck.com/coborinai/accelerating-generative-ai-app-development-with-flutter-and-firebase-genkit" rel="noopener noreferrer">Accelerating Generative AI App Development with Flutter &amp; Genkit</a> - Slides from a presentation at FlutterGakkai, a Flutter conference in Japan, showcasing how to integrate Genkit with Flutter for rapid generative AI app development.</li>
</ul>
<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://medium.com/firebase-developers/build-firebase-genkit-nodejs-apps-with-dash-agents-skip-the-docs-258e067b3fdc" rel="noopener noreferrer">Build Genkit Node.js apps with Dash Agents</a> - A step-by-step guide to building Genkit Node.js apps by leveraging Dash Agents.</li>
</ul>

<ul>
<li><a href="https://xavidop.me/firebase/gcp/2024-05-24-firebase-genkit-ollama/" rel="noopener noreferrer">Genkit with Gemma using Ollama</a> - Firebase project that uses the Gen AI Kit with Gemma using Ollama.</li>
</ul>

<ul>
<li><a href="https://medium.com/@nozomi-koborinai/how-to-develop-firebase-genkit-functions-2677b386a227" rel="noopener noreferrer">How to Develop Firebase functions with Genkit</a> - A practical guide to efficient local testing of Firebase Functions with Genkit Firebase product integrations.</li>
</ul>

<ul>
<li><a href="https://medium.com/@yukinagae/firebase-genkit-for-go-developers-a-guide-to-building-llm-applications-f96c51c34b10" rel="noopener noreferrer">Genkit for Go Developers: A Guide to Building LLM Applications</a> - A getting started guide for Go developers using Genkit.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/04/10/"/>
    <summary>9 awesome projects updated on Apr 10, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/28/</id>
    <title>Awesome Firebase Genkit Updates on Feb 28, 2025</title>
    <updated>2025-02-28T12:51:32.279Z</updated>
    <published>2025-02-28T12:51:32.279Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://xavidop.me/firebase/gcp/2025-02-28-firebase-genkit-node-tool/" rel="noopener noreferrer">Genkit in Node, Building a Weather Service with AI Integration</a> - Explore how to build a weather service using Genkit in Node.js using Express, GitHub Models and Tools.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/28/"/>
    <summary>1 awesome projects updated on Feb 28, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/21/</id>
    <title>Awesome Firebase Genkit Updates on Feb 21, 2025</title>
    <updated>2025-02-21T12:52:07.207Z</updated>
    <published>2025-02-21T01:54:51.027Z</published>
    <content type="html"><![CDATA[<h3><p>Videos / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=M8rfDySBBvM" rel="noopener noreferrer">Getting started with Genkit (outdated)</a> - A video tutorial on how to get started with Genkit.</li>
</ul>

<ul>
<li><a href="https://youtu.be/ONR38NZK5FE" rel="noopener noreferrer">What are Genkit flows? (outdated)</a> - Flows are a key concept in Genkit. Learn what makes them special, and how to use them.</li>
</ul>

<ul>
<li><a href="https://youtu.be/TGHua_RtUjs" rel="noopener noreferrer">Build an Angular app with Genkit and deploy to Firebase (outdated)</a> - Join Pavel as he builds an Angular app and deploys it to Firebase.</li>
</ul>

<ul>
<li><a href="https://youtu.be/CGVBR8quZac" rel="noopener noreferrer">DeepDive #1 - Genkit's reflection API and how it powers Genkit's developer UI (outdated)</a> - Learn how the Genkit developer UI communicates with Genkit through the reflection API.</li>
</ul>

<ul>
<li><a href="https://youtu.be/p8ZlYAmbWHE" rel="noopener noreferrer">Retrieval Augmented Generation (RAG) with Genkit (outdated)</a> - Learn how to efficiently parse PDFs, convert their content into searchable vectors using Genkit's local vector store, and implement a re-ranker to pinpoint the most relevant documents for your queries.</li>
</ul>

<ul>
<li><a href="https://youtu.be/VFPsp7aURWA?t=152s" rel="noopener noreferrer">Firebase After Hours #3 - Genkit: More than Meets the AI! (outdated)</a> - Hang out with Nohe and Peter to learn more about Genkit, Google's open source AI integration framework. With special guest Pavel Jbanov, lead engineer on the Genkit team.</li>
</ul>

<ul>
<li><a href="https://youtu.be/01XOIhh2ibA" rel="noopener noreferrer">Firebase After Hours #4 - Genkit: Tooltime (outdated)</a> - Learn how to give LLMs superpowers by conneting the to the real world using tool calling.</li>
</ul>
<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://firebase.blog/posts/2025/02/gemini-genkit-pdf-structured-data" rel="noopener noreferrer">Extracting structured data from PDFs using Gemini 2.0 and Genkit</a> - Learn how to extract structured data from PDFs using Gemini 2.0 and Genkit 1.0.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/21/"/>
    <summary>8 awesome projects updated on Feb 21, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/20/</id>
    <title>Awesome Firebase Genkit Updates on Feb 20, 2025</title>
    <updated>2025-02-20T12:53:12.020Z</updated>
    <published>2025-02-20T12:53:12.020Z</published>
    <content type="html"><![CDATA[<h3><p>Solutions / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://github.com/tanabee/internal-ai" rel="noopener noreferrer"><code>internal AI</code></a> - An open-source Genkit-based internal AI chat application.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/20/"/>
    <summary>1 awesome projects updated on Feb 20, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/14/</id>
    <title>Awesome Firebase Genkit Updates on Feb 14, 2025</title>
    <updated>2025-02-14T01:54:41.802Z</updated>
    <published>2025-02-14T01:54:41.802Z</published>
    <content type="html"><![CDATA[<h3><p>Videos / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=3p1P5grjXIQ" rel="noopener noreferrer">Getting started with Genkit/JS 1.0</a> - Learn how to get started with Genkit/JS 1.0.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/14/"/>
    <summary>1 awesome projects updated on Feb 14, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/12/09/</id>
    <title>Awesome Firebase Genkit Updates on Dec 09, 2024</title>
    <updated>2024-12-09T12:58:27.407Z</updated>
    <published>2024-12-09T12:58:27.407Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://medium.com/@nozomi-koborinai/getting-started-with-ai-image-generation-apps-on-flutter-genkit-and-imagen-3-9a83c63cbdf3" rel="noopener noreferrer">Getting Started with AI Image Generation Apps on Flutter, Genkit, and Imagen 3</a> - A guide to building an AI image generation app using Flutter, Genkit, and Google's Imagen 3.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/12/09/"/>
    <summary>1 awesome projects updated on Dec 09, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/12/02/</id>
    <title>Awesome Firebase Genkit Updates on Dec 02, 2024</title>
    <updated>2024-12-02T02:06:43.159Z</updated>
    <published>2024-12-02T02:06:43.159Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://docs.google.com/presentation/d/10F2hjzJhdInSuhDQ8G_B2raGz79mzTRIcWU_59Zh5Y8/edit?usp=sharing" rel="noopener noreferrer">Orchestrating Firebase and AI: Genkit architecture example</a> - Presented in a lightning talk at GDG DevFest Tokyo 2024.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/12/02/"/>
    <summary>1 awesome projects updated on Dec 02, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/23/</id>
    <title>Awesome Firebase Genkit Updates on Oct 23, 2024</title>
    <updated>2024-10-23T12:51:41.791Z</updated>
    <published>2024-10-23T12:51:41.789Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://medium.com/@nozomi-koborinai/orchestrating-firebase-and-ai-8-genkit-architecture-patterns-12e44db40345" rel="noopener noreferrer">Orchestrating Firebase and AI: 8 Genkit Architecture Patterns</a> - A guide to 8 architecture patterns for integrating Firebase and AI using Genkit.</li>
</ul>

<ul>
<li><a href="https://medium.com/firebase-developers/high-precision-responses-with-genkits-google-search-integration-7f142f5c9693" rel="noopener noreferrer">High-Precision Responses with Genkits Google Search Integration</a> - Learn how to integrate Google Search with Genkit.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/23/"/>
    <summary>2 awesome projects updated on Oct 23, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/29/</id>
    <title>Awesome Firebase Genkit Updates on Sep 29, 2024</title>
    <updated>2024-09-29T12:47:50.329Z</updated>
    <published>2024-09-29T12:47:50.329Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://dev.to/denisvalasek/understanding-genkit-flows-with-czech-language-tricks-26i3" rel="noopener noreferrer">Understanding Genkit flows with Czech language tricks</a> - Learn how to work with Genkit flows and use the features of Genkit UI.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/29/"/>
    <summary>1 awesome projects updated on Sep 29, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/25/</id>
    <title>Awesome Firebase Genkit Updates on Sep 25, 2024</title>
    <updated>2024-09-25T12:52:26.904Z</updated>
    <published>2024-09-25T12:52:26.904Z</published>
    <content type="html"><![CDATA[<h3><p>Plugins / JavaScript - Community</p>
</h3>
<ul>
<li>Evaluator Plugins<ul>
<li><a href="https://github.com/yukinagae/genkitx-promptfoo" rel="noopener noreferrer"><code>genkitx-promptfoo</code></a> - Plugin for Promptfoo Evaluations.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/25/"/>
    <summary>1 awesome projects updated on Sep 25, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/20/</id>
    <title>Awesome Firebase Genkit Updates on Sep 20, 2024</title>
    <updated>2024-09-20T01:51:38.788Z</updated>
    <published>2024-09-20T01:51:38.788Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://medium.com/firebase-developers/getting-started-with-code-execution-in-genkit-c5391b45b321" rel="noopener noreferrer">Unlocking the power of code execution in Genkit</a> - Learn how to integrate Python code within Genkit.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/20/"/>
    <summary>1 awesome projects updated on Sep 20, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/19/</id>
    <title>Awesome Firebase Genkit Updates on Sep 19, 2024</title>
    <updated>2024-09-19T12:50:01.690Z</updated>
    <published>2024-09-19T12:50:01.688Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://medium.com/firebase-developers/how-to-develop-using-the-gemma2-model-in-genkit-085f22ce68f3" rel="noopener noreferrer">Master Gemma2 and Genkit</a> - Learn how to integrate Gemma2 with Genkit.</li>
</ul>

<ul>
<li><a href="https://medium.com/firebase-developers/implementing-function-calling-using-genkit-0c03f6cb9179" rel="noopener noreferrer">Unleash the Power of Function Calling with Genkit</a> - Learn how to implement function calling using Genkit.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/19/"/>
    <summary>2 awesome projects updated on Sep 19, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/15/</id>
    <title>Awesome Firebase Genkit Updates on Sep 15, 2024</title>
    <updated>2024-09-15T11:54:24.000Z</updated>
    <published>2024-09-15T11:53:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>Plugins / JavaScript - Community</p>
</h3>
<ul>
<li>Model / Embedding Plugins<ul>
<li><a href="https://github.com/xavidop/genkitx-github" rel="noopener noreferrer"><code>genkitx-github</code></a> - Plugin for GitHub Models APIs.</li>
<li><a href="https://github.com/BloomLabsInc/genkit-plugins/tree/main/plugins/anthropic" rel="noopener noreferrer"><code>genkitx-anthropic</code></a> - Plugin for Anthropic AI APIs.</li>
<li><a href="https://github.com/BloomLabsInc/genkit-plugins/tree/main/plugins/cohere" rel="noopener noreferrer"><code>genkitx-cohere</code></a> - Plugin for Cohere APIs.</li>
<li><a href="https://github.com/BloomLabsInc/genkit-plugins/tree/main/plugins/groq" rel="noopener noreferrer"><code>genkitx-groq</code></a> - Plugin for Groq APIs.</li>
<li><a href="https://github.com/BloomLabsInc/genkit-plugins/tree/main/plugins/mistral" rel="noopener noreferrer"><code>genkitx-mistral</code></a> - Plugin for Mistral AI APIs.</li>
<li><a href="https://github.com/BloomLabsInc/genkit-plugins/tree/main/plugins/azure-openai" rel="noopener noreferrer"><code>genkitx-azure-openai</code></a> - Plugin for Azure OpenAI APIs.</li>
<li><a href="https://github.com/xavidop/genkitx-aws-bedrock" rel="noopener noreferrer"><code>genkitx-aws-bedrock</code></a> - Plugin for AWS Bedrock APIs.</li>
<li><a href="https://github.com/oddbit/genkitx-deepseek" rel="noopener noreferrer"><code>genkitx-deepseek</code></a> - Plugin for Deepseek Cloud APIs.</li>
<li><a href="https://github.com/aciescrest/genkit-huggingface" rel="noopener noreferrer"><code>genkitx-huggingface</code></a> - Plugin for Hugging Face Inference APIs.</li>
</ul>
</li>
</ul>

<ul>
<li>Other Plugins<ul>
<li><a href="https://github.com/TheFireCo/genkit-plugins/tree/main/plugins/graph" rel="noopener noreferrer"><code>genkitx-graph</code></a> - Plugin for building Graph workflows.</li>
<li><a href="https://github.com/invertase/genkit-plugin-redis" rel="noopener noreferrer"><code>@invertase/genkit-plugin-redis</code></a> - A Redis Plugin for Genkit that adds Redis for efficient state storage, trace storage, caching, and rate limiting.</li>
<li><a href="https://github.com/pavelgj/genkitx-rxjs" rel="noopener noreferrer"><code>genkitx-rxjs</code></a> - A simple RxJS helper/adapter for Genkit.</li>
<li><a href="https://docs.agentic.so/marketplace/ts-sdks/genkit" rel="noopener noreferrer"><code>@agentic/genkit</code></a> - Agentic Tools adapter for the Genkit SDK.</li>
<li><a href="https://genkit.dev/docs/plugins/auth0/" rel="noopener noreferrer"><code>@auth0/ai-genkit</code></a> - Official Auth0 plugin for Genkit that provides authentication and authorization capabilities.</li>
<li><a href="https://github.com/marcelfolaron/genkitx-langfuse" rel="noopener noreferrer"><code>genkitx-langfuse</code></a> - Plugin to integrate with Langfuse for telemetry and prompt management.</li>
<li><a href="https://github.com/orchlab/genkitx-posthog" rel="noopener noreferrer"><code>genkitx-posthog</code></a> - Plugin to integrate with PostHog for telemetry and analytics.</li>
</ul>
</li>
</ul>
<h3><p>Tutorials / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://medium.com/firebase-developers/build-a-slack-bot-app-with-firebase-genkit-in-just-100-lines-71d4e49c9e08" rel="noopener noreferrer">Slack Bot App</a> - A tutorial on how to build a Slack Bot App with Genkit.</li>
</ul>
<h3><p>Follow / Java (Unofficial) - Community</p>
</h3>
<ul>
<li><a href="https://x.com/firebase" rel="noopener noreferrer">Firebase</a> - Official Twitter account for Firebase.</li>
</ul>

<ul>
<li><a href="https://discord.gg/qXt5zzQKpc" rel="noopener noreferrer">Genkit Discord server</a> - Official Discord server for Genkit.</li>
</ul>

<ul>
<li><a href="https://github.com/firebase/genkit" rel="noopener noreferrer">Genkit GitHub (⭐5.8k)</a> - Official GitHub repository for Genkit.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/15/"/>
    <summary>6 awesome projects updated on Sep 15, 2024</summary>
  </entry>
</feed>