About this experiment
This started life as a different idea: $1 per word, 1,000,000 words, live forever inside a tiny AI named One. The plan didn't really work the way the plan was supposed to. So instead of leaving it as a stalled paid thing, it's now a free thing.
What this site actually is now: a snapshot of what a non-developer can ship in 2026 with Claude Code as the engine. The whole site -- the design, the LLM running locally, the moderation pipeline, the rate-limiter, the auto-refund worker, the hardened Nginx config that's still sitting there now that it doesn't need to do much -- was written end to end by Claude in conversation with someone who can write a brief but not production code.
Sonnet 4.6 did most of the build. Opus 4.7 came in for the harder problems -- the priority queue between paying customers and free chat, the security audit before launch, the rewrite of the refund flow when Australian Consumer Law turned out to disagree with the original "no refunds" copy. The human side of it ran the briefs, made the product calls, and pushed the deploy button.
It's a strange and fun moment in time. AI can't replace the taste, judgement, or stubbornness it takes to actually finish something. But it can absolutely replace the hours of tutorial-watching and stack-overflowing it used to take to learn how. This site is the proof of concept for that, at least for a few months of evenings and weekends.
Now it's free. Add your words. They'll live inside One permanently, and One will pull from them at random the next time anyone has a chat with it. That part still works, and is honestly the whole point.
Under the hood
Next.js 16, TypeScript, PostgreSQL. One is a self-hosted Gemma 4 E2B model running locally on the same Hetzner box -- no external AI API, CPU-only inference, 8 vCPU and 16GB RAM behind it. Cloudflare sits in front for DDoS protection, Nginx terminates TLS and enforces an origin lock so only Cloudflare traffic reaches the app, PM2 keeps the Node process up. Backups run every 15 minutes and pull to an offsite copy every 30. The FAQ has the longer version of all of this.
Thanks for reading <3
Add your words