awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

59 repository-uri

Awesome GitHub RepositoriesWeb Application Hosting

Platforms for deploying and serving standalone web applications directly from a central management system.

Distinguishing note: Focuses on the rapid deployment of AI-driven web interfaces rather than general web hosting.

Explore 59 awesome GitHub repositories matching web development · Web Application Hosting. Refine with filters or upvote what's useful.

Awesome Web Application Hosting GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • awesome-selfhosted/awesome-selfhostedAvatar awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516Vezi pe GitHub↗

    Acest proiect este un director curatoriat de comunitate cu software open-source conceput pentru implementarea în medii de server private și laboratoare de acasă (home labs). Servește drept resursă cuprinzătoare pentru descoperirea alternativelor independente, auto-găzduite, la serviciile cloud mainstream, permițând utilizatorilor să mențină proprietatea deplină a datelor și controlul asupra infrastructurii lor digitale. Directorul este structurat printr-o taxonomie ierarhică ce organizează o colecție vastă de aplicații în categorii logice, variind de la gestionarea media și analiza datelor la comunicare privată și instrumente de productivitate în echipă. Se distinge printr-un proces colaborativ de peer-review, unde membrii comunității validează calitatea și relevanța fiecărei trimiteri pentru a se asigura că directorul rămâne precis și fiabil. Proiectul acoperă o suprafață largă de capabilități, inclusiv automatizarea infrastructurii, implementarea serviciilor bazate pe containere și gestionarea configurației declarative. Aceste instrumente ajută utilizatorii să mențină medii de server reproductibile și să gestioneze dependențele complexe ale serviciilor pe hardware privat. Directorul este menținut ca un repository controlat prin versiuni, asigurându-se că toate actualizările și modificările conduse de comunitate sunt urmărite și transparente.

    Hosts web applications and static files while supporting modern protocols and integrated scripting for dynamic content delivery.

    awesomeawesome-listcloud
    Vezi pe GitHub↗299,516
  • langgenius/difyAvatar langgenius

    langgenius/dify

    145,458Vezi pe GitHub↗

    Dify is an open-source platform for building, orchestrating, and deploying generative AI applications and autonomous agents. It provides a visual development environment that allows users to design complex, multi-step logic chains and conversational flows, which can then be published as APIs, web interfaces, or embedded widgets. The platform acts as a centralized infrastructure layer, managing model connections, prompt templates, and knowledge retrieval to support scalable AI-powered services. What distinguishes the platform is its focus on stateful application design and workflow orchestrati

    The platform publishes AI applications as standalone web pages that are instantly shareable, allowing for rapid testing and immediate use without additional infrastructure setup.

    TypeScriptagentagentic-aiagentic-framework
    Vezi pe GitHub↗145,458
  • hkuds/nanobotAvatar HKUDS

    HKUDS/nanobot

    44,285Vezi pe 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

    Serves a built-in web dashboard directly from the runtime for monitoring agent activity.

    Python
    Vezi pe GitHub↗44,285
  • aosabook/500linesAvatar aosabook

    aosabook/500lines

    29,582Vezi pe GitHub↗

    This project is a software engineering educational resource providing a collection of canonical system implementations. It serves as a library of computer science case studies and polyglot code examples designed to demonstrate architectural tradeoffs and design patterns through concise versions of fundamental software components. The repository focuses on studying the implementation of core concepts such as consensus algorithms, interpreters, and database engines. It provides minimal versions of complex systems to facilitate the analysis of language design, data structure implementation, and

    Processes templates to deliver dynamic HTML content to web clients.

    JavaScript
    Vezi pe GitHub↗29,582
  • angular/angular-cliAvatar angular

    angular/angular-cli

    27,018Vezi pe GitHub↗

    The Angular Command Line Interface is a tool for initializing, scaffolding, and managing the development lifecycle of Angular web applications from a terminal. It functions as a project manager and frontend build toolchain, providing a standardized way to bootstrap new applications and manage their overall health and configuration. The tool employs schematic-based code generation to create standardized project structures and components. It utilizes a workspace-based configuration to manage multiple related applications and libraries within a single shared root and dependency tree. The system

    Runs the application on a local server for development and real-time iteration.

    TypeScript
    Vezi pe GitHub↗27,018
  • wasmerio/wasmerAvatar wasmerio

    wasmerio/wasmer

    20,421Vezi pe GitHub↗

    Wasmer is a high-performance runtime engine designed to execute sandboxed WebAssembly modules across server-side, edge, and browser environments. It functions as a comprehensive platform for building, distributing, and running isolated applications, providing a secure and portable execution layer that maintains consistency across diverse hardware architectures and operating systems. The platform distinguishes itself through a robust toolchain that enables cross-language interoperability and the transformation of code into portable binary packages. It supports ahead-of-time binary generation t

    Executes web applications that automatically adjust resource allocation based on incoming traffic to maintain consistent performance.

    Rustemscriptenlinuxmacos
    Vezi pe GitHub↗20,421
  • quarkusio/quarkusAvatar quarkusio

    quarkusio/quarkus

    15,479Vezi pe GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Provides a template engine for generating dynamic web content and server-side views within the application.

    Javacloud-nativehacktoberfestjava
    Vezi pe GitHub↗15,479
  • simulatedgreg/electron-vueAvatar SimulatedGREG

    SimulatedGREG/electron-vue

    15,399Vezi pe GitHub↗

    electron-vue is a pre-configured project boilerplate and scaffolding system for building desktop applications using Electron and Vue.js. It provides a standardized project structure and an integrated build pipeline to accelerate the development of desktop software. The project enables a hybrid deployment model, allowing developers to generate both standalone desktop executables for multiple operating systems and browser-compatible web versions from a single codebase. It distinguishes its development workflow with hot reloading and hot module replacement to update the user interface in real-ti

    Allows the application to run directly in a browser via a web-compatible output.

    JavaScriptbabelboilerplatedocumentation
    Vezi pe GitHub↗15,399
  • nswbmw/n-blogAvatar nswbmw

    nswbmw/N-blog

    15,392Vezi pe GitHub↗

    N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as a server-side rendered web application that renders markdown source text into HTML for publishing and displaying articles. The system includes a markdown blogging engine that enables the creation and management of posts and user comments. It features a integrated user authentication system that handles account registration, secure sign-in, and session management to protect private routes. The project covers broad capability areas including request routing and middleware pipel

    Processes server-side requests to deliver dynamic HTML content to the browser via defined routes.

    JavaScriptblogcourseexpress
    Vezi pe GitHub↗15,392
  • getgrav/gravAvatar getgrav

    getgrav/grav

    15,395Vezi pe GitHub↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Prevents web application unloading during idle periods by enabling persistent background execution.

    PHPcmscontentcontent-management
    Vezi pe GitHub↗15,395
  • perfectlysoft/perfectAvatar PerfectlySoft

    PerfectlySoft/Perfect

    13,753Vezi pe GitHub↗

    Perfect is a server-side Swift framework designed for building high-performance web applications, REST APIs, and backend services. It provides an asynchronous HTTP server that handles web traffic through an event loop, alongside a web template engine for generating dynamic HTML pages. The project includes a WebSocket communication library for implementing bidirectional, real-time data exchange between clients and servers. It also provides a database connector to establish connections and exchange data between Swift applications and external database stores. The framework's capabilities cover

    Supports the generation and delivery of dynamic web content using server-side HTML templates.

    Swift
    Vezi pe GitHub↗13,753
  • jingmatrix/lsposedAvatar JingMatrix

    JingMatrix/LSPosed

    11,494Vezi pe GitHub↗

    LSPosed is an Android runtime hooking framework and system modification tool. It enables the modification of application and system behavior in memory without altering original installation files, serving as a platform for distributing and managing community-created extension modules. The project provides a comprehensive suite for device and identity spoofing, including the ability to mask hardware identifiers, simulate geographic locations, and conceal root access or hooking frameworks to bypass security and integrity checks. It also functions as an application modder to unlock premium featu

    Blocks attempts by applications to force-close themselves when prohibited environments are detected.

    Javaandroidarthooklsposed
    Vezi pe GitHub↗11,494
  • dart-lang/sdkAvatar dart-lang

    dart-lang/sdk

    11,042Vezi pe GitHub↗

    The Dart SDK is a comprehensive development kit for building cross-platform applications using a multi-paradigm programming language. It provides a unified toolchain that supports both just-in-time compilation for rapid development and ahead-of-time compilation for high-performance native machine code. The platform is built on a sound static type system and an isolate-based concurrency framework, which executes independent tasks in separate memory heaps to achieve parallelism without shared state contention. The SDK distinguishes itself through a versatile compilation pipeline that transforms

    Automates the compilation and local hosting of web-based projects to facilitate rapid iteration and testing in browser environments.

    Dartdartlanguageprogramming-language
    Vezi pe GitHub↗11,042
  • pi-hole/docker-pi-holeAvatar pi-hole

    pi-hole/docker-pi-hole

    10,760Vezi pe GitHub↗

    This project provides a containerized DNS sinkhole and network-wide traffic filtering solution. It functions as a central network resolver that intercepts domain queries, allowing users to block advertisements, trackers, and malicious domains by returning null responses to connected devices. The platform distinguishes itself through its integrated DHCP server and comprehensive management capabilities, which allow for automated IP address allocation and granular control over network traffic. It supports complex filtering through regular expression matching, hierarchical rule prioritization, an

    Pi-hole executes server-side scripts using an embedded engine to generate dynamic pages and custom HTTP responses without requiring external dependencies.

    Shellad-blockerdnsdocker-container
    Vezi pe GitHub↗10,760
  • pocoproject/pocoAvatar pocoproject

    pocoproject/poco

    9,438Vezi pe GitHub↗

    POCO is a comprehensive C++ application framework that provides a cross-platform set of libraries for building network-centric applications. It offers a unified abstraction layer that wraps platform-specific APIs, enabling the same code to run across desktop, server, mobile, IoT, and embedded systems. The framework is organized into modular libraries that can be compiled and linked selectively, allowing developers to include only the components their application needs. The framework distinguishes itself through its broad coverage of application infrastructure needs, including threading and sy

    Provides a server-side page compiler that generates dynamic web content from compiled templates.

    C++c-plus-plusconfigurationcross-platform
    Vezi pe GitHub↗9,438
  • austintgriffith/scaffold-ethAvatar austintgriffith

    austintgriffith/scaffold-eth

    9,064Vezi pe GitHub↗

    Scaffold-eth is a comprehensive development stack and boilerplate for building decentralized applications. It provides a pre-configured starter kit that integrates smart contract development tools with a reactive user interface to accelerate the construction of Ethereum-based projects. The toolkit features dynamic frontend interface generation, which automatically builds a user interface mapped to smart contract functions for rapid logic verification. This allows for testing blockchain logic through a frontend without the need to write custom UI code. The project covers a broad range of deve

    Includes utilities for publishing the frontend user interface to public domains or decentralized storage.

    CSS
    Vezi pe GitHub↗9,064
  • tencent/hippyAvatar Tencent

    Tencent/Hippy

    8,533Vezi pe GitHub↗

    Hippy is a cross-platform mobile framework that enables building applications for iOS, Android, and Web from a single codebase using web development technologies. It functions as a dynamic app framework, supporting runtime code updates and dynamic content delivery across platforms, and connects JavaScript application logic with native platform APIs through a JavaScript bridge. The framework distinguishes itself through its bridge-based native rendering approach, which serializes UI updates over a JSON message bus to a native host that maintains the real view hierarchy. It employs a component-

    Enables runtime code updates and dynamic content delivery across mobile and web platforms.

    C++androidcross-platformfrontend
    Vezi pe GitHub↗8,533
  • atom-archive/xrayAvatar atom-archive

    atom-archive/xray

    8,420Vezi pe GitHub↗

    Xray is a collaborative text editor and distributed workspace manager that utilizes conflict-free replicated data types to synchronize real-time edits and directory structures across peers. It functions as both an Electron-based desktop application and a headless editor server that manages workspaces and file systems remotely for connected clients. The project distinguishes itself by integrating fine-grained version control tracking, recording keystroke-level changes and uncommitted edits between Git commits. It employs a decentralized synchronization model for working copies and uses operati

    Serves a web-compatible user interface via a development server and proxies connections to a remote backend.

    Rust
    Vezi pe GitHub↗8,420
  • apache/tomcatAvatar apache

    apache/tomcat

    8,186Vezi pe GitHub↗

    Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open

    Compiles and serves JavaServer Pages, translating them into servlets for dynamic content delivery.

    Javahttpjavajavaee
    Vezi pe GitHub↗8,186
  • apify/crawlee-pythonAvatar apify

    apify/crawlee-python

    8,097Vezi pe GitHub↗

    Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive tool for web scraping automation, providing a system to extract structured data from websites using both lightweight HTTP requests and headless browser automation. The framework is distinguished by its anti-bot evasion capabilities, which include browser fingerprint impersonation and tiered proxy rotation to bypass detection systems and solve challenges such as Cloudflare. It also incorporates artificial intelligence for autonomous website navigation and schema-based data extra

    Locates sitemap files by analyzing robots.txt and checking standard directory paths.

    Pythonapifyautomationbeautifulsoup
    Vezi pe GitHub↗8,097
