๐ŸŒŸ Awesome LLM Apps

May 8, 2026 ยท View on GitHub

Unwind AI

LinkedIn X / Twitter

Deutsch | Espaรฑol | franรงais | ๆ—ฅๆœฌ่ชž | ํ•œ๊ตญ์–ด | Portuguรชs | ะ ัƒััะบะธะน | ไธญๆ–‡


๐ŸŒŸ Awesome LLM Apps

100+ AI Agent & RAG apps you can actually run โ€” clone, customize, ship.
AI Agents ยท Multi-agent Teams ยท MCP Agents ยท RAG ยท Voice Agents ยท Agent Skills ยท Fine-tuning

Free step-by-step tutorials on Unwind AI
Works with Claude ยท Gemini ยท OpenAI ยท xAI ยท Qwen ยท Llama

Stars Forks Contributors License Last Commit

ย  ๐Ÿš€ Quick Start ย  ย  ๐Ÿ“‚ Browse Templates ย  ย  ๐Ÿ“š Step-by-Step Tutorials ย 

Featured on Trendshift

๐Ÿ’ก Why this exists

You shouldn't have to rebuild the same RAG pipeline, agent loop, or MCP integration from scratch every time you start a new LLM project.

Awesome LLM Apps is a cookbook of ready-to-run templates - starter code you can fork, customize, and ship as a production LLM app. Every template here is self-contained with full source code, not collected from elsewhere.

  • ๐Ÿ› ๏ธ Hand-built, not curated - every template is original work, tested end-to-end before it ships.
  • ๐Ÿงช Runs in 3 commands - no broken requirements.txt, no "figure it out yourself" scaffolding.
  • ๐Ÿง  Covers the modern AI stack - AI Agents, Multi-agent Teams, MCP Agents, Voice AI Agents, RAG, Agent Skills, Fine-tuning.
  • ๐ŸŒ Provider-agnostic - switch between Claude, Gemini, GPT, Llama, Qwen, xAI and others with a config change.
  • ๐Ÿ“š Step-by-step tutorials - every featured template has a free walkthrough on Unwind AI.
  • ๐Ÿ’ธ Apache-2.0 - fork it, ship it, sell it. No paywall, no signup, no telemetry.

โญ If this saves you time, star the repo - that's how the next developer discovers it.

๐Ÿš€ Quick Start

Run your first agent in 30 seconds:

git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd awesome-llm-apps/starter_ai_agents/ai_travel_agent
pip install -r requirements.txt
streamlit run travel_agent.py
TemplateWhat it doesStack
๐Ÿ“ก Earnings Call Analyst AgentYouTube earnings calls become quote-synced analyst cards with ADK, Gemini, filings, and grounded market newsADK + Gemini
๐Ÿ›ก๏ธ Insurance Claim Live Agent TeamReal-time voice claim intake with Gemini Live and ADKVoice + ADK
๐Ÿ  Home Renovation AgentPhoto โ†’ AI redesign with Nano Banana ProVision + Multi-agent
โ™พ๏ธ Self-Improving Agent SkillsAutomatically optimize agent skills using Gemini and ADKAgent Skills + ADK

๐Ÿ“ฌ Subscribe on Unwind AI to get new template drops + tutorials in your inbox.

๐Ÿ“‘ Table of Contents

13 categories ยท Click to expand

๐ŸŒฑ Starter AI Agents

Single-file agents that run with just an API key - a great place to start.

๐Ÿš€ Advanced AI Agents

Production-style agents with tools, memory, and multi-step reasoning.

๐ŸŽฎ Autonomous Game-Playing Agents

Agents that play games end-to-end - reasoning, strategy, and action.

๐Ÿค Multi-agent Teams

Multiple agents collaborating to accomplish complex, cross-domain tasks.

๐Ÿ—ฃ๏ธ Voice AI Agents

Speech-in, speech-out agents using real-time voice APIs.

โ™พ๏ธ MCP AI Agents

Agents that connect to external tools and data via Model Context Protocol.

๐Ÿ“€ RAG (Retrieval Augmented Generation)

Retrieval pipelines - from simple chains to agentic and multi-source.

๐Ÿงฉ Awesome Agent Skills

Ready-to-use agent skill files you can plug into any AI agent or LLM workflow.

๐Ÿ“‹ Browse all 19 skills
SkillDescription
๐ŸŽ“ Academic ResearcherLiterature reviews, paper analysis, citation management
๐Ÿ” Code ReviewerAutomated code review with best-practice checks
โœ๏ธ Content CreatorBlog posts, social media, marketing copy
๐Ÿ“Š Data AnalystData exploration, statistical analysis, insights
๐Ÿ› DebuggerSystematic bug hunting and root-cause analysis
๐Ÿค” Decision HelperStructured decision frameworks and trade-off analysis
๐Ÿ”ฌ Deep ResearchMulti-source research with synthesis
๐Ÿ“ EditorProofreading, style, and clarity improvements
๐Ÿ“ง Email DrafterProfessional email composition
โœ… Fact CheckerClaim verification and source validation
๐Ÿ’ป Fullstack DeveloperEnd-to-end web app development
๐Ÿ“‹ Meeting NotesMeeting summaries, action items, follow-ups
๐Ÿ“… Project PlannerRoadmaps, milestones, resource planning
๐Ÿ Python ExpertPythonic code, packaging, performance
๐Ÿƒ Sprint PlannerAgile sprint planning and backlog grooming
๐Ÿงญ Strategy AdvisorBusiness strategy and competitive analysis
๐Ÿ“– Technical WriterDocumentation, API docs, guides
๐ŸŽจ UX DesignerUI/UX design feedback and wireframes
๐Ÿ“ˆ Visualization ExpertCharts, dashboards, data storytelling

๐Ÿ’พ LLM Apps with Memory Tutorials

Agents and chatbots that remember conversations and user state across sessions.

๐Ÿ’ฌ Chat with X Tutorials

Turn any data source into a chat interface.

๐ŸŽฏ LLM Optimization Tools

Reduce token usage, context size, and API cost without losing quality.

๐Ÿ”ง LLM Fine-tuning Tutorials

End-to-end fine-tuning recipes for open-source models.

๐Ÿง‘โ€๐Ÿซ AI Agent Framework Crash Course

Deep-dive tutorials on the major agent frameworks.

Google ADK Crash Course

  • Starter agent; modelโ€‘agnostic (OpenAI, Claude)
  • Structured outputs (Pydantic)
  • Tools: builtโ€‘in, function, thirdโ€‘party, MCP tools
  • Memory; callbacks; Plugins
  • Simple multiโ€‘agent; Multiโ€‘agent patterns

OpenAI Agents SDK Crash Course

  • Starter agent; function calling; structured outputs
  • Tools: builtโ€‘in, function, thirdโ€‘party integrations
  • Memory; callbacks; evaluation
  • Multiโ€‘agent patterns; agent handoffs
  • Swarm orchestration; routing logic

๐Ÿ™ Built by

Created and maintained by Shubham Saboo with contributions from the amazing community members.

Top contributors

โญ Star History

Star History Chart

๐ŸŒŸ Don't miss future drops - star the repo to get notified when new templates ship.

๐Ÿ“œ License

Apache-2.0. See LICENSE. Fork it, ship it, sell it.