Guide

A NAS alternative that runs on the laptops you already own

Share files between computers without a server, and pool their storage over Wi-Fi — no NAS box, no switch, no cloud subscription.

If you have ever tried to share files between several computers without a server, you already know the two roads on offer: buy a box, or rent the cloud. A NAS (network-attached storage) appliance sits in the corner blinking; a cloud subscription bills you every month forever. Both work. Both also assume the answer to "how do a few laptops share documents" is "buy more hardware or a recurring bill" — when the machines that need to share are sitting right there, powered on, on the same Wi-Fi, with free disk space going to waste.

This guide is about a third road: turning the computers you already own into one pooled, shared drive over your own network. It is honest about where a real NAS still wins, and honest about the trade-offs of the approach — including where it deliberately has no redundancy. WriteHive is our product, so read this the way you would read any vendor's page: skeptically, and with the limits section in full view.

The old way #1: a NAS box or file server

The classic answer to shared storage is a dedicated appliance — a Synology or QNAP NAS, or a small file server. It is a genuinely good tool, and for a media library or a 30-person office it is the right call. But look at what it actually asks of a small team:

For a four-laptop office, that is a hardware invoice and a part-time job nobody asked for.

The old way #2: a cloud subscription

The modern default is a cloud drive, and to be fair it works well — especially for teams spread across cities. But notice the trade: every person needs an account, your documents live in a data center you will never see, the free tiers are engineered to run out, and the whole thing stops when the internet does. Paying a monthly fee to route a file to the person at the next desk — 800 miles to a server and 800 miles back — is a strange way to hand someone a document that is already on the same Wi-Fi.

The insight: your computers are already a storage pool

Here is what both old ways obscure. The moment your laptops join the same Wi-Fi, they can already talk to each other, and each one already has free disk space. What is missing is not hardware — it is a small piece of software that says "these machines will hold the documents together, and everyone else, open this address." A file server, stripped to its essence, is just a program on a machine answering requests. It does not need a rack. It can be a script. And if it can run on one machine, it can run on several and pool them.

The Hive Hub way: RAID across your own laptops

WriteHive's Hive Hub is a 0.6MB, zero-dependency Node script that turns any PC into a wireless document server. Run it on a single machine and every laptop on the Wi-Fi shares one live drive — that is the setup covered in our guide to sharing documents over Wi-Fi without a server. The new part, shipped in Hive Hub v2, is pooling: run the hub on more than one machine and they federate into a single drive. There are two modes, and they map cleanly onto the two kinds of RAID people already understand.

Stripe mode = RAID-0 (capacity and speed)

In stripe mode, documents are spread across every machine in the pool. Their disk space and their speed add up: three old laptops with a little free space each become one larger, faster shared drive. This is exactly RAID-0, just over Wi-Fi instead of a backplane — you are striping across computers rather than across drives in one box. It is the right mode when you want to reclaim capacity that is currently scattered and idle across the machines you already own.

Mirror mode = RAID-1 (redundancy)

In mirror mode, every machine keeps a full copy of every document. Any single machine can be switched off, unplugged, or die outright, and the drive keeps serving with zero data loss — another machine has the same file. This is RAID-1 across your laptops: you trade some total capacity for the confidence that no one machine is a single point of failure.

On-prem, off-prem, or a combination

To the hub, a peer is just a URL. That means a pool is not limited to one room. The laptops on your office Wi-Fi can pool with a hub sitting at home behind a port-forward or a tunnel — on-prem and off-prem machines in one federated drive. You decide where the storage physically lives; the pool does not care.

The honest caveat on stripe: pure stripe mode is real RAID-0, which means it has no redundancy. A machine that is powered off hides its share of the documents until it returns. If you need any one machine to be able to fail without losing access, use mirror mode, or point each hub's mirror folder at a backup drive. We would rather tell you this up front than have you learn it the hard way.

NAS box vs cloud subscription vs Hive Hub pooling

CategoryNAS box / file serverCloud subscriptionHive Hub pooling
Upfront hardware NAS appliance + drives + often a network switch. None — but you rent forever. None. Uses the computers and Wi-Fi you already own.
Ongoing cost Power, drive replacements, maintenance time. Monthly or annual fee, per seat, forever. $44.99 once for Pro. No subscription, no per-seat billing.
Cabling & switches Wired Ethernet and a switch for reliable speed. None (but everything depends on the internet). None. Your Wi-Fi radio replaces the switch and cables.
On each client Mapped network drive, credentials, permissions. An account and usually an installed app. Nothing installed. Each laptop opens a web address.
Capacity pooling Fixed to the box's drive bays. Whatever tier you pay for this month. Stripe (RAID-0) adds up free space across machines.
Redundancy RAID inside the box (good). Provider-side replication. Mirror (RAID-1) keeps a copy on every machine. Stripe has none.
Where documents live On your box, on your premises. In a data center you never see. On your machines — on-prem, off-prem, or both.
Works with no internet Yes, on the local network. No — cloud sync stops when the internet does. Yes. Pooling runs over your own Wi-Fi.

What it takes to run it

The single-machine hub is free and needs one prerequisite: Node.js installed on the host PC (the only machine that needs anything installed — every client just opens a browser). Pooling adds two requirements, and both are Pro-tier: a WriteHive Pro key and a shared secret set on each machine, so only the computers you authorize can join the pool. Without them, the hub simply runs standalone — the free tier is unchanged. We tested pooling with real multi-node clusters: a three-node stripe distributed documents across all three machines and cleanly dropped only a downed node's share when it went offline, and a two-node mirror survived a node being killed with the survivor serving the document and zero data loss.

Where a real NAS still wins — honestly

We would rather lose a sale than oversell. A dedicated NAS is still the better choice when:

If your real need is simply "let a handful of computers in one place share documents and stop wasting their free space," pooling does that with hardware you already own. If you are also weighing the software itself, our honest WriteHive vs Microsoft Word comparison covers where each tool fits.

Turn your spare laptops into one shared drive

Open the free editor, start a hub between two machines, and see the shared drive for yourself. Pooling unlocks with Pro when you are ready.

Hub free for 2 devices · Pooling on Pro $44.99 once · 30-day refund promise

Frequently asked questions

Can I really replace a NAS box with my own laptops?

For document sharing and pooled storage over a local network, yes. Running the Hive Hub on one or more PCs turns machines you already own into one shared drive over your Wi-Fi — no dedicated NAS box, no network switch, no cabling to every desk. It is not a replacement for a large media-server NAS with terabyte drive bays, but for pooling the free space on a few office or home laptops it does the core job.

What is the difference between stripe mode and mirror mode?

Stripe mode is RAID-0: documents are spread across every machine, so disk space and speed add up into one larger, faster drive. Mirror mode is RAID-1: every machine keeps a full copy of every document, so any single machine can die with zero data loss. Stripe favors capacity, mirror favors redundancy.

Does stripe mode have any redundancy?

No, and we will not pretend otherwise. Pure stripe is real RAID-0: a machine that is powered off hides its share of the documents until it comes back online. If you need any one machine to fail without losing access, use mirror mode, or point each hub's mirror folder at a backup drive.

Can I combine on-prem and off-prem machines in one pool?

Yes. To the hub, a peer is just a URL, so the laptops on your office Wi-Fi and a hub behind a home port-forward or tunnel can all join the same pool. You can mix on-prem and off-prem machines in one shared drive.

Is pooling free?

The single-machine Hive Hub is free. Pooling multiple machines into one federated drive is a Pro feature — it needs a WriteHive Pro key ($44.99 once) plus a shared secret set on each machine. Without those the hub runs standalone, and the free tier is unchanged.