Index of /
hello.html1991-08-06   137 bytes
notes/
about.md2026-08-02   2.1 kB

You wanted to put
a page on the internet.

They gave you a framework, a build step, a package manager, a dashboard, and 1,400 dependencies you did not read.

Here is the whole thing. Again.

↑ that is not a snippet from a tutorial. That is the product.


01 — What happened

A web server
served hypertext
at a path.

That was the whole invention. You put a file in a folder. The folder had an address. Anyone on Earth could read it. No account, no build, no permission.

It was enough to build a civilisation on. It is still enough.

Then we added

Somewhere in there, “put a page on the internet” quietly became a career.

We think that was a mistake. Not a conspiracy — just drift. Forty years of reasonable decisions stacked into something no ordinary person can carry.


02 — The entire API

Four verbs.
You already know them.

GETread the file
PUTwrite the file
PATCHchange part of it
DELETEremove it

The URL is the file.

Not a route that maps to a controller that queries a table that returns a record with an ID. The address you type is the place the bytes live.

https://you.knower.cc/notes/today.md ↑ that is the address ↑ that is also the filename ↑ there is no third thing

No SDK. curl is the SDK.

No /api/ prefix. No GUIDs. No client library to install, version, and abandon. If your tool speaks HTTP — and every tool speaks HTTP — it already speaks this.

Every response is a real HTTP status. Every error is a sentence a human can read, which turns out to matter more than ever. See below.


03 — The part nobody else built

Your AI can publish here.
Without a plugin.

Every other host asks an AI agent to learn a proprietary SDK, obtain a key through a browser flow it cannot see, and hope. Ours asks it to make an HTTP request — the one thing every model on Earth already knows how to do.

So the onboarding instruction for a machine is not a document. It is one paragraph, pasted into a chat.

You have a space at https://you.knower.cc/ Your key is pth_… To publish: PUT the file to its URL. That is all.

Paste that into a fresh AI session and watch it publish a working page, unaided, first try. We test this. It is the only test we consider load-bearing — because if a machine can figure it out cold, so can a person.


04 — Whose house is it

We install it into
your account. Not ours.

Your files sit in your storage. Your code runs under your Cloudflare account. Your domain is in your name. The bill comes to you — and for almost everybody, the bill is zero, because the free tier is genuinely generous.

We are the electrician. We wire the house, we hand back the keys, and we keep a spare in a box that only opens when you ask.

“Revoke our access right now — and every one of your sites stays online, to the letter.”

That is the test we hold every decision against. Not a promise about our intentions. A property of the architecture: your sites never route through us, so we have nothing to switch off.


Setup, honestly

If your domain already lives in your Cloudflare account: zero manual steps. Sign in, approve on Cloudflare's own screen, close the tab — the job finishes without you.

If it does not: exactly one. You paste two nameservers at your registrar. We wait, then carry on. We are not going to pretend that step away — but it is the only one, and it is the last time you will do it.


05 — What it costs

Free is not the trial.
Free is the product.

Yours, forever
฿0

Up to seven sites.

  • Everything on this page
  • Your account, your files, your domain
  • Security updates, automatic
  • No card. Not now, not later.
If you want a caretaker
One slip
a year

Up to a hundred sites.

  • We watch them, and tell you before you notice
  • New features rolled out for you
  • Someone answers when you write
  • PromptPay. No stored card, no silent renewal.

One thing we will not do: hold a security fix behind a paywall. If your install is vulnerable, it gets patched — paying or not. Charging for that would be charging for a fire we started.

06 — Why we are actually doing this

This money
goes to Pai.

Pai, in Mae Hong Son — a small town in the mountains of northern Thailand, and the place this entire system is actually written. Not a destination for donations. The place the work happens.

Far from everything, full of people worth hearing from, and quietly disappearing from the machinery that decides who gets seen.

Every subscription goes two ways — bringing people back onto the internet, and building up the space at Pai where this system and this standard get made.


So that we come back to the internet
under our own names.

We are not going to dress this up as a startup story. A small tool that a community can run for free, on hardware it does not have to trust, is worth more than another platform that rents people their own words back to them.

Not famous.Just an addresswith our name on it.


— Hunt · Pai, Mae Hong Son

19.36° N, 98.44° E · where this was written

Start with one file.

No signup form. No credit card. No “book a demo.” Run this and you will have a live page on the internet before your coffee is cool.

curl -X POST https://knower.cc/join -d '{"name":"you"}'

…or just click here if you would rather not open a terminal. That works too. It always should have.