[](https://standard.site)
Official website for Standard.site - shared lexicons for long-form publishing on AT Protocol.
---
## What is Standard.site?
**Standard.site** provides shared lexicons that enable long-form publishing across the AT Protocol ecosystem. By defining common schemas for publications and documents, content becomes portable, discoverable, and interoperable across every platform in the ATmosphere.
One schema. Every platform.
## Development
### Requirements
- Node.js 20+
- npm
### Setup
```bash
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser.
### Build
```bash
npm run build
```
Generates a static export in the `out/` directory.
## Scripts
```bash
npm run dev # Start development server
npm run build # Build for production
npm run lint # Run ESLint
npm run lexicons:sync # Sync lexicons from AT Protocol
```
## Tech Stack
- [Next.js 16](https://nextjs.org/) - React framework
- [Tailwind CSS 4](https://tailwindcss.com/) - Styling
- [Motion](https://motion.dev/) - Animations
- [TypeScript](https://www.typescriptlang.org/) - Type safety
## Resources
- [AT Protocol Documentation](https://atproto.com/)
- [Bluesky](https://bsky.app/)
- [Lexicon Documentation](https://atproto.com/specs/lexicon)
## License
This project is open-source software licensed under the [MIT license](LICENSE).
---
**Designed for the ATmosphere**