# Awesome AI Apps — RAG, Agents, Workflows & Use-Cases > High-signal directory of runnable AI apps (RAG, agents, workflows). Shortlist reference implementations and avoid rebuilding common patterns. ## Install Copy the content below into your project: ## Quick Use ```bash git clone https://github.com/Arindam200/awesome-ai-apps cd awesome-ai-apps less README.md ``` ## Intro Awesome AI Apps is a curated map of practical AI applications you can run or fork, making it easier to find working examples of RAG and agent workflows. **Best for:** Engineers looking for reference implementations of RAG, agents, and workflow patterns **Works with:** GitHub repos across many stacks; follow each project's own setup docs **Setup time:** 5–30 minutes (varies per app) ### Key facts (verified) - Use it to build a “reference bench”: pick 2–3 apps per pattern and compare architecture decisions. - Prioritize repos with recent pushes and active issues/PRs to reduce maintenance risk. - GitHub: 12,142 stars · 1,551 forks; pushed 2026-05-09 (GitHub API verified). ## Main A good way to consume large “awesome” directories: 1) Start from your goal (e.g., “RAG eval”, “agent + DB”, “workflow UI”) and shortlist 3 repos. 2) Run at least one repo end-to-end and write down the exact commands + env vars you needed. 3) Extract only the pieces you trust (auth, vector store, tracing) and keep them as internal templates. ### README excerpt (verbatim) ![Banner](/assets/banner_new.png)
# Awesome AI Apps [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) Arindam200%2Fawesome-ai-apps | Trendshift
This repository is a comprehensive collection of **80+ practical examples, tutorials, and recipes** for building powerful LLM-powered applications — including text agents, voice assistants, RAG apps, and MCP-backed tools. These projects serve as a guide for developers working with various AI frameworks and stacks. ## 📋 Table of Contents - [🎓 Courses](#-courses) - [🚀 Featured AI Apps](#-featured-ai-apps) - [🧩 Starter Agents](#-starter-agents) - [🪶 Simple Agents](#-simple-agents) - [🎙️ Voice Agents](#-voice-agents) - [🗂️ MCP Agents](#️-mcp-agents) - [🧠 Memory Agents](#-memory-agents) - [📚 RAG Applications](#-rag-applications) - [🔬 Advanced Agents](#-advanced-agents) - [📺 Tutorials & Videos](#-tutorials--videos) - [🚀 Getting Started](#getting-started) - [🤝 Contributing](#-contributing) ---
## 💎 Sponsors

A huge thank you to our sponsors for their generous support!

Bright Data - Web Data Platform
Web Data Platform
Visit Bright Data website
Nebius Token Factory
AI Inference Provider
### FAQ **Q: Is this a single app?** A: No—it is a curated directory that links to many runnable repositories. **Q: How do I pick a repo to start?** A: Pick by your target pattern and prefer active repos with clear setup docs. **Q: Should I copy code directly?** A: Use it as a reference: run once, then extract the minimal pattern you need. ## Source & Thanks > Source: https://github.com/Arindam200/awesome-ai-apps > License: MIT > GitHub stars: 12,142 · forks: 1,551 --- ## 快速使用 ```bash git clone https://github.com/Arindam200/awesome-ai-apps cd awesome-ai-apps less README.md ``` ## 简介 Awesome AI Apps 是一份可运行/可 fork 的 AI 应用地图,帮助你快速找到 RAG 与 agent 工作流的真实参考实现。 **最适合:** 需要 RAG/agent/工作流 参考实现的工程师 **适配:** 覆盖多技术栈的 GitHub 仓库;按各项目的说明完成安装/运行 **配置时间:** 5–30 分钟(取决于具体 app) ### 关键事实(已验证) - 建议做一套“参考样本库”:每种模式挑 2–3 个 app,对比架构与取舍。 - 优先选择近期更新、issue/PR 活跃的仓库,降低维护风险。 - GitHub:12,142 stars · 1,551 forks;最近更新 2026-05-09(GitHub API 验证)。 ## 正文 消化大型 awesome 目录时,建议用更可执行的方法: 1) 从目标出发(如“RAG 评测”“agent+DB”“工作流 UI”)先 shortlist 3 个仓库。 2) 至少跑通其中 1 个,并记录你实际用到的命令与环境变量。 3) 只抽取你信任的模块(auth、向量库、tracing 等),沉淀成内部模板复用。 ### README 原文节选(verbatim) ![Banner](/assets/banner_new.png) This repository is a comprehensive collection of **80+ practical examples, tutorials, and recipes** for building powerful LLM-powered applications — including text agents, voice assistants, RAG apps, and MCP-backed tools. These projects serve as a guide for developers working with various AI frameworks and stacks. ## 📋 Table of Contents - [🎓 Courses](#-courses) - [🚀 Featured AI Apps](#-featured-ai-apps) - [🧩 Starter Agents](#-starter-agents) - [🪶 Simple Agents](#-simple-agents) - [🎙️ Voice Agents](#-voice-agents) - [🗂️ MCP Agents](#️-mcp-agents) - [🧠 Memory Agents](#-memory-agents) - [📚 RAG Applications](#-rag-applications) - [🔬 Advanced Agents](#-advanced-agents) - [📺 Tutorials & Videos](#-tutorials--videos) - [🚀 Getting Started](#getting-started) - [🤝 Contributing](#-contributing) ---