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
·

23 Repos

Awesome GitHub RepositoriesCloud Hosting

Platforms for hosting and serving backend applications and APIs.

Distinguishing note: Focuses on managed backend hosting environments.

Explore 23 awesome GitHub repositories matching devops & infrastructure · Cloud Hosting. Refine with filters or upvote what's useful.

Awesome Cloud Hosting GitHub Repositories

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

    paperclipai/paperclip

    70,619Auf GitHub ansehen↗

    Paperclip is an LLM agent orchestration platform and governance suite designed to coordinate teams of autonomous AI agents. It provides a management plane for defining organizational hierarchies, assigning roles, and aligning individual agent tasks with a structured mission tree to ensure work maps to business objectives. The project distinguishes itself through a specialized agent skill registry and workspace manager. It allows for the discovery and injection of reusable workflows into agent runtimes without retraining and provides isolated, sandboxed execution environments with persistent s

    Hosts the management plane in shared or hosted environments for team accessibility.

    TypeScript
    Auf GitHub ansehen↗70,619
  • medusajs/medusaAvatar von medusajs

    medusajs/medusa

    34,404Auf GitHub ansehen↗

    Medusa is a headless commerce engine designed as a modular, API-first platform for building custom digital storefronts and business applications. Its architecture is built on a decoupled system where core business logic is encapsulated into independent, swappable modules that communicate through defined interfaces, allowing developers to incrementally adopt or replace components to fit specific operational needs. The platform distinguishes itself through a highly extensible design that supports complex commerce requirements, including multi-vendor marketplace operations, B2B purchasing workfl

    Provides a managed environment where backends are automatically deployed and accessible via custom URLs.

    TypeScriptcommercee-commerceecommerce
    Auf GitHub ansehen↗34,404
  • letta-ai/lettaAvatar von letta-ai

    letta-ai/letta

    21,168Auf GitHub ansehen↗

    Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across long-term interactions. It provides a comprehensive suite of primitives for defining agents with configurable personas, modular memory blocks, and tool-use capabilities, enabling them to retain user preferences and conversation history over extended sessions. The platform distinguishes itself through its advanced memory management and orchestration capabilities. It allows agents to autonomously update their own memory, perform retrieval-augmented generation, and coordinate com

    Stores agent memory and state in cloud environments for cross-device access.

    Pythonaiai-agentsllm
    Auf GitHub ansehen↗21,168
  • tinacms/tinacmsAvatar von tinacms

    tinacms/tinacms

    13,150Auf GitHub ansehen↗

    TinaCMS is a headless content management framework that bridges local Git-based file storage with a visual, in-context editing interface. By treating your repository as the single source of truth, it enables developers to manage content as structured data files while providing editors with a browser-based dashboard to modify website content directly within a live preview. The framework distinguishes itself by transforming local files into a unified GraphQL API, which powers both the administrative interface and the application's data retrieval layer. This architecture allows for compile-time

    Deploys a GraphQL endpoint to handle content operations and communication between the editor and storage.

    TypeScriptcmscontent-management-systemforestry
    Auf GitHub ansehen↗13,150
  • laziestren/cloud-mailAvatar von LaziestRen

    LaziestRen/cloud-mail

    11,676Auf GitHub ansehen↗

    Cloud-mail is a serverless email backend and routing service built on Cloudflare infrastructure. It provides a cloud-native system for receiving, storing, and processing electronic messages without the requirement for traditional mail server hardware. The platform includes an email data API for querying records and a visual analytics dashboard for tracking mail volume and system performance. It features automated processing capabilities to extract verification codes from message bodies and manages an email archive using persistent object storage for attachments and history. The system handle

    Implements a custom email hosting service using serverless and edge computing infrastructure on Cloudflare.

    JavaScript
    Auf GitHub ansehen↗11,676
  • maillab/cloud-mailAvatar von maillab

    maillab/cloud-mail

    11,551Auf GitHub ansehen↗

    Cloud-mail is a cloud-based mail server and API platform providing a programmable interface for managing user accounts, sending bulk messages, and performing complex searches on email data. It serves as an automated email extraction tool and forwarding gateway, enabling the identification and capture of verification codes and the routing of incoming messages to external services. The infrastructure is hosted on serverless edge workers to remove the need for dedicated server hardware. It utilizes object storage for managing email attachments and employs a serverless message routing system to p

    Runs email infrastructure on a distributed serverless network to eliminate dedicated server maintenance.

    JavaScriptcloudflarecloudflare-emailemail
    Auf GitHub ansehen↗11,551
  • simonw/datasetteAvatar von simonw

    simonw/datasette

    11,198Auf GitHub ansehen↗

    Datasette is a tool for publishing and sharing SQLite databases as public websites. It functions as a data publishing system that provides searchable interfaces and JSON APIs to expose the contents of SQLite files. The project enables both server-side and client-side execution. It can operate as an API server or as a database browser that runs entirely within a web browser using WebAssembly, allowing for serverless database access. The system supports a variety of deployment strategies, including containerized images for cloud hosting and a local development server for testing. It includes c

    Provides workflows for hosting containerized databases on cloud platforms for public access.

    Pythonasgiautomatic-apicsv
    Auf GitHub ansehen↗11,198
  • withspectrum/spectrumAvatar von withspectrum

    withspectrum/spectrum

    10,838Auf GitHub ansehen↗

    Spectrum is an open-source community platform designed for developer teams to host real-time threaded discussions, share code, and collaborate around GitHub projects. It provides a complete environment for creating and managing online communities with organized channels, member roles, and content moderation tools that keep conversations civil and on-topic. The platform integrates directly with GitHub, enabling users to authenticate through GitHub OAuth, search across code repositories and projects, and connect discussions to repository activity. Spectrum offers role-based team permission mana

    Exposes a unified GraphQL endpoint that aggregates data from multiple backend services into a single query interface.

    JavaScriptexpoflowtypegraphql
    Auf GitHub ansehen↗10,838
  • nopsolutions/nopcommerceAvatar von nopSolutions

    nopSolutions/nopCommerce

    10,085Auf GitHub ansehen↗

    nopCommerce is an open-source ASP.NET Core eCommerce platform and shopping cart designed to manage digital product catalogs, orders, and customer transactions. It provides a complete commerce environment consisting of a customer storefront and a backend administration portal. The system functions as a multi-tenant storefront engine capable of distributing workloads across multiple servers and cloud-native hosting environments. Its architecture is based on a plugin-based framework, allowing for the addition of custom plugins and themes to implement specialized business capabilities and visual

    Supports distributing workloads across multiple servers and cloud-native hosts for high availability.

    C#asp-netasp-net-coreaspnet
    Auf GitHub ansehen↗10,085
  • microsoft/vscode-copilot-chatAvatar von microsoft

    microsoft/vscode-copilot-chat

    9,493Auf GitHub ansehen↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    Hosts fine-tuned AI models in the cloud to allow interaction via web applications.

    TypeScript
    Auf GitHub ansehen↗9,493
  • prisma-labs/graphql-yogaAvatar von prisma-labs

    prisma-labs/graphql-yoga

    8,524Auf GitHub ansehen↗

    GraphQL Yoga is a GraphQL server framework designed for building APIs that operate across all JavaScript environments. It utilizes the WHATWG Fetch API to provide a standardized request and response interface, enabling the server to run on serverless and edge computing platforms. The framework includes a specialized server for processing file uploads via the standard GraphQL multipart request specification and a subscription server that delivers real-time data streaming through server-sent events. An extensible plugin framework allows for the injection of custom behaviors and logic into the r

    Enables deployment of GraphQL APIs across various serverless and edge environments using web-standard fetch implementations.

    TypeScript
    Auf GitHub ansehen↗8,524
  • webiny/webiny-jsAvatar von webiny

    webiny/webiny-js

    7,993Auf GitHub ansehen↗

    Webiny ist ein KI-programmierbares, Cloud-natives Headless-Content-Management-System, das für Unternehmensmaßstäbe entwickelt wurde. Es fungiert als Multi-Tenant-Content-Plattform und Orchestrator, der Daten, Benutzer und Berechtigungen isoliert, um Tausende unabhängiger Mandanten von einer einzigen Bereitstellung aus zu hosten. Die Plattform zeichnet sich durch ihre KI-gestützten Engineering-Funktionen aus und bietet Protokollserver, die KI-Agenten den strukturellen Kontext geben, der für die Generierung von typisiertem Code, Inhaltsmodellen und API-Erweiterungen erforderlich ist. Sie hebt sich zudem durch eine Cloud-native Architektur ab, die auf AWS-Infrastruktur bereitgestellt wird und Infrastructure-as-Code verwendet, um Cloud-Funktionen und Speicher-Buckets bereitzustellen und zu modifizieren. Das System deckt ein breites Spektrum an Inhaltsoperationen ab, einschließlich Digital Asset Management, visuellem Page-Building für entkoppelte Frontends und der Orchestrierung von Veröffentlichungs-Workflows mit mehrstufigen Genehmigungen und geplanten Releases. Es enthält zudem Mechanismen für die Plattform-Erweiterung über typisierte Skripte und Lifecycle-Hooks und ermöglicht die Anpassung und das Branding der administrativen Schnittstelle. Bereitstellung und Umgebungseinrichtung werden über eine Befehlszeilenschnittstelle verwaltet.

    Orchestrates a content management system and hosting environment using cloud infrastructure for enterprise scale.

    TypeScript
    Auf GitHub ansehen↗7,993
  • jenkinsci/dockerAvatar von jenkinsci

    jenkinsci/docker

    7,530Auf GitHub ansehen↗

    This project is a containerized build automation system and self-hosted DevOps platform provided as a Docker image. It serves as a distributed build orchestrator and a Dockerized continuous integration and delivery server, ensuring consistent execution environments across different infrastructure. The system distinguishes itself through a distributed execution model that separates a primary controller from multiple remote agents connected via SSH, TCP, or web sockets. It utilizes a modular extensibility framework that allows the core system functionality to be augmented through the installati

    Supports configuring and running the automation server on cloud infrastructure such as AWS or Google Cloud.

    PowerShelldockerhacktoberfestjenkins
    Auf GitHub ansehen↗7,530
  • elementor/elementorAvatar von elementor

    elementor/elementor

    6,952Auf GitHub ansehen↗

    Elementor is a visual page builder for WordPress that provides a drag-and-drop interface for creating responsive layouts and custom themes. It functions as a comprehensive design system manager and theme builder, allowing for the creation of global website components such as headers, footers, and archive pages without writing code. The platform distinguishes itself through a dedicated popup builder with custom trigger conditions and a visual landing page creator that utilizes pre-made kits. It includes a global style registry to synchronize fonts and colors across all site elements and a widg

    Manages website files with auto-scaling and global delivery to ensure high performance.

    PHPeditor-shared
    Auf GitHub ansehen↗6,952
  • greptimeteam/greptimedbAvatar von GreptimeTeam

    GreptimeTeam/greptimedb

    5,968Auf GitHub ansehen↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Deploys the database on Android devices for edge or mobile use cases.

    Rustanalyticscloud-nativedatabase
    Auf GitHub ansehen↗5,968
  • aws-samples/aws-cdk-examplesAvatar von aws-samples

    aws-samples/aws-cdk-examples

    5,605Auf GitHub ansehen↗

    Dieses Projekt ist eine Referenzbibliothek und eine Sammlung von Beispiel-Code-Mustern für die Bereitstellung von Cloud-Infrastruktur mithilfe des AWS CDK. Es bietet eine Reihe von Beispielprojekten, die demonstrieren, wie Rechen-, Speicher- und Netzwerkressourcen mithilfe allgemeiner Programmiersprachen definiert werden. Die Bibliothek enthält Referenzimplementierungen für verschiedene Architekturmuster, einschließlich serverloser Backends mit GraphQL- und WebSocket-APIs, Container-Orchestrierung mit Load Balancern und Auto-Scaling sowie globales Hosting statischer Websites via Content Delivery Networks. Sie bietet zudem Entwürfe für isolierte Netzwerktopologien und ereignisgesteuerte Workflow-Automatisierung mithilfe von Zustandsmaschinen. Die abgedeckten Funktionen erstrecken sich auf die Verwaltung relationaler Datenbanken, die Konfiguration sicherer Dateiübertragungsserver und die Implementierung fein abgestufter Autorisierung. Zusätzlich demonstrieren die Beispiele Techniken zur Infrastrukturanpassung, wie das Überschreiben von Ressourceneigenschaften und die Integration benutzerdefinierter Ressourcen.

    Implements the deployment of GraphQL endpoints for handling content operations and authentication.

    Pythoncdkcdk-examples
    Auf GitHub ansehen↗5,605
  • zenml-io/zenmlAvatar von zenml-io

    zenml-io/zenml

    5,451Auf GitHub ansehen↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Deploys the management server to a hosted cloud environment for persistent pipeline and infrastructure management.

    Pythonagentopsagentsai
    Auf GitHub ansehen↗5,451
  • juliapluto/pluto.jlAvatar von JuliaPluto

    JuliaPluto/Pluto.jl

    5,346Auf GitHub ansehen↗

    Pluto.jl ist eine reaktive Computing-Umgebung für Julia, die als programmierbares Dokumentenformat fungiert. Sie dient als interaktive Data-Science-IDE und polyglottes Computational Notebook, das Julia-Code und Umgebungsabhängigkeiten als versionierbare Quelldateien speichert. Das System zeichnet sich durch sein reaktives Ausführungsmodell aus, das einen gerichteten azyklischen Graphen verwendet, um Variablenabhängigkeiten zu verfolgen und betroffene nachgelagerte Zellen automatisch neu zu berechnen, wenn sich ein Wert ändert. Es stellt Reproduzierbarkeit sicher, indem isolierte Paketumgebungen direkt in die Notebook-Datei integriert werden und Inhalte als reine ausführbare Quelldateien gespeichert werden. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich interaktiver Datenvisualisierung, der Erstellung geführter Bildungsaufgaben und der Generierung statischer Dokumentations-Websites. Sie unterstützt diverse Ausgabemodi wie Slideshow-Präsentationen und Webanwendungen und bietet Tools zum Exportieren von Notebooks in HTML, PDF und reproduzierbarkeitsfokussierte Skripte. Die Umgebung kann über ein Web-Interface auf localhost gestartet oder über Remote-Server und Cloud-Compute-Hosting aufgerufen werden.

    Provides the ability to host notebooks on remote servers to access high-performance compute resources like GPUs.

    JavaScriptdesigned-for-teacherseducationexploration
    Auf GitHub ansehen↗5,346
  • madhums/node-express-mongoose-demoAvatar von madhums

    madhums/node-express-mongoose-demo

    5,100Auf GitHub ansehen↗

    This project is a reference implementation of a full-stack web application and server-side rendered blog. It demonstrates the integration of a Node.js and Express server with a MongoDB database using the Mongoose object document mapper for schema-based data modeling. The application features a complete user authentication system that supports local credentials and external identity providers via OAuth. It includes session management and security measures such as cryptographic password hashing and protection against cross-site request forgery. The system covers a variety of content management

    Includes configurations for port mapping and regional placement for cloud deployment.

    JavaScriptdemodockerexpress
    Auf GitHub ansehen↗5,100
  • openai/transformer-debuggerAvatar von openai

    openai/transformer-debugger

    4,118Auf GitHub ansehen↗

    Dieses Projekt ist ein Interpretability-Tool für Sprachmodelle, das darauf ausgelegt ist, interne Aktivierungen und Attention-Heads neuronaler Netze zu visualisieren und zu analysieren. Es bietet ein Framework zum Verständnis der Informationsverarbeitung von Modellen, indem es interne Modellzustände erfasst und über eine interaktive Weboberfläche rendert. Das System ist darauf spezialisiert, hochdimensionale Aktivierungen mittels Sparse-Autoencodern in interpretierbare latente Merkmale zu zerlegen und automatisierte natürlichsprachliche Erklärungen für einzelne Modellknoten zu generieren. Es ermöglicht die Entdeckung von Modell-Schaltkreisen durch das Mapping von Verbindungen zwischen Komponenten und das Nachverfolgen der Pfade, die für spezifische Verhaltensweisen verantwortlich sind. Das Toolset deckt ein breites Spektrum an Analysefunktionen ab, einschließlich gradientenbasierter Attribution zur Quantifizierung der Knotenwichtigkeit und Echtzeit-Interventionen wie Knoten-Ablation, um zu beobachten, wie die Modifikation interner Zustände den Modellausgang beeinflusst. Es unterstützt zudem Live-Inferenz-Sampling und den Abruf von Aktivierungsdaten von Remote-Backend-Servern und Blob-Speichern.

    Hosts a backend server that provides model activations and retrieves pre-computed datasets from remote storage.

    Python
    Auf GitHub ansehen↗4,118
Vorherige12Nächste
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Hosting

Unter-Tags erkunden

  • Activation Data HostingSpecialized backend servers for hosting and serving model activation tensors and pre-computed datasets. **Distinct from Dataset Hosting:** Focuses specifically on the hosting of model internal states rather than general purpose research datasets.
  • Dataset HostingStorage and serving of large-scale datasets in cloud environments for remote access. **Distinct from Cloud Hosting:** Cloud Hosting [f1_mt5] is for applications and APIs; this specifically targets the hosting of large research datasets.
  • GraphQL API Endpoints2 Sub-TagsDeployed GraphQL endpoints for handling content operations and authentication. **Distinct from Cloud Hosting:** Distinct from Cloud Hosting: focuses on the specific deployment of GraphQL content APIs.