# Task Plan: Code Examples
## Goal
Create examples directory with Python, TypeScript, Rust, and curl examples.
**Source**: plan.md Step 11.2 (2-3 days)
## Phases
### Phase 1: Examples Structure
- [ ] Create `examples/python/` (basic_chat, streaming, tool_calling, responses_api)
- [ ] Create `examples/typescript/` (basic_chat, streaming, tool_calling)
- [ ] Create `examples/rust/` (client_example.rs)
- [ ] Create `examples/curl/` (examples.sh)
- [ ] **Status:** pending
### Phase 2: Test & Document
- [ ] Test all examples
- [ ] Document in README
- [ ] **Status:** pending
### Phase 3: Video/Blog Content (Optional, plan Step 11.3)
- [ ] Create demo video (installation, configuration, first request, Docker)
- [ ] Write blog post ("Building an OpenAI-Compatible Proxy in Rust", etc.)
- [ ] Share on Reddit, HN
- [ ] **Status:** pending