App Catalog

Browse our collection of optimized, ready-to-deploy AI Apps.

Search
Tags

Super Analyzer

nvidia / nemotron / multi-agent / reasoning / code-analysis /

Super Analyzer is an application that identifies and evaluates common anti-patterns in C++, Java, Python, and Rust code. It uses a multi-agent architecture with three coordinated agent types—Primary, Fixer, and Chat—to deliver accurate analysis and iterative improvements. The Web UI supports natural multi-turn interactions and uses a PostgreSQL database to persist in user accounts and conversation history across sessions. Super Analyzer also provides a REST/API layer and a Python interface, all secured through user/password authentication backed by PostgreSQL. Access is protected with JWTs signed using RSA-256, ensuring a consistent and secure experience across all entry points.

OpenWebUI

chat / llm / multi-modal / mcp / model-management / vector-database / rag /

OpenWebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It provides a modern interface for interacting with various LLM runners including Ollama and OpenAI-compatible APIs. With built-in RAG (Retrieval Augmented Generation) capabilities, OpenWebUI offers a comprehensive solution for AI deployment and interaction in Kubernetes environments.

AnythingLLM

chat / rag / agents / document-management / llm / vector-database / multi-modal / mcp /

AnythingLLM is an open-source, all-in-one AI chat application with built-in RAG (Retrieval Augmented Generation) capabilities. It provides a user-friendly interface for document management, LLM integration, and AI agent creation - all without complex setup. The application supports both local and cloud-based deployments, making it ideal for teams and organizations seeking a private, customizable AI solution.

Agentic Smart Router

nvidia / nims / agents / router / rag /

In an Agentic AI application, not all prompts are the same, different prompts need to have different requirements in terms of complexity of the prompt - some need reasoning, some need access to RAG system and some need tool calling capabilities. In this custom-built Agentic Smart Router, we demonstrate that capability by leveraging NVIDIA Agent Intelligence Toolkit, NVIDIA NIMs, NVIDIA LLM Router blueprint and stitching them together to build an Agentic Smart Router application.