№ 001 · A Pamphlet No Server · No Account · No Middleman Price: 0 · Take One

Reclaim

The software is yours. So is the data. It always was, they just built a business on convincing you otherwise.

A Manifesto A Strategy The Hard Parts, Honestly Cost To Run: Nothing

"Software is eating the world."

Marc Andreessen · 2011

He was right. He just never said the rest: who owns the software, and whether it eats for you or eats you. For twenty years the answer did not change. Someone else owned it, and you were the meal.

That is about to flip. Give this two minutes. It may change how you see everything you tap, type, and pay for.

Heinrich Fueger's painting of Prometheus's upturned face beside the flaming torch he holds aloft
Fire. The printing press. Now software. The powerful have never once handed these down. Every one was taken, and then passed on. Your turn.Heinrich Füger, «Prometheus Brings Fire to Mankind», 1817 · public domain
00The claim

We have entered a new age of software and we are still thinking in the old one: profit, platforms, centralization, moats. The real revolution isn't another app store. It's highly personalized software that is free to run, software that lives on your own devices, that no company sits in the middle of. The pieces already exist. They're already free. This is the argument for using them.

For a decade, decentralization was a promise engineers kept making and users kept ignoring. Not because the tech didn't work (it worked fine), but because it was inconvenient, and convenience is the only force that has ever decided what wins. What changed is that machines now write software for pennies. And the software they write best isn't the giant general platform. It's the tool built for exactly one person. Personalization is the thing decentralization was always missing. Personal software is more convenient than any platform, and personal software has no reason to phone home.

Earth at night from space, the continents traced in the glow of city lights
This is the world software already runs. Every light is a life lived through a device someone else owns. The only question left is who that someone is.NASA, Black Marble · public domain

Look at what the last twenty years actually built. A world where your messages, your photos, your friendships, your location and your children's faces all live on someone else's computer. Indexed. Ranked. Sold back to you as a feature. You never agreed to this. You clicked accept because there was no other button.

A dense cluster of surveillance cameras mounted on a pole, all pointing outward
Somewhere a machine is watching, indexing and monetising an ordinary life. This was never the only way to build software. It was just the profitable one.CCTV cameras, Mumbai · CC0

Here is the turn. The thing that made all that surveillance necessary, the huge servers, the accounts, the data to justify them, is exactly the thing that just became optional. So look at the two shapes below, and pick one.

THEIR WAY OUR WAY OWNER
Left: one owner in the middle, every connection and every byte routed through them. Right: the same people connect directly, and there is no middle to own you.

Read this as a pamphlet   Then go build

01Part one: the manifesto

Ten Theses
On Reclaiming
Software & Data

Nail these to the door.

Delacroix's painting Liberty Leading the People: a woman holding the tricolour leads figures over a barricade
The cost of doing it yourself just collapsed again. Every previous time that happened, from the printed page to radio to the web, power moved from the few to the many. This is that moment for software.Eugène Delacroix, «La Liberté guidant le peuple», 1830 · public domain
  1. Software is rented, not owned. We take it back.
    You do not own the apps you depend on. You lease access, and the lease can be revoked, repriced, or discontinued the moment it stops serving someone else's quarter.
  2. Your data is not a product. It lives with you.
    The default is inverted: your life is uploaded so a stranger can sell it back to you as a feature. Reverse it. Data stays on the device in your hand, or a machine in your home, and nowhere else unless you say so.
  3. Convenience is the only thing that ever wins.
    Decentralization lost every round because it was harder to use. This is not a moral failing of users. It is a design failing of builders. Whoever makes it effortless takes the field.
  4. The most powerful software is the most personal.
    An app built for one human, their exact problem, their exact way of seeing, beats a platform built for a billion. Generality was a compromise we made because software was expensive to build. It isn't anymore.
  5. Building software is now nearly free.
    A language model will write your app for the price of a coffee. The scarce resource stopped being engineers and became imagination about what to build for whom.
  6. We do not need permission. Or a server. Or a company.
    No sign-up. No backend. No terms of service. The browser is the runtime, the device is the database, and a static host is the distributor. The stack for a real app now fits in a single file.
  7. Turn the giants' free tiers against them.
    Distribute on their edges. Back up in their free storage. Keep the data at home. Use the empire's roads without paying the empire's rent, and give it nothing to build a moat from.
  8. A moat is a wall around something that used to be yours.
    Every network effect and data advantage is a fence around your own life. We are not building better fences. We are declining to be fenced.
  9. Build first for the people platforms ignore.
    The neurodivergent. The specific. The singular. Anyone a mass-market product rounded off. Software designed for one person's brain is exactly what no platform will ever ship, and exactly what we now can.
  10. Fork it. Ship it. Keep your data. Repeat.
    This doesn't spread through a company. It spreads because everyone is already building software with LLMs. Hand them the pattern and each new app becomes a seed for the next.
