Quick Start
Standard.site
February 10, 2026
import { StandardSite } from '@/app/components/docs'
Quick Start
Get started with lexicons.
What You Need
- An AT Protocol Identity
- A website or blog (any domain works)
Basic Implementation
- Reference the Lexicons
lexicons are published under the site.standard namespace. The main lexicons are:
- site.standard.publication - Publication metadata
- site.standard.document - Document content and metadata
- site.standard.graph.subscription - User-publication relationships
- Create a Publication Record
A publication requires a url and name:
- Verify the Publication
Add a .well-known endpoint to the domain:
This should return the publication's AT-URI:
- Create a Document Record
Documents require site, title, and publishedAt:
- Verify the Document
Add a tag to the document's HTML:
Extensibility
While the minimum required properties are straightforward, additional properties can be added as needed. The lexicons are designed to be starting points, not constraints.
Next Steps
- Learn about Verification in detail
- Explore the Publication schema
- Review Document properties and options
- Check out Implementations for tools and examples
Discussion in the ATmosphere