Skip to content

Pandoxl/awesome-llm-apps

ย 
ย 

Repository files navigation

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

๐Ÿ”ฅ Featured This Month

Template What it does Stack
๐Ÿง  DevPulse AI Multi-agent signal intelligence for dev teams Multi-agent
๐Ÿ  Home Renovation Agent Photo โ†’ AI redesign with Nano Banana Pro Vision + Multi-agent
โ™พ๏ธ Self-Improving Agent Skills Automatically optimize agent skills using Gemini and ADK Agent Skills + ADK

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

๐Ÿ“‘ Table of Contents

13 categories ยท Click to expand

๐Ÿ“‚ Featured AI Projects

๐ŸŒฑ 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
Skill Description
๐ŸŽ“ Academic Researcher Literature reviews, paper analysis, citation management
๐Ÿ” Code Reviewer Automated code review with best-practice checks
โœ๏ธ Content Creator Blog posts, social media, marketing copy
๐Ÿ“Š Data Analyst Data exploration, statistical analysis, insights
๐Ÿ› Debugger Systematic bug hunting and root-cause analysis
๐Ÿค” Decision Helper Structured decision frameworks and trade-off analysis
๐Ÿ”ฌ Deep Research Multi-source research with synthesis
๐Ÿ“ Editor Proofreading, style, and clarity improvements
๐Ÿ“ง Email Drafter Professional email composition
โœ… Fact Checker Claim verification and source validation
๐Ÿ’ป Fullstack Developer End-to-end web app development
๐Ÿ“‹ Meeting Notes Meeting summaries, action items, follow-ups
๐Ÿ“… Project Planner Roadmaps, milestones, resource planning
๐Ÿ Python Expert Pythonic code, packaging, performance
๐Ÿƒ Sprint Planner Agile sprint planning and backlog grooming
๐Ÿงญ Strategy Advisor Business strategy and competitive analysis
๐Ÿ“– Technical Writer Documentation, API docs, guides
๐ŸŽจ UX Designer UI/UX design feedback and wireframes
๐Ÿ“ˆ Visualization Expert Charts, 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.

About

Collection of awesome LLM apps with AI Agents and RAG using OpenAI, Anthropic, Gemini and opensource models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 68.8%
  • JavaScript 21.8%
  • TypeScript 8.1%
  • HTML 0.8%
  • CSS 0.4%
  • PLpgSQL 0.1%