Documentation Hub

Build sites like a
true professional.

NetDocs is the definitive reference for building top-of-the-line Unblocked Games and Proxy websites. Everything from deployment to AI integration, all in one place.

8 Guides
3 Difficulty Tiers
100% Free & Open
v2 Current Version
Do it like the Pros do it.

By the Numbers

2 Proxy Frameworks
5+ Embed Methods
3 AI Integrations
Sites You Can Build

How It Works

Step 01

Pick a guide

Browse the eight documentation sections, each targeting a specific type of site feature — from proxy tunnels to music streaming.

Step 02

Follow the steps

Copy-paste ready code snippets, annotated commands, and architecture diagrams walk you through every implementation detail.

Step 03

Ship your site

Use the Deploy guide to push to Cloudflare Pages or Vercel, configure DDoS protection, and plug in analytics in minutes.

Popular Paths

Build a Full Proxy Site

From bare repo to live proxy — covers Ultraviolet, Scramjet, and wisp routing end-to-end.

Proxy Deploy Accounts

Launch a Games Hub

Embed games, add AI chatbots, stream music, and deploy on a fast CDN for the ultimate UBG site.

Games AI Music Deploy

Build a Streaming Portal

Connect movie APIs, add a search UI, integrate music, and add a virtual machine tab for full browsing.

Movies Music VMs

Add Free AI to Any Site

Drop LLaMA or GPT access into an existing site with no API cost to users — fast to integrate.

AI Accounts

Ready to go live?

The Deploy guide walks you through pushing to Cloudflare Pages, setting up DDoS protection with Cloudflare WAF, and wiring in Plausible Analytics — all without touching a server.

Frequently Asked

What tech stack does a proxy site need?
A basic proxy site needs a static frontend (HTML/CSS/JS), the Ultraviolet or Scramjet service worker, and a wisp-compatible WebSocket backend for tunneling. For hosting, Cloudflare Pages handles the frontend for free and you can run wisp on a cheap VPS or a serverless worker.
Do I need to pay for anything to get started?
All the guides use free-tier services wherever possible. Cloudflare Pages, Vercel, and GitHub Pages are all free for the frontend. AI integrations point to free public model endpoints. The only potential cost is a VPS for running a wisp server, which can be as low as $3–5/month.
What's the difference between Ultraviolet and Scramjet?
Both are web proxy service workers but they use different rewriting strategies. Ultraviolet is the more established project with broader compatibility, while Scramjet is a newer rewrite that aims for better performance and handling of modern JavaScript-heavy sites. The Proxy guide covers when to use each.
Can I embed games without hosting them myself?
Yes — the Games guide covers embedding from public CDN sources using iframes and cross-origin techniques, so you don't need to self-host game files. It also covers building a local game library if you want full control.
How do I keep my site from getting taken down?
The Deploy guide covers domain strategies (buying cheap domains in bulk, using subdomains), Cloudflare's proxy and WAF for DDoS mitigation, and how to set up fallback mirror domains so users can always reach your site even if a primary domain is blocked.