davitotty

davitotty / webzero

Public

Ultra-minimal web server for low-end hardware. Serves static sites from a single .web binary bundle with zero runtime dependencies, zero heap allocations, and zero config. Runs on Linux 2.6+ and Windows XP+. 5,000 req/sec on a Pentium III.

17
1
100% credibility
Found Mar 20, 2026 at 17 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
C
AI Summary

WebZero packs entire static websites into a single efficient file for serving on very old or low-power computers like Raspberry Pi 1 or Windows XP machines.

How It Works

1
🖥️ Discover WebZero

You hear about a super simple way to host your website on an old computer or tiny device like a Raspberry Pi without needing powerful hardware.

2
📁 Gather your files

Collect all your website pages, pictures, and styles into one easy folder on your computer.

3
🎁 Pack into one bundle

Use the simple tool to squeeze everything into a single compact file that holds your whole site.

4
🚀 Launch on old hardware

Copy the bundle to your old machine and start the server with a quick run – it uses hardly any memory.

5
🌐 See your site live

Open your web browser, type the address, and watch your pages load lightning-fast.

Fast site on old gear

Celebrate as your website runs smoothly on ancient hardware, saving power and staying reliable.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 17 to 17 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is webzero?

Webzero packs static sites into a single .web binary bundle using a Node CLI, then serves them via an ultra-minimal C web server with zero runtime dependencies, zero heap allocations after startup, and zero config. It targets low-end hardware like Raspberry Pi 1 or Pentium III boxes, hitting 5,000 req/sec on ancient gear while running on Linux 2.6+ or Windows XP+. Build with `wz build ./site`, serve with `wz serve site.web --port 8080`.

Why is it gaining traction?

Unlike bloated servers assuming modern CPUs and gigs of RAM, webzero eliminates fragmentation risks, threads, and config parsing for bulletproof stability on embedded or legacy setups. Brotli compression happens at build time, assets mmap directly, and it auto-serves WebP via Accept negotiation plus responsive JPEG variants from `wz optimize`. Devs dig the single-binary deploy—no Docker, no Node runtime.

Who should use this?

Embedded engineers shipping ultra minimal websites to ARM boards or old netbooks. Sysadmins reviving Windows XP production boxes or Linux 2.6+ thin clients. Frontend teams bundling landing pages, blogs, or SPAs where every KB and cycle counts, like webzero techworld pte ltd rajkot prototypes.

Verdict

Grab it for low-spec static hosting—solid for niches, with `wz inspect` for bundle debugging. 1.0% credibility reflects 17 stars and early docs, so test on your hardware before prod; stretch goals like TLS are pending.

(187 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.