A dense flock of sheep crowded together in a field at dusk
The platforms never had to trap you. They only had to herd you, and a flock never notices the fence. Every thesis above says one thing: stop being counted, and start counting.Flock of sheep · Henk Monster · CC BY 3.0
02Strip it to the studs

What Does An App
Actually Need?

Forget how apps are usually built. From first principles, what are the irreducible parts, and what do they truly cost?

A page from the Gutenberg Bible with two columns of blackletter text and hand-painted initials
The last time making and copying got this cheap, it was a printed page. Knowledge walked out of the locked room and never came back. Software is walking out now.Gutenberg Bible, c. 1455 · public domain
NEED 01
Somewhere to run
The browser already runs full applications on every phone and laptop on earth.
Cost · £0
NEED 02
Somewhere to serve it
Free hosting, like GitHub Pages, puts a copy in front of the whole world.
Cost · £0
NEED 03
Somewhere to keep data
The phone or laptop already in your hand, using its own memory. Optional free backup.
Cost · £0
NEED 04
A way to sync
Your own devices connect straight to each other, so your data never passes through a company.
Cost · £0
NEED 05
A way to build it
A language model writes it from a description. The only bill on the whole page.
Cost · ~£few

Accounts, servers, subscriptions, cloud databases: none of it is required. It was a business model, not a requirement.

03Part two: the strategy

How This
Actually Works

Not a whitepaper. A stack you can build on this weekend, every layer already free, every layer already proven.

Tip: tap or hover any dotted term for plain English.

Build
Describe the app to an LLMLarge Language Model. The AI that writes the code from your description, like Claude. It turns "I want an app that does X" into a working app for the price of a coffee. like Claude. A shared framework and prompt library (the PAI pattern) lets non-engineers build real, personal software without learning to code.
Run
It runs as a PWAProgressive Web App. A website that installs on your phone like a normal app and runs with no internet. This is what lets you skip the app store, the review, and the 30% cut.: one file that installs on your phone like an ordinary app and works with no internet. No app store, no review, no cut.
Distribute
GitHub PagesGitHub Pages. Free web hosting from GitHub, the site the world's code already lives on. It puts your app online for everyone at no cost, and quietly keeps every past version. puts it online for the whole world, free, and quietly keeps every past version. Publishing is one click, and you own the copy, not a company.
Store
The information lives on your own phone or laptop (localStoragelocalStorage & IndexedDB. The browser's built-in ways of saving data straight onto your device, with no company server involved. Your information simply stays in your hand. and IndexedDBIndexedDB. The browser's larger on-device store, for apps that need to keep more. Still entirely on your machine, still yours.), never on a company's computer. Want a backup? Tuck an encrypted copy into any free space you already have. It is a safe, not a landlord.
Sync
Your phone and laptop talk to each other directly (WebRTCWebRTC. A browser technology that links two devices directly, phone to laptop, with no company server in between. It is how your data moves across your own devices without anyone else seeing it.), with nobody in between. Whatever you changed most recently wins, so the two never disagree. No one else ever sees your data.
Automate
A laptop at home can refresh the public page on a schedule, all by itself. The "server" is just your own machine, and nobody outside ever knows it is there.
Host at home
Want it always on? A Raspberry Pi (a computer the size of a playing card, about the price of a nice dinner) or an old laptop becomes your own private server. As independent as you want to be.
Discover
The same free public folders that already hold the world's code can hold listings too: searchable, backed up everywhere at once, owned by no one. Discovery without a landlord.

The trick that makes it humane: hide every ugly detail from normal people. They open something on their phone that just works. Behind the glass it may be running fully device to device, or half on a small computer at home, or leaning on a free service to get started. They never need to know. The politics live in the plumbing. The experience is just convenient.

Where it starts: hybrid, then drift free

You don't have to win the whole thing on day one. Start hybrid. Lean on a cloud provider to bootstrap the parts that are still hard (payments, identity, discovery at scale). Then, by design and by the way the network grows, the center of gravity drifts steadily toward the edges. Centralization becomes optional. The one rule that never bends: never let a provider accumulate enough of everyone's data to build a moat.

04This is not a thought experiment

Field Evidence

Three apps. Already built. Already running. Zero backend, zero accounts, zero monthly cost. Each designed for exactly one person, which is the entire point.

