# Intlayer Astro

> Integrates Intlayer internationalization with Astro applications. Use when the user asks to "setup Astro i18n", use "getIntlayer" in Astro components, or manage server-side content in Astro.

- Skill: `aymericzip/intlayer-astro` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add aymericzip/intlayer-astro`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aymericzip/intlayer-astro/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: aymericzip (https://skillmd.com/u/aymericzip)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aymericzip/intlayer-astro

---


# Intlayer Astro Usage

## Setup

- [Astro](references/environment_astro.md)

## Server-side (Astro Components)

```astro
---
import { getIntlayer } from "astro-intlayer";
const content = await getIntlayer("my-dictionary-key");
---
<h1>{content.title}</h1>
```

[Astro Documentation](references/environment_astro.md)

## References

- [Website](https://intlayer.org)
- [Doc](references/concept_cli.md)

- [Astro](references/environment_astro.md)
- [Intlayer Exports](references/packages_intlayer_exports.md)
- [Astro Intlayer Exports](references/packages_astro-intlayer_exports.md)

