Skip to content

Firebase Genkit

## Awesome Genkit [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![lint](https://github.com/xavidop/awesome-genkit/actions/workflows/lint.yaml/badge.svg)](https://github.com/xavidop/awesome-genkit/actions/workflows/lint.yaml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/xavidop/awesome-firebase-genkit/) A collection of awesome things regarding the Genkit ecosystem.

Code Of Conduct Contribution guide Contributors

Shows an illustrated sun in light mode and a moon with stars in dark mode. Genkit is a framework designed to help you build AI-powered applications and features. It provides open source libraries for Node.js and Go, plus developer tools for testing and debugging.

Plugins

JavaScript - Official

  1. Model / Embedding Plugins
  2. @genkit-ai/vertexai - 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.
  3. @genkit-ai/googleai - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API.
  4. genkitx-ollama - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.
  5. @genkit-ai/compat-oai - Plugin for Compatible OpenAI APIs.
  6. @genkit-ai/compat-oai/xai - Plugin for XAI APIs.
  7. @genkit-ai/compat-oai/openai - Plugin for OpenAI APIs.
  8. Vector Store Plugins
  9. @genkit-ai/dev-local-vectorstore - Plugin for Local Vector Store for development purposes.
  10. Other Plugins
  11. @genkit-ai/firebase - 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.
  12. @genkit-ai/express - Express plugin provides an Express middleware for Genkit.
  13. @genkit-ai/mcp - MCP plugin provides an interface to the MCP (Model Context Procol).

JavaScript - Community

  1. Model / Embedding Plugins
  2. genkitx-github - Plugin for GitHub Models APIs.
  3. genkitx-anthropic - Plugin for Anthropic AI APIs.
  4. genkitx-cohere - Plugin for Cohere APIs.
  5. genkitx-groq - Plugin for Groq APIs.
  6. genkitx-mistral - Plugin for Mistral AI APIs.
  7. genkitx-azure-openai - Plugin for Azure OpenAI APIs.
  8. genkitx-aws-bedrock - Plugin for AWS Bedrock APIs.
  9. genkitx-deepseek - Plugin for Deepseek Cloud APIs.
  10. genkitx-huggingface - Plugin for Hugging Face Inference APIs.
  11. Vector Store Plugins
  12. genkitx-convex - Plugin for Convex Vector Stores.
  13. genkitx-hnsw - Plugin for HNSW Vector Stores.
  14. genkitx-qdrant - Plugin for Qdrant Vector Stores.
  15. genkitx-astra-db - Plugin for AstraDB Vector Stores.
  16. genkitx-pgvector - Plugin for PostgeSQL (PGVector) Vector Stores.
  17. genkitx-redis - Plugin for Redis Vector Stores.
  18. genkitx-voiceflow - Plugin for Voiceflow KB.
  19. genkitx-lancedb - Plugin for LanceDB Vector Stores.
  20. genkitx-pinecone - Plugin for Pinecone Vector Stores.
  21. genkitx-chromadb - Plugin for Chroma Vector Stores.
  22. genkitx-neo4j - Plugin for Neo4j Vector Stores.
  23. genkitx-cloud-sql-pg - Plugin for Cloud SQL for PostgreSQL Vector Stores.
  24. Evaluator Plugins
  25. genkitx-promptfoo - Plugin for Promptfoo Evaluations.
  26. Other Plugins
  27. genkitx-graph - Plugin for building Graph workflows.
  28. @invertase/genkit-plugin-redis - A Redis Plugin for Genkit that adds Redis for efficient state storage, trace storage, caching, and rate limiting.
  29. genkitx-rxjs - A simple RxJS helper/adapter for Genkit.
  30. @agentic/genkit - Agentic Tools adapter for the Genkit SDK.
  31. @auth0/ai-genkit - Official Auth0 plugin for Genkit that provides authentication and authorization capabilities.

Python - Official

  1. Model / Embedding Plugins
  2. google-genai - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API & Vertex AI models.
  3. ollama - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.
  4. Vector Store Plugins
  5. firestore - The Firestore plugin provides interfaces to the Firestore vector store.
  6. dev_local_vectorstore - Plugin for Local Vector Store for development purposes.
  7. Other Plugins:
  8. flask - Flask plugin for building web applications with Genkit.

Golang - Official

  1. Model / Embedding Plugins
  2. googlegenai - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API & Vertex AI Models.
  3. ollama - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.
  4. compat_oai,compat_oai/openai,compat_oai/anthropic - Plugin for Compatible OpenAI APIs (OpenAI, Anthropic providers).
  5. Vector Store Plugins
  6. pinecone - Plugin for Pinecone Vector Stores.
  7. alloydb - Plugin for AlloyDB Vector Stores.
  8. localvec - Plugin for Local Vector Store for development purposes.
  9. pgvector - Plugin for PostgreSQL (PGVector) Vector Stores.
  10. postgresql - Plugin for Cloud SQL for PostgreSQL Vector Stores.
  11. Monitoring Plugins
  12. googlecloud - The Google Cloud plugin exports Genkit's telemetry and logging data to Google Cloud's operation suite.
  13. Other Plugins:
  14. mcp - The MCP plugin provides interfaces to the MCP (Managed Context Protocol).

Golang - Community

  1. Model / Embedding Plugins
  2. bedrock - Plugin for AWS Bedrock APIs.
  3. Monitoring Plugin:
  4. opentelemetry - Plugin for OpenTelemetry to monitor Genkit applications.

Client Libraries

Dart - Official

  • dart-client-for-genkit - A type-safe Dart client library for calling Genkit flows with streaming support, authentication, and comprehensive error handling.

API References

  1. JavaScript - Specs for the JavaScript API.
  2. Python - Specs for the Python API.
  3. Golang - Specs for the Golang API.

Solutions

  • internal AI - An open-source Genkit-based internal AI chat application.

Talks

Videos

Articles

Tutorials

  • Slack Bot App - A tutorial on how to build a Slack Bot App with Genkit.

Follow