Quick Start

Standard.site February 10, 2026
Source

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

  1. 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
  1. Create a Publication Record

A publication requires a url and name:

  1. Verify the Publication

Add a .well-known endpoint to the domain:

This should return the publication's AT-URI:

  1. Create a Document Record

Documents require site, title, and publishedAt:

  1. 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

Loading comments...