awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesCustom Adapters

Interfaces for building and integrating custom platform adapters for non-standard deployment targets.

Distinct from Low-Level Handler Integrations: Distinct from Low-Level Handler Integrations: focuses on building custom deployment adapters, not integrating standard library handlers into a web framework.

Explore 4 awesome GitHub repositories matching web development · Custom Adapters. Refine with filters or upvote what's useful.

Awesome Custom Adapters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • wakujs/wakuAvatar von wakujs

    wakujs/waku

    6,330Auf GitHub ansehen↗

    Waku is a minimal React framework built around React Server Components. It renders components exclusively on the server for data fetching and server-side logic, then hydrates client components in the browser for interactivity. The framework supports hybrid rendering, mixing static prerendering at build time with dynamic per-request rendering within a single application, and allows independently loading slice components that can be static or dynamic. The framework distinguishes itself through its file-based routing system that defines pages, layouts, and API endpoints by placing files in a dir

    Provides interfaces for building custom platform adapters for non-standard deployment targets.

    TypeScript
    Auf GitHub ansehen↗6,330
  • epiral/bb-browserAvatar von epiral

    epiral/bb-browser

    5,814Auf GitHub ansehen↗

    bb-browser is an authenticated web scraper and browser automation CLI that also functions as an MCP server for AI coding tools. It treats the browser as a programmable runtime environment, enabling AI agents to control a live Chrome instance through a standard protocol while leveraging existing login sessions for authenticated actions. The project distinguishes itself through a dual CLI and MCP interface, allowing both direct command-line control and AI-driven browser manipulation. It includes a parallel multi-platform query engine that executes simultaneous searches across multiple websites,

    Creates new site adapters by reverse-engineering a website's API, with AI agents autonomously writing and submitting adapters.

    TypeScript
    Auf GitHub ansehen↗5,814
  • inngest/inngestAvatar von inngest

    inngest/inngest

    5,499Auf GitHub ansehen↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Implements tailored request/response adapters to integrate workflow functions into diverse web frameworks and serverless environments.

    Go
    Auf GitHub ansehen↗5,499
  • pingdotgg/uploadthingAvatar von pingdotgg

    pingdotgg/uploadthing

    5,153Auf GitHub ansehen↗

    Uploadthing ist ein Tool zur Integration von Datei-Uploads in Webanwendungen und bietet ein System zur Annahme und Speicherung von Dateien durch serverloses Datei-Handling. Es verwaltet den End-to-End-Upload-Prozess, von der Erstellung von Backend-Endpoints bis zur Bereitstellung von Inhalten via Content Delivery Network. Das Projekt nutzt einen Workflow mit vorsignierten URLs, um Clients das direkte Hochladen von Dateien in den Cloud-Speicher zu ermöglichen, was den Server-Ingress reduziert. Es bietet ein routenbasiertes Validierungssystem zur Durchsetzung von Beschränkungen für Dateitypen und -größen, neben Middleware für Request-Autorisierung und sichere Post-Upload-Callback-Webhooks. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich Cloud-Speicherverwaltung zum Umbenennen oder Löschen von Dateien und der Implementierung fortsetzbarer Uploads für große Transfers. Sie bietet eine Suite von UI-Komponenten, wie Upload-Buttons und Dropzones, die gestylt oder durch benutzerdefinierte Interfaces mittels kompostierbarer Hooks ersetzt werden können. Das System ist für den Einsatz in Edge-Runtimes und serverlosen Umgebungen konzipiert, wobei die Konfiguration über Umgebungsvariablen erfolgt.

    Provides factory functions to implement custom backend adapters for handling uploads in unsupported environments.

    TypeScript
    Auf GitHub ansehen↗5,153
  1. Home
  2. Web Development
  3. Low-Level Handler Integrations
  4. Custom Adapters

Unter-Tags erkunden

  • Website API AdaptersCustom adapters created by reverse-engineering a website's API to enable automated interaction with previously unsupported platforms. **Distinct from Custom Adapters:** Distinct from Custom Adapters: specifically targets website API reverse-engineering for automation, not general deployment or storage adapters.