Release notes S01 · EP02 July 2 – July 23, 2026
This week's shift

From a page you publish to an app you build.

Last episode we promised the other half of the data plane: not just writing data, but reading it back and coordinating between people. Here it is. A Bailey page could already collect a form and count a click. Now it can give each person a private space, keep a shared list from overwriting itself, hold one entry per person, and update live while people watch — same one script tag, no backend to run. New here? Read it as a tour: each stop shows what changed and how you'd use it.

6 new things your page can do with data
3 independent security reviews before any of it shipped
0 of a visitor's real identity ever handed to the page

The read-and-coordination half of the data plane.

For a long time a Bailey page could write data but barely read it back: safe, but one-directional. This week it learned to read — your own history, a live board, one filtered slice — and to coordinate — a shared value two people can't clobber, one entry per person. That's the difference between a page and an app. And it's the same governed store, so nothing you ship stops being visible, accounted for, and one click from off.

01 · Private, per person

A space that's yours alone — even from us.

Some things belong to one person and nobody else: a private note, a goal you set and come back to, a draft you're not ready to share. Until now a page had two settings — everyone sees it, or only the owner does. This week we added a third: each signed-in member gets their own space, and only they can read it back. Not other members. Not even you, the person who made the site. It's the private notebook a page could never keep.

Your own entries

Each member writes and reads back only their own records — a journal, a progress log, a set of answers. Nobody else's, ever.

Read back your own · newest first

Your own settings

A private key-value space per member: preferences, a saved draft, “pick up where I left off.” Yours across visits, invisible to everyone else.

Per-member state

Your right to forget

One tap wipes everything you wrote in your private space. Your data, your call — no ticket, no waiting on anyone.

Self-erase · anytime
  • Private even from the site owner — the platform simply never hands them the keys to read it
  • Works on organization pages, where members sign in with their own account
  • The page never learns who you are — who's-who stays with Bailey (more in section 04)
✦ For example

A monthly build meetup keeps a logbook. At the end of each session, every member writes a quick private retro — what they tried, their one blocker, the goal they're setting for next time. Only they ever see it.

Next month, the page greets each of them with the goal they set and asks: did you hit it? The organizer sees none of that — they get a separate, opt-in “share your approach” wall. One form, three levels of who-sees-what, and the private part is private by construction, not by a checkbox someone could get wrong.

02 · Shared, without collisions

Two people, one list, no lost changes.

The moment two people touch the same thing at once — a booking grid, a shared tally, a live game — the naive version loses data: whoever saves last wins, and the other person's change quietly vanishes. Now a Bailey page can hold a shared value that refuses to be clobbered, and a list that allows exactly one entry per person. Coordination between people, with no server of your own.

No double-booking

Reserve a slot, and if someone grabbed it a half-second earlier, you're told — not silently overwritten. The shared list stays honest.

Safe shared state

One per person

An RSVP, a raffle entry, a single vote — one per member, enforced. On sign-in pages it's not just discouraged, it's impossible to fake.

Unique · unforgeable on org pages

A live shared value

A counter, a status, a game board that many people move at once — updated safely, without two changes racing and one losing.

Many writers · no lost updates
✦ For example

Lena runs a portfolio review and opens ten slots. Twelve people rush the page at once. Instead of two designers both landing on the 3pm slot — and one quietly losing it — the second person sees “just taken, pick another.”

No spreadsheet, no back-and-forth, no server to stand up. And the RSVP next to it counts one head per person, not one per click — so a nervous double-tap doesn't book two seats.

03 · Live & searchable

A page that updates while you watch.

A board that only changes when you reload isn't a board — it's a screenshot. Now a Bailey page can stream in what's new: a live feedback wall, a poll tallying in real time, a leaderboard that climbs, with nobody hitting refresh. And when there's a lot of data, it can pull exactly the slice you want instead of everything.

Live boards

New entries appear on their own — perfect for a talk's feedback wall, a live Q&A, or a poll you watch fill in during the meeting.

Auto-updating · no refresh

Find the slice

Read back just the part you want: this month's entries, this category, this track — instead of pulling the whole pile and sifting it in the browser.

Filtered reads
✦ For example

At a conference, a feedback wall is up on the screen behind the speaker. As people submit from their phones, cards slide in live — no operator refreshing a tab.

The event has two tracks, so the Design-room screen shows only the design questions and the Product-room screen only its own — the same page, filtered to each room. One page, two live views, zero moving parts.

04 · The care underneath

Private by construction, not by promise.

A privacy claim is only worth the enforcement behind it. So the private-space promise doesn't live in a setting someone could flip — it lives in the core of the platform: the site owner is simply never given the keys to a member's private data, and a page never receives a visitor's real identity, only an opaque tag that means nothing anywhere else. Every new capability went through independent security review before it shipped — and where a review found a gap, we closed it on the spot and reviewed it again.

The guarantees that make “yours alone” actually true:

  • Private even from the owner: enforced deep in the platform's core, so it can't be a UI oversight
  • Identity never handed to the page: the page sees a per-site tag, useless anywhere else; your real account stays with Bailey
  • Only on sign-in pages: a public page never learns who's browsing it — that's the line, and it doesn't move
  • Erasable by you: a member can wipe their own private data anytime; erasing a person by email now reaches every corner
  • Reviewed before it shipped: three independent audits, every finding closed and retested, in the clear
Your private space yours alone
Written by
you, signed in
Readable by
you. Nobody else.
The owner sees
nothing — by construction
The page knows
a tag, never your name
What's next

Where the line points.

Shared team boards

Between “only me” and “everyone”: data your teammates can all see, but the public can't. The workspace half of the private space.

Upload a file

An avatar, an attachment on a form, a portfolio image — held under the same governance as everything else you collect.

Instant, no polling

Live boards that push the moment something changes, instead of checking every few seconds. The real-time finish.

Reactions, wired for you

A new entry that pings a webhook or your own tools — reach out from a page, still bounded and auditable.

A page you publish. An app you build. Same promise.

Connect your AI once, then just ask — for a booking page, a private logbook, a live board. Whatever you build, everything it holds stays visible, accounted for, and one click from off.