packages/docs/examples-gallery/index.mdx
Explore our comprehensive collection of examples. Every example demonstrates real-world usage patterns and is available in multiple languages.
| Category | TypeScript | Python | Rust | Total |
|---|---|---|---|---|
| Chat | ✅ | ✅ | ✅ | 3 |
| REST API | 3 | 2 | 3 | 8 |
| Browser | 3 | — | 1 | 4 |
| Serverless | 5 | 5 | 5 | 15 |
| Game | ✅ | ✅ | ✅ | 3 |
| Total | 14 | 10 | 12 | 33+ |
git clone https://github.com/elizaos/eliza.git
cd eliza
bun install
export OPENAI_API_KEY="your-key"
bun run examples/chat/typescript/chat.ts
We welcome new examples! See our contribution guide for details.
When adding examples: