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
Back to static-web-server/static-web-server

Open-source alternatives to Static Web Server

27 open-source projects similar to static-web-server/static-web-server, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Static Web Server alternative.

  • orhun/rustypasteorhun avatar

    orhun/rustypaste

    1,174View on GitHub↗
    Rustfile-sharingfile-uploadfile-upload-server
    View on GitHub↗1,174
  • mu-arch/skyfoldermu-arch avatar

    mu-arch/skyfolder

    161View on GitHub↗

    🪂 SkyFolder shares your folders on the network!

    Rustbittorrentclicommand
    View on GitHub↗161
  • marcodpt/minirpsmarcodpt avatar

    marcodpt/minirps

    45View on GitHub↗

    Mini reverse proxy server written in rust

    Rustapiaxumcors
    View on GitHub↗45
  • mufeedvh/binservemufeedvh avatar

    mufeedvh/binserve

    1,126View on GitHub↗

    A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.

    Rustactixhandlebarshttp
    View on GitHub↗1,126
  • svenstaro/miniservesvenstaro avatar

    svenstaro/miniserve

    7,391View on GitHub↗

    Miniserve is an HTTP static file server that hosts local directories over the network with an integrated web-based file browser. It functions as a single-binary tool capable of serving as a markdown rendering server, a TLS-enabled web server for encrypted traffic, and a WebDAV file manager for remote file operations. The project distinguishes itself through specialized hosting modes, including a single page application mode that routes requests to a single index file and the ability to generate random hexadecimal access URLs to obscure served directories. It also provides the ability to conve

    Rustclicommand-linecommand-line-tool
    View on GitHub↗7,391

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • thecoshman/httpthecoshman avatar

    thecoshman/http

    489View on GitHub↗

    Host These Things Please - a basic http server for hosting a folder fast and simply

    Rust
    View on GitHub↗489
  • thewawar/simple-http-serverTheWaWaR avatar

    TheWaWaR/simple-http-server

    3,394View on GitHub↗

    This project is a collection of specialized HTTP servers designed for static file hosting, secure file uploads, and encrypted web traffic. It provides implementations for delivering local files and directories over HTTP and HTTPS, including support for index pages and single-page application routing. The software differentiates itself through dedicated server roles, including a secure file upload server with size limits and token validation, and an HTTPS web server that utilizes PKCS#12 certificates for TLS encryption. It also includes a specialized gateway for managing cross-origin resource

    Rustfilehttprust
    View on GitHub↗3,394
  • vetis-server/vetisvetis-server avatar

    vetis-server/vetis

    113View on GitHub↗

    A blazingly fast, minimalist HTTP server built for modern Rust applications.

    Rust
    View on GitHub↗113
  • steveltn/https-portalSteveLTN avatar

    SteveLTN/https-portal

    4,694View on GitHub↗

    This project is a Docker-based Nginx reverse proxy manager designed to automate the deployment of HTTPS for web applications. It functions as a gateway that acquires and renews security certificates via Let's Encrypt and proxies incoming traffic to backend services. The system distinguishes itself by automatically discovering web services running in Docker containers to eliminate manual domain configuration. It manages security certificates through an automated process and can expose these certificates to other applications via shared volumes. The tool covers traffic management through load

    Ruby
    View on GitHub↗4,694
  • masq-project/nodeMASQ-Project avatar

    MASQ-Project/Node

    191View on GitHub↗

    MASQ combines the benefits of VPN and Tor technology to create a superior next-generation privacy software, where users are rewarded for supporting an uncensored global web. Users gain privacy and anonymity online, while helping promote Internet Freedom.

    Rust
    View on GitHub↗191
  • plabayo/ramaplabayo avatar

    plabayo/rama

    1,037View on GitHub↗

    modular service framework to move and transform network packets

    Rusthttphttpsmitm
    View on GitHub↗1,037
  • plume-org/plumePlume-org avatar

    Plume-org/Plume

    2,215View on GitHub↗

    Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)

    Rust
    View on GitHub↗2,215
  • redlib-org/redlibredlib-org avatar

    redlib-org/redlib

    3,399View on GitHub↗

    Private front-end for Reddit

    Rust
    View on GitHub↗3,399
  • ronanyeah/rust-hasuraR

    ronanyeah/rust-hasura

    0View on GitHub↗
    View on GitHub↗0
  • shouya/rss-funnelshouya avatar

    shouya/rss-funnel

    155View on GitHub↗

    Self-hosted RSS multi-tool

    Rust
    View on GitHub↗155
  • sintan1729/chhoto-urlSinTan1729 avatar

    SinTan1729/chhoto-url

    722View on GitHub↗
    Rustactix-webcomposecontainer
    View on GitHub↗722
  • stoatchat/stoatchatstoatchat avatar

    stoatchat/stoatchat

    2,610View on GitHub↗

    Stoatchat is a real-time chat server and messaging backend that utilizes WebSockets to handle instant communication, live event updates, and user presence tracking. The project incorporates an encrypted file storage system and cloud storage layer that applies AES encryption to binary data before upload. It also functions as an HTTP content proxy server to mask user IP addresses when fetching media from third-party services and as a push notification gateway to ensure reliable alert delivery via a background dispatch queue. The system includes role-based access control to manage user permissi

    Rustapimongodbredis
    View on GitHub↗2,610
  • 0x676e67/vproxy0x676e67 avatar

    0x676e67/vproxy

    403View on GitHub↗

    A high-performance HTTP/HTTPS/SOCKS5 proxy server

    Rust
    View on GitHub↗403
  • zhom/donutbrowserzhom avatar

    zhom/donutbrowser

    988View on GitHub↗
    Rustanti-detectanti-detect-browseranti-detection
    View on GitHub↗988
  • bytedance/g3bytedance avatar

    bytedance/g3

    879View on GitHub↗

    Enterprise-oriented Generic Proxy Solutions

    Rustaudithttpicap
    View on GitHub↗879
  • cloudflare/pingoracloudflare avatar

    cloudflare/pingora

    26,833View on GitHub↗

    Pingora is a Rust-based framework for building high-performance network services, including HTTP reverse proxies, layer seven load balancers, and TLS termination proxies. It serves as an asynchronous network library designed to intercept and route HTTP, gRPC, and WebSocket traffic between clients and upstream backend servers. The project enables zero-downtime service updates by handing over listening sockets between processes during binary or configuration upgrades. It utilizes a programmable multi-phase pipeline to modify request and response bodies and headers, and it provides a pluggable T

    Rust
    View on GitHub↗26,833
  • emanuele-em/proxelaremanuele-em avatar

    emanuele-em/proxelar

    984View on GitHub↗

    Scriptable local traffic workbench for inspecting, intercepting, replaying, and rewriting HTTP/HTTPS and WebSocket traffic.

    Rustclihttp-proxyhttps-proxy
    View on GitHub↗984
  • hook0/hook0hook0 avatar

    hook0/hook0

    1,362View on GitHub↗
    Rustwebhookwebhook-apiwebhook-events
    View on GitHub↗1,362
  • importantimport/hatsuimportantimport avatar

    importantimport/hatsu

    250View on GitHub↗

    🩵 Self-hosted & Fully-automated ActivityPub Bridge for Static Sites.

    Rustactivity-streamactivitypubdocker
    View on GitHub↗250
  • janreges/siteone-crawlerjanreges avatar

    janreges/siteone-crawler

    770View on GitHub↗

    SiteOne Crawler is a cross-platform website crawler and analyzer for SEO, security, accessibility, and performance optimization—ideal for developers, DevOps, QA engineers, and consultants. Supports Windows, macOS, and Linux (x64 and arm64).

    Rustanalyzercrawlercrawling
    View on GitHub↗770
  • konippi/servo-fetchkonippi avatar

    konippi/servo-fetch

    125View on GitHub↗

    A self-contained browser engine that fetches, renders, and extracts web content as Markdown, JSON, or screenshots — no Chromium, no API key, no setup.

    Rustagent-skillsclifetch
    View on GitHub↗125
  • lemmynet/lemmyLemmyNet avatar

    LemmyNet/lemmy

    14,454View on GitHub↗

    Lemmy is a self-hosted, federated discussion platform that enables the operation of independent, decentralized social networking servers. By implementing the ActivityPub protocol, it allows autonomous instances to exchange content, synchronize user interactions, and participate in a global, distributed network without centralized control. The platform distinguishes itself through a decoupled architecture that separates the backend API from the frontend, facilitating the development of custom interfaces while maintaining unified user handles and cross-platform communication. It provides granul

    Rustactivitypubchatfediverse
    View on GitHub↗14,454