llms.txt Content
# Analog
## Docs
- [Contributing](https://analogjs.org/docs/contributing): Contributing
- [Contributors](https://analogjs.org/docs/contributors): AnalogJS is maintained by a team of contributors and community.
- [Open Graph (OG) Image Generation](https://analogjs.org/docs/features/api/og-image-generation): Open Graph images can be used to display previews of pages when shared on social media sites such as Twitter/X, LinkedIn, Facebook, etc. Analog supports generating Open Graph images using API Routes.
- [API Routes](https://analogjs.org/docs/features/api/overview): Analog supports defining API routes that can be used to serve data to the application.
- [WebSocket](https://analogjs.org/docs/features/api/websockets): Analog also supports WebSockets and Server-Sent Events through Nitro.
- [Overview](https://analogjs.org/docs/features/data-fetching/overview): Data fetching in Analog builds on top of concepts in Angular, such as using HttpClient for making API requests.
- [Server-Side Data Fetching](https://analogjs.org/docs/features/data-fetching/server-side-data-fetching): Analog supports fetching data from the server before loading a page. This can be achieved by defining an async load function in .server.ts file of the page.
- [Deployment](https://analogjs.org/docs/features/deployment/overview): Node.js deployment is the default Analog output preset for production builds.
- [Providers](https://analogjs.org/docs/features/deployment/providers): Analog supports deployment to many providers with little or no additional configuration using Nitro as its underlying server engine. You can find more providers in the Nitro deployment docs.
- [Code Generation](https://analogjs.org/docs/features/generation/code-generation): Analog supports automated code generation using Nx Generators and Angular Schematics.
- [Internationalization (i18n)](https://analogjs.org/docs/features/i18n/overview): Analog supports runtime internationalization using Angular's built-in $localize system.