A seventeenth-century painting of tailors sewing by a window in their workshop
A tailor makes one suit for one body. For centuries that was the only way to get something that truly fit. Software just became bespoke again, and almost free.Quiringh van Brekelenkam, «The Tailor's Workshop», c. 1660 · public domain
Exhibit A

The Technicolour Planner

Built for Sarah. Tattoo artist. Autistic. Thinks in colour.
  • A content planner that is colour-first, because she reads colour faster than text.
  • Predictable, low-surprise, glanceable, designed around her brain, not a mass market.
  • One self-contained page. Double-click to run. No install, no account, no internet.
  • Her data is hers: plain JSON export and import. Nothing is ever locked in.
Single fileOfflineNo backendData = hers
Exhibit B

Homework, Turned Into A Game

Built for his daughter. Sitting the grammar-school exams.
  • A developer dad gamified maths practice, so revision feels like play instead of a chore.
  • She comes home with the night's homework; he rebuilds the game around it, so she drills exactly what she was set that day.
  • No syllabus in a box, no subscription, no ads chasing a child. Just her, her homework, and a game made only for her.
  • The tool no ed-tech company would ever ship: an audience of one.
One childRebuilt nightlyNo adsFree
Exhibit C

Pole Position

Built for Ben. First job hunt. Themed like the cars he loves.
  • A job-hunt cockpit that turns a scary search into a clear next lap.
  • Seeded locally with Claude: the right jobs found for him, so he barely touches the job platforms.
  • Installs like an app, lives on GitHub Pages for free, and syncs his iPhone and laptop straight to each other, with no company in the middle.
  • No company server anywhere. Every piece of his data stays on his own two devices.
InstallableGitHub PagesDirect syncNo middleman
A small child's hand held in an adult's hand
Software built for exactly one person, and sometimes a very small one. That is the whole idea: not a product for millions, but a thing made for the hands in front of you.Photo: Canovu · CC BY 4.0

Neither could a platform have shipped. A platform builds for the median. These were built for one person each, and that is why they are better.

05The whole map is up for grabs

What There Is
To Reclaim

This isn't only classifieds. Look at almost any category of consumer or small-business software. Underneath the subscription is a job that a personal, local, free-to-run app can now do. Here is the map.

Buying & Selling

Instead of eBay · Ricardo · Craigslist

Your listing or your auction runs on your own device. Buyers connect straight to it. A shared public directory, backed up everywhere at once, carries discovery, with no company skimming every sale.

Photos & Design

Instead of Adobe Photoshop · Illustrator

Editing runs in the browser, on your machine, with local and LLM-driven image tools. Open files in, open files out. No monthly rent to touch your own pictures.

Documents & Slides

Instead of Word · PowerPoint · Google Docs

Most people use under a tenth of what these do. Build the thin slice you actually use, and read and write the same .docx and .md, so nothing is ever trapped in one vendor's format.

Video & Motion

Instead of Premiere · After Effects

Describe the edit and let programmatic video render it on your own machine. The creative work stays yours, and the render farm is just your laptop.

Streaming

Instead of Netflix · YouTube

The decentralized plumbing already exists. BitTorrentBitTorrent. A way of sharing files where everyone watching also serves little pieces to everyone else, so there is no central server to own or shut down. The audience is the infrastructure. and peer distribution let you watch from your own and your community's infrastructure, with no data centre in the middle.

Messaging & Sharing

Instead of WhatsApp · iMessage

Scrambled so only the two of you can read it, and sent straight between the people who matter. A file to your kid stops passing through a company's cloud, with its backdoors, and just goes to your kid.

Gaming

Instead of Steam · the consoles

The hard one, honestly. But LLMs are already generating worlds, rules and characters. Personal and community-run games are moving from impossible to buildable.

Your Whole Toolkit

Instead of a stack of subscriptions

Notes, budgets, planners, booking, invoicing. The small tools you pay monthly rent for are exactly the ones an LLM can build you once, for the price of a coffee.

Generality was always bloat. You only ever used the slice built for you.

The whole Earth photographed from Apollo 17, a single planet against black space
Eight billion people and no head office. The network was always supposed to look like this: everyone connected, no one sitting in the middle.NASA · Apollo 17, 1972 · public domain
The real question for a small business

But how do you get found?

If your app is free and yours, the hard part isn't the software. It's customers. Today a small business rents access to its own customers from a platform, pays the rent, follows the rules, and can be switched off on a whim. Here is the reclaimed answer.

Own the list

Your customers and their contact details live with you, on your device, not inside a service you rent by the month.

Own the storefront

A single-file shop on GitHub Pages, versioned and free, that no marketplace can suspend, rank down, or charge you to appear in.

Platforms are roads, not landlords

