awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 repository-uri

Awesome GitHub RepositoriesDocument Serving

Web daemons for hosting and delivering specialized document formats.

Distinct from Document Digitization Tools: Distinct from Document Digitization: focuses on serving existing digital content rather than converting physical media.

Explore 13 awesome GitHub repositories matching business & productivity software · Document Serving. Refine with filters or upvote what's useful.

Awesome Document Serving 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.

    Catalogs, converts, and serves electronic books to remote clients through a centralized interface.

    awesomeawesome-listcloud
    Vezi pe GitHub↗299,516
  • kovidgoyal/calibreAvatar kovidgoyal

    kovidgoyal/calibre

    24,146Vezi pe GitHub↗

    Calibre is a comprehensive suite for digital library management, serving as a centralized hub for organizing, converting, and editing e-book collections. It functions as a multi-purpose platform that combines a relational database for metadata tracking with a powerful processing engine capable of transforming document formats and restructuring internal markup. Beyond local management, the software acts as a content server, enabling users to host their libraries over a network for remote access and reading via standard web browsers. The project distinguishes itself through its deep extensibili

    Exposes local book collections over a network for remote browsing and reading via web browsers.

    Pythoncalibreebookebook-formats
    Vezi pe GitHub↗24,146
  • wagtail/wagtailAvatar wagtail

    wagtail/wagtail

    20,366Vezi pe GitHub↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Wagtail configures how files are delivered to users, balancing security permission checks against performance requirements through direct, redirected, or view-based serving methods.

    Pythoncmsdjangohacktoberfest
    Vezi pe GitHub↗20,366
  • scalar/scalarAvatar scalar

    scalar/scalar

    13,979Vezi pe GitHub↗

    Scalar is a platform for building and managing API specifications, focusing on OpenAPI and AsyncAPI standards. It provides tools to generate interactive API references with embedded testing interfaces, create mock servers for pre-implementation testing, and build offline-first API clients that sync with backend frameworks. The platform also supports version upgrades of specifications to maintain compatibility and includes command-line utilities for local development and document management. The project distinguishes itself through automated release workflows that generate changelogs and publi

    Serves OpenAPI documents locally via CLI with live file change detection and automatic refresh.

    TypeScriptapiapi-clientdocs
    Vezi pe GitHub↗13,979
  • cdnjs/cdnjsAvatar cdnjs

    cdnjs/cdnjs

    10,707Vezi pe GitHub↗

    cdnjs is a free, community-maintained content delivery network that hosts thousands of open-source frontend libraries. It delivers popular JavaScript and CSS assets from a global CDN to speed up website performance and reduce server load, with each library version stored as an immutable snapshot under a predictable directory structure. The platform provides a RESTful JSON API for programmatic access to library metadata, version details, and search functionality. This API returns structured data with HTTP cache headers, including immutable version details cached for nearly a year and library m

    Hosts and serves static assets for thousands of community-maintained open-source frontend libraries.

    cdncdnjscss
    Vezi pe GitHub↗10,707
  • lingui/js-linguiAvatar lingui

    lingui/js-lingui

    5,786Vezi pe GitHub↗

    Lingui is a JavaScript internationalization library that provides a framework-agnostic core with bindings for React, SolidJS, Svelte, Astro, and other JavaScript frameworks. It operates through a compile-time message extraction pipeline that scans source files for translatable strings, generates standard PO, JSON, or CSV catalog files, and compiles them into optimized JavaScript modules for production deployment. The library uses macro-based message definition to wrap translatable text in source code while preserving context for extraction, and includes a plural rule engine that automatically

    Serves documentation in a streamlined Markdown format optimized for AI consumption and auto-discovery.

    TypeScript
    Vezi pe GitHub↗5,786
  • fontsource/fontsourceAvatar fontsource

    fontsource/fontsource

    5,778Vezi pe GitHub↗

    Serves documentation as plain Markdown files accessible by appending .md to any documentation URL.

    TypeScriptcssfontfont-family
    Vezi pe GitHub↗5,778
  • lxc/lxdAvatar lxc

    lxc/lxd

    5,554Vezi pe GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Serves documentation files through the application's own built-in web server.

    Go
    Vezi pe GitHub↗5,554
  • inngest/inngestAvatar inngest

    inngest/inngest

    5,499Vezi pe GitHub↗

    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

    Exposes project documentation in structured formats optimized for AI ingestion and code assistance.

    Go
    Vezi pe GitHub↗5,499
  • baserow/baserowAvatar baserow

    baserow/baserow

    4,188Vezi pe GitHub↗

    Baserow is a self-hosted, no-code relational database platform built on PostgreSQL. It provides a spreadsheet-like interface for structuring and managing data without writing code, while exposing all database resources via a REST API to support headless architectures. The platform distinguishes itself by integrating large language models and embedding servers to power AI assistants and automated data generation. It further extends its utility as a no-code application builder, allowing users to create custom internal portals, dashboards, and business tools using visual logic and managed data.

    Delivers files from the backend with link expiration and access controls based on user authentication.

    Pythonairtableairtable-alternativeairtable-replacement
    Vezi pe GitHub↗4,188
  • egoist/docuteAvatar egoist

    egoist/docute

    3,814Vezi pe GitHub↗

    Docute is a browser-based documentation framework that transforms markdown files into functional websites directly within the user's browser. By performing all processing on the fly, it eliminates the need for static build steps, server-side compilation, or complex deployment pipelines. The platform functions as a single-page application, managing navigation and content updates dynamically by intercepting browser history events to avoid full page reloads. It utilizes a virtual file system abstraction to fetch and resolve documentation assets, ensuring that the site remains responsive and ligh

    Publishes technical guides by serving raw markdown files that render into a functional website on the fly.

    JavaScript
    Vezi pe GitHub↗3,814
  • open-source-labs/sveltestormAvatar open-source-labs

    open-source-labs/SvelteStorm

    1,032Vezi pe GitHub↗

    SvelteStorm is a specialized integrated development environment built for creating, editing, and debugging Svelte applications. The workspace provides a desktop code editing environment equipped with syntax highlighting, a file directory tree explorer, split-screen document viewing, code search tools, and an integrated terminal for executing shell scripts and terminal commands. The environment includes dedicated debugging and monitoring tools that generate real-time component hierarchy graphs, track live state values, and record application states to allow stepping backward and forward throu

    Includes built-in reference documentation accessible directly inside the workspace for quick developer lookups.

    Sveltecodemirror-editordeveloper-toolselectron
    Vezi pe GitHub↗1,032
  • arabold/docs-mcp-serverAvatar arabold

    arabold/docs-mcp-server

    1,052Vezi pe GitHub↗

    This project is a server implementation of the Model Context Protocol designed to function as an AI knowledge retrieval tool. It acts as a semantic search engine and web scraping framework that indexes technical documentation from web sources, local files, and archives, making this information directly accessible to AI coding assistants for context-aware research and querying. The system distinguishes itself through a hybrid search architecture that combines vector-based embeddings with full-text retrieval to improve the accuracy of documentation lookups. It features a modular pipeline for co

    Serves documentation through a long-running server endpoint optimized for AI tool consumption and protocol support.

    TypeScriptagentic-aicopilotcursor
    Vezi pe GitHub↗1,052
  1. Home
  2. Business & Productivity Software
  3. Document Digitization Tools
  4. Document Serving

Explorează sub-etichetele

  • Access-Controlled ServingMechanisms for delivering files that enforce authentication and permission checks before allowing download. **Distinct from Document Serving:** Distinct from general Document Serving: focuses specifically on the security and permission-gating layer of file delivery.
  • Built-in Documentation ServersServing documentation files through the application's own built-in web server. **Distinct from Document Serving:** Distinct from Document Serving: specifically serves documentation via the application's embedded web server, not a standalone document server.
  • Library Hosting1 sub-tagServices that expose local digital collections over a network for remote browser-based access. **Distinct from Document Serving:** Distinct from Document Serving: focuses on the specific domain of library-wide collection hosting rather than individual document delivery.
  • Markdown Documentation Serving2 sub-tag-uriServing documentation as plain Markdown files accessible by appending .md to any documentation URL. **Distinct from Document Serving:** Distinct from Document Serving: focuses on serving Markdown files specifically, not general document formats.