···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.
+51-20
README.md
···11-This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
11+[](https://standard.site)
22+33+<h3 align="center">
44+Official website for Standard.site - shared lexicons for long-form publishing on AT Protocol.
55+</h3>
2633-## Getting Started
77+---
4855-First, run the development server:
99+## What is Standard.site?
1010+1111+**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.
1212+1313+One schema. Every platform.
1414+1515+## Development
1616+1717+### Requirements
1818+1919+- Node.js 20+
2020+- npm
2121+2222+### Setup
623724```bash
2525+npm install
826npm run dev
99-# or
1010-yarn dev
1111-# or
1212-pnpm dev
1313-# or
1414-bun dev
2727+```
2828+2929+Open [http://localhost:3000](http://localhost:3000) in your browser.
3030+3131+### Build
3232+3333+```bash
3434+npm run build
1535```
16361717-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
3737+Generates a static export in the `out/` directory.
18381919-You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
3939+## Scripts
20402121-This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
4141+```bash
4242+npm run dev # Start development server
4343+npm run build # Build for production
4444+npm run lint # Run ESLint
4545+npm run lexicons:sync # Sync lexicons from AT Protocol
4646+```
22472323-## Learn More
4848+## Tech Stack
4949+5050+- [Next.js 16](https://nextjs.org/) - React framework
5151+- [Tailwind CSS 4](https://tailwindcss.com/) - Styling
5252+- [Motion](https://motion.dev/) - Animations
5353+- [TypeScript](https://www.typescriptlang.org/) - Type safety
24542525-To learn more about Next.js, take a look at the following resources:
5555+## Resources
26562727-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
2828-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
5757+- [AT Protocol Documentation](https://atproto.com/)
5858+- [Bluesky](https://bsky.app/)
5959+- [Lexicon Documentation](https://atproto.com/specs/lexicon)
29603030-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
6161+## License
31623232-## Deploy on Vercel
6363+This project is open-source software licensed under the [MIT license](LICENSE).
33643434-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
6565+---
35663636-Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
6767+**Built for the ATmosphere**