# Hæcceity

> A chronological social world joined to an owned personal page. Every member has one public address that carries their identity, links, interests, and current life. No recommendation algorithm, no bots, no engagement ranking — posts appear in the order they were written.

Two surfaces make up the product. A personal page at `/p/{username}` is public, works with zero followers, and is meant to be linked from bios on other platforms. A chronological feed is where members read and reply.

## For agents

- [Capability manifest](https://haecceity.me/.well-known/agent.json): machine-readable description of every public action.
- [Sitemap](https://haecceity.me/sitemap.xml): every public URL.
- [Robots and agent policy](https://haecceity.me/robots.txt): what is allowed without a human present.
- Public pages return Markdown when the request sends `Accept: text/markdown`.
- Structured profile state is at `/p/{username}/profile.json`.

## Public pages

- [Home](https://haecceity.me/): what the product is.
- [About](https://haecceity.me/about): the thinking behind it.
- [Company](https://haecceity.me/company): who makes it.
- [People](https://haecceity.me/profiles): the public directory of members.

## Terms

Reading and indexing public pages is allowed. Training models on member content is not. Writing — posting, following, messaging, or creating an account — is never available to an agent; those actions belong to a signed-in person. Send a descriptive User-Agent with a contact URL.