Post to Instagram or Google for reach if it helps. Use them for the traffic, but bring the relationship and the data home.

Word of mouth still works

Trust travels along real networks. Small, real networks are exactly the reach a platform cannot fake, and cannot sell back to you.

Marketing without an agency

One person with an LLM now writes the listings, the posts, the outreach and the site that used to need a budget and a team.

The honest part: cold-start discovery is still the hardest wall (see The Hard Parts above). The move is to bootstrap on the reach you can borrow today, then drift free as your own list and network grow.

06No hand-waving

The Hard Parts

This is where honest strategy separates from utopian noise. These are the walls. None are solved yet. Each has a direction of attack.

The Great Wall of China snaking along a mountain ridge into the distance
None of these walls are imaginary, and none of them are new. Walls get crossed the way they always have: slowly, together, by people who refuse to treat them as permanent.The Great Wall of China · GraceMarcellaNorman · CC BY 2.0
01

Discovery without a center

Hard

With no central index, how does anyone find your flat listing or your auction? Search at scale is genuinely difficult to decentralize.

MOVE · Shared public folders anyone can search, backed up everywhere at once. Small local AI to rank what turns up. And the honest point that not everything needs to be findable worldwide, because most of life is local.
02

Identity without an authority

Hard

How do you know the seller is real, the buyer is trustworthy, the account is theirs, with no platform vouching for anyone?

MOVE · Cryptographic keys you hold. Webs of trust along real relationships (the Dunbar network). Reputation that travels with the person, not the platform.
03

Payments

Hardest

Money is the deepest moat. You cannot fully decentralize settlement overnight, and trust in payment is where platforms earn their cut.

MOVE · Bootstrap on existing rails at the edges. Keep the app in the middle of the experience but out of the middle of the money. Decentralize this last, not first.
04

Always-on availability

Medium

Your laptop sleeps. A service with no central computer is only up when the people running it are. Platforms win on the boring promise: always there.

MOVE · Cheap home hardware (Raspberry Pi). Free tiers as an availability layer. And the honesty that not everything must be instant, because some things can be eventually-available.
05

Getting two homes connected

Medium

Getting two devices at two homes to talk directly, through their routers, is fiddly. It works today, but still needs a tiny helper just to introduce them to each other.

MOVE · Keep that helper small, dumb and replaceable, so it only makes the introduction and never sees a word that passes between them.
06

The desire to centralize

Human

People want a center: who's famous, who's the star, the feed, the idol. TikTok and Instagram feed a real hunger. You can't out-engineer that.

MOVE · Don't fight the hunger, route around it. Let high-volume, want-to-be-seen activity ride shared infrastructure like GitHub. Keep the personal and the private fully at the edge.
07

Trust, spam & moderation

Hard

No gatekeeper also means no bouncer. Abuse, spam and bad actors don't disappear because the architecture got prettier.

MOVE · Trust flows through real social graphs, not open firehoses. Moderation is local and chosen, not imposed. Small networks are naturally spam-resistant.
08

The last mile of usability

The whole game

If it's nerd-only software, it loses again. Every hard part above must vanish behind a screen a non-technical person finds effortless.

MOVE · Hide all of it. The user gets an app on their phone that just works. The decentralization is plumbing they never see. Convenience is the win condition, always.
07The whole point

The Cost To Run

£0/mo

No servers to pay for. No subscriptions to collect. No infrastructure bill. The entire running cost of software built this way is nothing. The only cost is the tokens to build it, a few pounds, once, to an LLM.

Hosting
£0 · GitHub Pages
Database
£0 · the device
Sync
£0 · WebRTC P2P
Backups
£0 · free tiers
To build
~£few · tokens

