···11+MIT License
22+33+Copyright (c) 2025 Standard.site
44+55+Permission is hereby granted, free of charge, to any person obtaining a copy
66+of this software and associated documentation files (the "Software"), to deal
77+in the Software without restriction, including without limitation the rights
88+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99+copies of the Software, and to permit persons to whom the Software is
1010+furnished to do so, subject to the following conditions:
1111+1212+The above copyright notice and this permission notice shall be included in all
1313+copies or substantial portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121+SOFTWARE.
+55
README.md
···11+# Standard.site Lexicons
22+Shared lexicon schemas for long-form publishing on AT Protocol.
33+44+## Overview
55+66+This 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.
77+88+One schema. Every platform.
99+1010+## Installation
1111+1212+```bash
1313+bun install
1414+```
1515+1616+## Usage
1717+1818+```bash
1919+bun run lexicon:emit # Generate JSON schemas from TypeScript
2020+bun run lexicon:import # Generate TypeScript from JSON schemas
2121+```
2222+2323+## Project Structure
2424+2525+```
2626+lexicons/
2727+├── src/
2828+│ └── lexicons/ # TypeScript lexicon definitions (source)
2929+│ ├── site.standard.document.ts
3030+│ ├── site.standard.graph.subscription.ts
3131+│ ├── site.standard.publication.ts
3232+│ ├── site.standard.theme.basic.ts
3333+│ └── site.standard.theme.color.ts
3434+└── schemas/ # Generated JSON schemas
3535+ ├── site.standard.document.json
3636+ ├── site.standard.graph.subscription.json
3737+ ├── site.standard.publication.json
3838+ ├── site.standard.theme.basic.json
3939+ └── site.standard.theme.color.json
4040+```
4141+4242+## Resources
4343+4444+- [Standard.site](https://standard.site/) - Full specification and documentation
4545+- [AT Protocol](https://atproto.com/) - The underlying protocol
4646+- [Lexicon Documentation](https://atproto.com/specs/lexicon) - AT Protocol lexicon spec
4747+- [Prototypey](https://tangled.org/tylur.dev/prototypey) - AT Protocol lexicon typescript toolkit
4848+4949+## License
5050+5151+This project is open-source software licensed under the [MIT license](LICENSE).
5252+5353+---
5454+5555+**Designed for the ATmosphere**