Înapoi123Înainte
  1. Home
  2. Web Development
  3. Web Application Hosting

Explorează sub-etichetele

  • Application Persistence1 sub-tagMechanisms to prevent application unloading during idle periods. **Distinct from Web Application Hosting:** Distinct from Web Application Hosting: focuses on the specific capability of maintaining process availability rather than general hosting.
  • Binary-Embedded Web InterfacesWeb applications packaged directly into a single executable binary for standalone desktop distribution. **Distinct from Web Application Hosting:** Distinct from Web Application Hosting: focuses on the binary-packaging aspect for desktop distribution rather than server-side hosting.
  • Dynamic Content Delivery5 sub-tag-uriServers that process and deliver dynamic web content and applications. **Distinct from Web Application Hosting:** Distinct from Static Web Hosting: focuses on server-side processing and dynamic application delivery rather than static asset serving.
  • Hosted Web InterfacesRunning applications directly in a browser via hosted URLs without local installation. **Distinct from Web Application Hosting:** Distinct from Web Application Hosting: focuses on providing a browser-accessible version of the tool itself, not deploying user applications.
  • Local Development HostingHosting web applications on a local server specifically for development and real-time iteration. **Distinct from Web Application Hosting:** Distinct from Web Application Hosting: focuses on ephemeral local development environments rather than production deployment platforms.
  • Local Webview HostsApplications that host web interfaces within a local system container to provide desktop functionality. **Distinct from Web Application Hosting:** Distinct from Hosted Web Interfaces: focuses on local desktop-native hosting via webviews rather than remote browser-accessible deployments.
  • Polyglot Application HostingHosting capabilities for applications written in multiple different programming languages on a single server instance. **Distinct from Web Application Hosting:** Covers multi-language support (Ruby, Python, Node.js) specifically, rather than general deployment of single-language AI interfaces.
  • Static Interface HostingHosts single-page application dashboards directly from the pipeline deployment. **Distinct from Web Application Hosting:** Distinct from Web Application Hosting: focuses on serving static dashboards alongside inference APIs rather than general web application hosting.