Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

NVIDIA

NVIDIA Corporation is a global leader in accelerated computing, specializing in the design of graphics processing units (GPUs) for the gaming, professional visualization, data center, and automotive markets. As a pioneer in parallel computing, NVIDIA has been instrumental in the advancement of artificial intelligence, providing the foundational hardware and software platforms that drive modern AI research and deployment.

General
AuthorNVIDIA Corporation
Release Date1993
Websitehttps://www.nvidia.com/
Documentationhttps://docs.nvidia.com/
Technology TypeHardware / AI

Key Products and Technologies

  • GPUs (Graphics Processing Units): High-performance processors essential for parallel computing tasks in AI, machine learning, and deep learning.
  • CUDA Platform: A parallel computing platform and programming model that enables significant performance gains by harnessing the power of GPUs.
  • NVIDIA AI Software Suites: Comprehensive collections of tools and frameworks, such as NVIDIA NeMo for large language model development and deployment, and NVIDIA TensorRT for high-performance deep learning inference.
  • NVIDIA Jetson: Edge AI platform for autonomous machines, robotics, and embedded systems.
  • NVIDIA Omniverse: A platform for 3D design collaboration and simulation, facilitating the development of virtual worlds and digital twins.

Start Building with NVIDIA

NVIDIA's ecosystem of hardware and software is critical for accelerating AI development and deploying high-performance computing solutions. From data centers to edge devices, NVIDIA technology powers a vast array of AI applications, including agent lifecycle management with tools like NeMo. Developers are encouraged to explore the extensive documentation and resources available to leverage NVIDIA's capabilities for their projects.

👉 NVIDIA Developer Program 👉 NVIDIA AI Platform Overview

NVIDIA AI Technologies Hackathon projects

Discover innovative solutions crafted with NVIDIA AI Technologies, developed by our community members during our engaging hackathons.

ForgeClaw x Kraken Autonomous Crypto Trading Agent

ForgeClaw x Kraken Autonomous Crypto Trading Agent

orgeClaw × Kraken is an autonomous crypto trading agent built on a production-grade stack that goes far beyond a simple trading bot. The agent pipeline executes 7 sequential Temporal activities: connecting to the Kraken CLI MCP server for market data, fetching AI signals from PrismaAPI, computing RSI(14) and VWAP deviation analysis with volume confirmation, gating each trade behind an ERC-8004 USDC micropayment for trustless execution, executing paper trades with 10% position limits and 2% stop loss enforcement, tracking realized PnL with a FINRA-style SQLite audit log, and delivering formatted trade summaries to Slack. ForgeClaw acts as the design-time layer — a BPMN agent composer (forgeclaw-app.vercel.app) that generates Temporal workflows from visual pipelines. VerifyClaw scans every agent skill against 25 SAFE-MCP threat patterns before deployment, with a max risk score of 3/100 on this agent. Redpanda streams all trade events across 5 Kafka-compatible topics in real time. The dashboard is a pixel-accurate Kraken Pro replica with live signal feed, agent workflow panel, executor, trade history, PnL analytics, open orders, Slack log, and ERC-8004 payment ledger — all backed by a FastAPI service proxied through nginx and pulling from SQLite on every cycle. Clicking Run Agent fires a real Temporal workflow end-to-end, not a simulation. Infrastructure: Temporal + PostgreSQL for durable orchestration, Redpanda for event streaming, nginx reverse proxy, Docker Compose for one-command deployment.

ARIA - Autonomous Report Intelligence Analyst

ARIA - Autonomous Report Intelligence Analyst

Activity reports contain valuable information. Extracting it, connecting the dots across sources, and turning raw data into decisions takes time most teams don't have. ARIA was built to do exactly that. ARIA is an AI agent specialized in activity report analysis. Its role is not to generate reports — it is to read them, understand them, and tell you what they mean. Submit your existing reports in any format (CSV, Excel, PDF, JSON, databases, APIs) and ARIA identifies the business domain, locates the relevant KPIs, cross-validates data across sources, and produces structured insights grounded in your actual data. What sets ARIA apart ARIA adapts to your domain automatically — HR, finance, R&D, logistics, IT — calibrating its KPIs and analysis angle without configuration. When it encounters a file format it cannot handle, it builds the missing extraction tool itself. When it lacks domain knowledge, it enriches its own context before proceeding. Its analytical engine applies TRIZ methodology to go beyond trends: it identifies structural contradictions in your data, derives root causes, and produces prioritized recommendations with an explicit owner, timeline, and priority level. Results are delivered with charts and visualizations generated directly from your reports, exportable in JSON, Markdown, HTML, PDF, and PowerPoint. ARIA never fills a data gap with an assumption. Every finding is traceable, every confidence score is explicit. ARIA does not write your reports. It finally makes them worth reading.

GeminiFleet

GeminiFleet

## What it does GeminiFleet runs a physics-based warehouse simulation where autonomous robots pick up and deliver items. A fleet manager controls robot behavior through natural language — no code, no config files. **Example commands:** - "Make robots more cautious" → speed drops, safety margins increase - "Speed things up, we're behind schedule" → max speed, tighter margins - "Focus on the north side" → robots prioritize north-zone tasks Google Gemini interprets each command with full context (fleet status, delivery counts, collision stats) and generates precise parameter updates that modify robot behavior in real-time. ## How it works **PyBullet Physics Engine** — Real rigid-body simulation with collision detection. Warehouse environment with walls, shelves, pickup/dropoff zones, and 4-6 autonomous robots navigating with priority-based collision avoidance. **Gemini 2.0 Flash Policy Engine** — Translates natural language into 7 tunable parameters: speed, safety margin, congestion response, task selection strategy, cooperation mode, zone preference, and concurrency. Values are clamped to safe ranges. **Live Web Dashboard** — Real-time 2D visualization via WebSocket at 10Hz. Tracks robot positions, planned paths, carrying status, and delivery statistics. Collapsible panels for robot status and active policy display. ## Key Innovation Robot fleet behavior is parameterized into meaningful dimensions that an LLM can reliably map from ambiguous human instructions. Operational expertise — not programming skill — drives fleet optimization. ## Deployment Runs entirely on **Vultr non-GPU VMs** via Docker. PyBullet operates in CPU-only mode. Single `docker compose up` deploys the full simulation + dashboard + Gemini chat. ## Built with - **PyBullet** — Bullet Physics simulation - **Google Gemini 2.0 Flash** — NL→policy translation - **FastAPI + WebSocket** — Real-time state streaming - **Docker** — Vultr deployment