Guides, Frameworks & Examples
Frameworks
| Framework | Guide |
|---|---|
| Next.js | Next.js setup guide |
| Remix | Remix setup guide |
| Node.js | Node.js setup guide |
| Bun | Bun setup guide |
| SvelteKit | SvelteKit community guide |
AI Agent Guides
| Guide | Description |
|---|---|
| AI Agents Overview | Patterns: prompt chaining, routing, parallelization, orchestration |
| Content Moderation | Parallel checks while responding to customers |
| Generate & Translate Copy | Chain prompts for multilingual content |
| News Verification | Orchestrate fact-checking |
| Route Questions | Send to different models by complexity |
| Translation Refinement | Evaluate and refine with feedback loops |
| Claude Agent SDK | Build agents that read files, run commands, edit code |
Use Cases
| Use Case | Description |
|---|---|
| Data Processing & ETL | Pipelines that process large datasets without timeouts |
| Media Processing | Video, image, audio, document processing |
| AI Media Generation | AI-generated images, videos, documents |
| Marketing Workflows | Drip campaigns, multi-channel orchestration |
Example Tasks
| Task | Description |
|---|---|
| DALL-E 3 image generation | OpenAI GPT-4o + DALL-E 3 |
| Deepgram audio transcription | Speech-to-text |
| FFmpeg video processing | Video manipulation |
| Firecrawl URL crawl | Web scraping to markdown |
| Puppeteer | Headless browser automation |
| React Email | Transactional emails |
| Resend email sequences | Multi-day email campaigns |
| Supabase operations | CRUD + storage |
| Sharp image processing | Image manipulation |
| Vercel AI SDK | AI text generation |
Example Projects
| Project | Framework | GitHub |
|---|---|---|
| Batch LLM Evaluator | Next.js | View |
| Claude changelog generator | — | View |
| Claude GitHub wiki agent | — | View |
| Claude thinking chatbot | Next.js | View |
| Human-in-the-loop workflow | Next.js | View |
| Mastra agents with memory | — | View |
| OpenAI Agents SDK playground | — | View |
| Realtime CSV Importer | Next.js | View |
| Smart Spreadsheet | Next.js | View |
| Vercel AI SDK deep research agent | Next.js | View |