This is the fact that breaks the old model. When software costs nothing to run and almost nothing to build, the entire logic of centralization (we must own everyone's data to justify the servers) simply evaporates. There are no servers to justify.

08The honest question

Where's
The Money?

Freedom is not an incentive. People are busy, invested in the world as it is, and they need to eat. If building this way does not pay, it does not happen. So here is the money, and the thing worth more than money, plainly.

Caillebotte's painting of a market stall piled high with fruit for sale
Value was always made at the stall, by the person who grew the fruit. The platforms simply built a till between the grower and the buyer, and kept a coin from every hand. Take the till out.Gustave Caillebotte, «Fruit Displayed on a Stand», c. 1882 · public domain

The platform's cut was always yours

The app store takes thirty percent. The marketplaces take a slice of every sale. Remove the toll booth and you keep what you earn. For a working business, that recovered cut is the first and biggest profit.

Free software still pays its builders

This already happened once. The world's servers run on free software, and companies earned billions supporting it. Millions make a living building on tools that cost nothing. The money moves from selling licences to selling skill, and skill stays scarce.

Build once, get paid many times

Millions of people want software shaped exactly to them and cannot make it. You can. Sell the template, or the ten-minute custom job, again and again. You are the architect they pay for the design, not the landlord charging rent forever.

Get paid with no one in the middle

Start with the rails everyone already uses: a card, a bank transfer, an invoice. And we have already built decentralized money, a way to send value from one person to another with no company in between. Ignore the casino and the hype around it. Keep the plumbing.

The trillion-dollar migration

The biggest companies on earth are rich because they own the middle. As the middle thins, that value does not vanish. It moves to the edges, to the people doing the work and the builders arming them. It is the largest shift of value software has ever seen, and it is only starting.

The real dividend is your time

Every subscription is a small monthly tax on your freedom. Every feed is an hour quietly taken. Software you own stops billing you and stops mining your attention. Build a tool once and it works for you forever, for nothing. Automating your own life was never about working more. It is about getting the hours back.

You are not building this so companies can go free. Let the machines do the work, answering to you for once. Freedom is the reason. Money is the plan. Your time is the prize.

09Why it spreads on its own

A Seed,
Not A Startup

This doesn't need a company, a raise, or a launch. It grows the way ideas grow, because the conditions for it are already everywhere.

A backlit dandelion seed head against black, seeds ready to scatter
One head. A hundred seeds. Not one of them asks permission to land.Photo: David Friel · CC BY 2.0
One app you built for yourself becomes the example the next person forks. The seed is the whole strategy.

Everyone's already building

Millions of people now make apps by describing them to an LLM. The builders are already here.

Give them the pattern

A good framework and smart prompts (the PAI approach) lower build-your-own-app to writing a wish.

Each app is a spore

Every personal app someone ships is a working example and a starting point for the next person's.

The network compounds

As more build on the edges, discovery, trust and infrastructure grow, and the center keeps losing its grip.

No one has to be convinced to abandon their platforms. They just have to build the one app they actually wanted, the one no platform would ever make for them, and discover it cost nothing and answers to no one. That feeling is the whole movement. It replicates by itself.

10How we actually start

Start The
Avalanche

This begins with developers. If you can already build software, you are holding every tool on this page. You are the ones who plant the first seeds, before any of this is easy for everyone else. So plant one.

Margaret Hamilton standing beside a stack of Apollo flight software listings almost as tall as she is
Margaret Hamilton beside the Apollo flight code she led, in 1969. Software has always been a small number of people deciding what everyone else gets to do. This time, the small number can be all of us.NASA / MIT, restored · public domain
  1. Build one app for one person

    Not a platform. Not a startup. A tool for exactly one human you know: their real problem, their way of seeing. You can do it this weekend.

  2. Put it on GitHub Pages, keep the data on their device

    Ship it as a single file. Nothing phones home. Total cost so far: zero.

  3. Give it to them, and watch their face

    The recognition when software fits one person exactly is the whole fuel of this. Feel it once and you will not go back.

  4. Open it up, write down how you did it

    Make it forkableForkable. Anyone can make their own complete copy with one click and build on it. That is how one app quietly becomes a thousand.. Your one app becomes the starting point for the next person's, and the one after that.

  5. Share the pattern, not just the app

    Turn your prompts and scaffolding into a template a non-developer can run. That is how this reaches past the people who code.

  6. Build a missing piece of the commons

    Identity, discovery, payments at the edge. The hard walls get solved once, in the open, and then everyone walks through.

Thousands of starlings forming a vast shifting shape in the sky, a murmuration with no leader
No leader. No center. No one giving orders. Ten thousand birds, each following the few around it, become one thing nothing can stop. This is what a movement of personal software looks like.Starling murmuration, Rome · Moskenes · CC BY-SA 4.0

One developer building one honest app looks like nothing at all. A thousand of them, forking and sharing and teaching, looks like weather. That is how an avalanche starts. Not with a command from the top, but with the first small thing that moves, and then the next, until the whole slope is going and no one owns it.

Caspar David Friedrich's painting of a lone figure on a rocky peak, looking out over a sea of fog and distant mountains
The oldest picture of freedom: one person at the edge of everything, looking out at a world they get to shape. That is what the device in your hand can be again. Go and shape yours.Caspar David Friedrich, «Wanderer above the Sea of Fog», c. 1818 · public domain

Fork It.
Ship It.
Keep Your Data.

No server · No account · No middleman · The only cost is tokens

We entered a new age of software still dressed in the old age's clothes: profit, platforms, moats. Take them off. The tools are free. The data is yours. Go build the thing that was only ever meant for you.