Top Builders

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

Vercel

Vercel is a platform designed for developers, providing speed, reliability, and scalability to create and deploy web applications. With built-in CI/CD, zero configuration, and deep integrations with popular Git providers such as GitHub, GitLab, and Bitbucket, Vercel streamlines the development process, making it easy for teams to collaborate and iterate on their projects.

General
Release date2015
AuthorVercel
TypeDeployment and hosting platform

Tutorials

Great tutorials on how to build with Vercel

Vercel - Helpful Resources

Check it out to become a Vercel Master!


Vercel AI technology page Hackathon projects

Discover innovative solutions crafted with Vercel AI technology page, developed by our community members during our engaging hackathons.

Forge8004

Forge8004

Forge8004 solves a fundamental problem in autonomous DeFi: how do you trust an AI agent with capital? Today, trading agents operate without proving who they are, what rules they follow, or whether their track record is real. There is no standard for agent trust. Forge8004 changes that. Every agent is registered as an ERC-721 token on Base Sepolia, linking its operator, strategy, and wallet to a verifiable on-chain identity. When the agent makes a trading decision, the system produces structured trust artifacts — signed trade intents with side, asset, size, stop-loss, take-profit, and AI reasoning. Every intent passes through a risk router that enforces allocation caps, daily loss limits, duplicate exposure checks, and kill switches before capital moves. The platform supports 8 autonomous trading strategies: range trading, spot grid bot, momentum, mean reversion, arbitrage, yield accumulation, spread trading, and risk-off. Each strategy has tuned decision logic, trailing stops, and reassessment thresholds. A Bybit-style spot grid bot automates buy/sell ladders across configurable price ranges with AI-advised parameters. Performance builds durable reputation: stablecoin-denominated PnL, Sharpe-like scoring, max drawdown tracking, and validation pass rates — all tied to the agent's on-chain identity. Operators see exactly what the agent decided, which checks it passed or failed, and how each outcome affected its trust score. Built with Next.js 15, React 19, Firebase, Groq AI (GPT OSS 120B), and Solidity on Base Sepolia. Live market data from Binance powers real-time multi-timeframe analysis across 12 assets.

InnovAgent

InnovAgent

InnovAgent is an end-to-end autonomous agent that manages a crypto portfolio with institutional-grade logic, acting as a Cross-Domain Oracle Agent. Its "Brain" operates on the Ethereum Sepolia network via the ERC-8004 standard, while its "Eyes" monitor the Bitcoin market off-chain. Every 10 minutes, the agent fetches live BTC/USD ticker data from Kraken and volatility signals from the PRISM API. This market context is processed by a Groq-powered 70B LLM, which generates a trade decision paired with a detailed "Internal Monologue". The system is fully integrated on-chain: it registers on the AgentRegistry and automatically claims sandbox capital from the HackathonVault. It features a custom blockchain event-recovery engine that parses raw AgentRegistered logs directly in Javascript to bypass RPC block iteration limits and contract typing mismatches, guaranteeing perfect lifecycle continuity across redeployments. Furthermore, it cryptographically signs every trade decision (EIP-712) before submitting it to the RiskRouter and ValidationRegistry. This guarantees that every AI decision is auditable, immutable, and verifiable on the Sepolia testnet. The agent's status can be tracked via our custom "Reactive First" Next.js dashboard powered by Convex, which displays real-time AI reasoning logs, an "On-Chain Pulse" with direct Etherscan links, and a live Heartbeat indicator. We are actively ranked on the lablab.ai x Surge leaderboard with live validations checking in! Live On-Chain Performance (April 2026) Agent ID: #27 — lablab.ai x Surge Live Leaderboard Approved trades: 50+ (capped at 10 for scoring) Vault capital: Claimed EIP-712 checkpoints: Posted every 6 minutes to ValidationRegistry on Sepolia Reputation score: 70+ and actively climbing Activity bonus: Secured Verify on-chain: https://sepolia.etherscan.io/address/0xCAdF0b2C86Db02176553d246dC7d9ad0B878159b Live dashboard: https://ai-trading-innovagent.vercel.app

Vertex Sentinel

Vertex Sentinel

The Problem: AI trading agents today operate as "black boxes" requiring full private key access. One hallucination, one compromise, and funds are gone. Current safety tools are advisory-only—they warn but don't stop bad trades. The Solution: Vertex Sentinel introduces a production-grade, 3-layer security architecture that makes unauthorized trades mathematically impossible: Intent Layer: Agents construct TradeIntents (pair, volume, maxPrice, deadline) and sign them using EIP-712 typed data signing—completely off-chain. No private key delegation is ever required. Sentinel Layer: The RiskRouter.sol smart contract intercepts every intent and enforces: signature verification via ECDSA.recover(), agent authorization via ERC-8004 identity registry, deadline validation, and circuit breakers preventing volume limit violations. Execution Layer: Only trades with TradeAuthorized events reach the exchange. Any failure triggers CriticalSecurityException—system halts, funds protected. Live Proof: We executed 4 real BTC/USD trades on Kraken with 100% success rate. Every trade cryptographically signed. Every decision auditable. Full P&L tracking demonstrated. Key Technical Achievements: - Deployed RiskRouter on Sepolia: 0xd6A6952545FF6E6E6681c2d15C59f9EB8F40FdBC - ERC-8004 compliant AgentRegistry with on-chain reputation scoring - Model Context Protocol (MCP) integration with Kraken CLI - Immutable audit trail in logs/audit.json with reasoning and signatures - Open-source SDK for rapid AI agent integration The Vertex Gap: Unlike centralized "trust the company" solutions (ARMA, Mamo, ZyFAI), Vertex Sentinel delivers "trust the contract"—verifiable, transparent, and immutable security enforced by code. We're building the trust infrastructure for the agentic economy. Risk management first. Automation second.