forked from
standard.site/standard.site
Standard.site landing page built in Next.js
1[](https://standard.site)
2
3<h3 align="center">
4Official website for Standard.site - shared lexicons for long-form publishing on AT Protocol.
5</h3>
6
7---
8
9## What is Standard.site?
10
11**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.
12
13One schema. Every platform.
14
15## Development
16
17### Requirements
18
19- Node.js 20+
20- npm
21
22### Setup
23
24```bash
25npm install
26npm run dev
27```
28
29Open [http://localhost:3000](http://localhost:3000) in your browser.
30
31### Build
32
33```bash
34npm run build
35```
36
37Generates a static export in the `out/` directory.
38
39## Scripts
40
41```bash
42npm run dev # Start development server
43npm run build # Build for production
44npm run lint # Run ESLint
45npm run lexicons:sync # Sync lexicons from AT Protocol
46```
47
48## Tech Stack
49
50- [Next.js 16](https://nextjs.org/) - React framework
51- [Tailwind CSS 4](https://tailwindcss.com/) - Styling
52- [Motion](https://motion.dev/) - Animations
53- [TypeScript](https://www.typescriptlang.org/) - Type safety
54
55## Resources
56
57- [AT Protocol Documentation](https://atproto.com/)
58- [Bluesky](https://bsky.app/)
59- [Lexicon Documentation](https://atproto.com/specs/lexicon)
60
61## License
62
63This project is open-source software licensed under the [MIT license](LICENSE).
64
65---
66
67**Designed for the ATmosphere**