this repo has no description
1# Standard.site Lexicons
2Shared lexicon schemas for long-form publishing on AT Protocol.
3
4## Overview
5
6This repository contains the official lexicon definitions for [Standard.site](https://standard.site/). These schemas enable content discovery, indexing, and portability across the decentralized AT Protocol network.
7
8One schema. Every platform.
9
10## Installation
11
12```bash
13bun install
14```
15
16## Usage
17
18```bash
19bun run lexicon:emit # Generate JSON schemas from TypeScript
20bun run lexicon:import # Generate TypeScript from JSON schemas
21```
22
23## Project Structure
24
25```
26/
27├── src/
28│ └── lexicons/ # TypeScript lexicon definitions (source)
29│ ├── site.standard.document.ts
30│ ├── site.standard.graph.subscription.ts
31│ ├── site.standard.publication.ts
32│ ├── site.standard.theme.basic.ts
33│ └── site.standard.theme.color.ts
34└── out/ # Generated JSON schemas
35 ├── site.standard.document.json
36 ├── site.standard.graph.subscription.json
37 ├── site.standard.publication.json
38 ├── site.standard.theme.basic.json
39 └── site.standard.theme.color.json
40```
41
42## Resources
43
44- [Standard.site](https://standard.site/) - Full specification and documentation
45- [AT Protocol](https://atproto.com/) - The underlying protocol
46- [Lexicon Documentation](https://atproto.com/specs/lexicon) - AT Protocol lexicon spec
47- [Prototypey](https://github.com/tylersayshi/prototypey) - AT Protocol lexicon typescript toolkit
48
49## License
50
51This project is open-source software licensed under the [MIT license](LICENSE).
52
53---
54
55**Designed for the ATmosphere**