awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

edge computing platform

Ranking updated Jun 30, 2026

For a serverless platform for edge AI functions, the first results are vercel/ai (The Vercel AI SDK is the official framework for integrating large language models and streaming AI responses on Vercel Edge Functions, directly matching every requirement for low-latency, custom AI endpoints at the edge), cloudflare/workerd (workerd is a general-purpose serverless edge runtime from Cloudflare, not Vercel, and its description does not mention AI API integration or demonstrate AI capabilities at the edge, so it does not directly match the search for Vercel Edge Function AI projects) and sveltejs/kit. hkuds/nanobot and cloudflare/workers-sdk round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “vercel edge functions ai”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

edge computing platform

Find the best repos with AI.We'll search the best matching repositories with AI.
  • vercel/aivercel avatar

    vercel/ai

    21,885View on GitHub↗

    This project is a comprehensive framework for building AI-powered applications, providing a unified toolkit for orchestrating language models, autonomous agents, and interactive user interfaces. It serves as a central library for managing the entire lifecycle of AI interactions, from initial prompt generation and model provider abstraction to complex, multi-step reasoning and tool execution. The framework distinguishes itself through its deep integration with frontend development, specifically by enabling generative user interfaces that render dynamic components directly from model outputs. I

    The Vercel AI SDK is the official framework for integrating large language models and streaming AI responses on Vercel Edge Functions, directly matching every requirement for low-latency, custom AI endpoints at the edge.

    TypeScriptStreaming Response Architectures
    View on GitHub↗21,885
  • cloudflare/workerdcloudflare avatar

    cloudflare/workerd

    8,346View on GitHub↗

    workerd is a serverless edge runtime designed for executing lightweight, distributed functions at the network edge. It utilizes a V8-based JavaScript engine to provide fast startup and low memory overhead, while maintaining a WebAssembly-compatible execution environment that allows modules to run alongside JavaScript for high-performance computational tasks. The runtime supports isolate-based multi-tenancy to run multiple independent execution contexts within a single process. It implements an event-driven execution model that triggers code based on network requests or scheduled events and in

    workerd is a general-purpose serverless edge runtime from Cloudflare, not Vercel, and its description does not mention AI API integration or demonstrate AI capabilities at the edge, so it does not directly match the search for Vercel Edge Function AI projects.

    C++Edge Function RuntimesEdge Computing Platforms
    View on GitHub↗8,346
  • sveltejs/kitsveltejs avatar

    sveltejs/kit

    20,586View on GitHub↗

    SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create websites with both client-side interactivity and server-side logic. It provides the infrastructure to build a variety of application types, including single page applications and static sites. The project utilizes an adapter-based deployment system to support multi-platform hosting. This allows a single codebase to be packaged for different environments, such as standalone Node servers, serverless edge deployments on Cloudflare, or hosted platforms like Vercel and Netlify. The fr

    SvelteKit is a full-stack web framework that can deploy to Vercel Edge Functions via adapters, but it is not focused on AI capabilities—it lacks built-in AI API integration, streaming response patterns for inference, or example endpoints, so it serves as a general deployment platform rather than an edge AI solution.

    JavaScriptEdge Function RuntimesEdge Network Deployment
    View on GitHub↗20,586
  • hkuds/nanobotHKUDS avatar

    HKUDS/nanobot

    44,285View on GitHub↗

    Nanobot is an orchestration framework designed for building, deploying, and managing autonomous AI agents. It provides a secure runtime environment that supports persistent memory, multi-step workflow management, and tool integration, allowing agents to maintain context and state across long-running tasks. The platform distinguishes itself through a unified model gateway that normalizes requests across diverse local and remote language models, alongside a multi-channel integration layer that connects agents to various messaging platforms. It enforces security through containerized sandboxing

    Nanobot is an AI agent orchestration framework with model API gateways and tool integration, but it is built in Python and has no mention of Vercel Edge Runtime or edge deployment, so it does not directly serve the search for low-latency edge AI on Vercel.

    PythonOpenAI-Compatible APIsModel API Gateways
    View on GitHub↗44,285
  • cloudflare/workers-sdkcloudflare avatar

    cloudflare/workers-sdk

    4,186View on GitHub↗

    This project is an edge computing development toolkit and serverless command line interface used to develop, test, and deploy serverless functions to a global edge network. It serves as an edge runtime bundler and resource orchestrator, managing the entire lifecycle of edge projects from local development to worldwide distribution. The toolkit distinguishes itself through distributed workflow management, coordinating stateful instances and the durable execution of long-running processes across the edge. It also provides specialized integrations for edge AI, including the management of vector

    This is a development toolkit for Cloudflare Workers edge functions, not Vercel Edge Runtime; it demonstrates edge AI capabilities but targets a different platform than what you asked for.

    TypeScriptDistributed Edge Compute PlatformsEdge Network Deployment
    View on GitHub↗4,186
  • coaidev/coaicoaidev avatar

    coaidev/coai

    9,212View on GitHub↗

    CoAI is an enterprise-grade, self-hostable AI gateway platform that unifies access to over 200 AI models from more than 35 providers through a single OpenAI-compatible API endpoint. It functions as a multi-tenant gateway, routing requests across providers with load balancing, automatic failover, and priority-based routing, while exposing standard OpenAI API endpoints for chat, image generation, model listing, and billing to enable seamless integration with existing tools and clients. The platform distinguishes itself through a comprehensive set of operational capabilities built around the gat

    CoAI is an AI gateway for routing requests across multiple providers, but it is built as a self-hostable platform rather than a project that runs on Vercel Edge Runtime, and its description does not mention edge deployment or Vercel integration.

    TypeScriptOpenAI-CompatibleOpenAI-Compatible APIs
    View on GitHub↗9,212
  • lostruins/koboldcppLostRuins avatar

    LostRuins/koboldcpp

    9,511View on GitHub↗

    KoboldCPP is a local large language model inference engine and GGUF model runner designed to execute quantized models on personal hardware. It functions as a multimodal AI server and API gateway, providing OpenAI-compatible endpoints that allow third-party clients to interact with locally hosted models. The project distinguishes itself as an AI storytelling backend, featuring dedicated tools for long-form narrative management through persistent memory, world lore tracking, and character state management. It further extends its capabilities as a multimodal server capable of processing text, im

    koboldcpp is a local LLM inference engine designed for personal hardware, not for running on Vercel Edge Functions or serverless edge deployment, so it does not provide the low-latency AI API integration on Vercel that the visitor is looking for.

    C++OpenAI-Compatible APIsModel API Gateways
    View on GitHub↗9,511
  • vercel/examplesvercel avatar

    vercel/examples

    5,115View on GitHub↗

    This repository is a collection of deployable project templates, reference architectures, and starter applications for building serverless web applications on Vercel. It serves as a library of implementation patterns and full stack starter kits designed to bootstrap new projects and reduce initial setup time. The collection provides a gallery of curated design patterns for frontend architecture and serverless application design. These reference architectures demonstrate best practices for structural design and the implementation of scalable web user interfaces. The repository covers a range

    vercel/examples is a general collection of Vercel project templates and reference architectures, but it does not specifically focus on AI capabilities, edge runtime inference, or AI API integration — it may contain some relevant examples among many, but its identity is not centered on the AI edge functions you are looking for.

    TypeScriptVercel
    View on GitHub↗5,115
  • supabase-community/supabase-mcpsupabase-community avatar

    supabase-community/supabase-mcp

    2,476View on GitHub↗

    This project is a Model Context Protocol server and AI agent database connector. It provides a standardized communication layer that allows language models to interact with relational data stores, read database schemas, and manage PostgreSQL database resources. The implementation acts as a serverless host for the Model Context Protocol, deploying on distributed edge functions to connect AI assistants to a project. This enables AI agents to perform database administration, execute SQL queries, and handle schema migrations through an AI-compatible interface. The system covers broader capabilit

    This is an MCP server that lets AI agents interact with PostgreSQL databases via edge functions, so it touches AI and edge deployment but its core is database connectivity rather than low-latency inference or AI API integration on Vercel Edge.

    TypeScriptEdge Function RuntimesEdge Function Deployments
    View on GitHub↗2,476
  • ericlbuehler/mistral.rsEricLBuehler avatar

    EricLBuehler/mistral.rs

    6,597View on GitHub↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    This is a Rust-based local LLM inference engine, not a project designed to run on Vercel Edge Functions, so it does not match the edge serverless deployment requirement.

    RustOpenAI-CompatibleOpenAI-Compatible APIs
    View on GitHub↗6,597
  • partykit/partykitpartykit avatar

    partykit/partykit

    5,644View on GitHub↗

    PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a globally distributed edge computing runtime that runs stateful server code close to users, with automatic scaling and hibernation for idle rooms. The platform handles WebSocket connections, HTTP requests, and durable storage without requiring infrastructure management, and includes a client and server SDK with hooks, storage, and Yjs integration for building collaborative features. The platform distinguishes itself through per-room isolation using Durable Objects, where each uniq

    Partykit is a serverless WebSocket platform for real-time multiplayer apps, not an AI inference or API integration solution; while it runs at the edge, it lacks any AI capabilities or integration with AI APIs.

    TypeScriptEdge Function RuntimesEdge Network Deployment
    View on GitHub↗5,644
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
vercel/ai21.9KTypeScriptotherFeb 20, 2026
cloudflare/workerd8.3KC++Apache-2.0Jun 23, 2026
sveltejs/kit
20.6K
JavaScript
MIT
Jun 17, 2026
hkuds/nanobot44.3KPythonMITJun 16, 2026
cloudflare/workers-sdk4.2KTypeScriptApache-2.0Jun 23, 2026
coaidev/coai9.2KTypeScriptApache-2.0Mar 12, 2026
lostruins/koboldcpp9.5KC++agpl-3.0Feb 19, 2026
vercel/examples5.1KTypeScriptMITJun 22, 2026
supabase-community/supabase-mcp2.5KTypeScriptapache-2.0Feb 20, 2026
ericlbuehler/mistral.rs6.6KRustmitFeb 19, 2026

Related searches

  • AI web builder
  • a database at the edge near my users
  • a starter template for AI SaaS apps
  • Document processing AI
  • a boilerplate template for Cloudflare Workers
  • a directory of ai native companies
  • a self hosted platform for running AI
  • a gateway that unifies LLM provider APIs