Showcase
Explore demo applications and code examples built with GenSX
Live Demos
Code Examples
Deep Research Agent
Multi-step research workflow that searches ArXiv papers, extracts key findings, and generates structured summaries.
Blog Writer
Workflow that generates blog posts by researching topics, creating outlines, and writing SEO-optimized content.
Hacker News Analyzer
Fetches and analyzes Hacker News posts and comments to identify trends and sentiment patterns.
Text to SQL
Converts natural language queries to SQL statements with schema awareness and query validation.
RAG Implementation
Demonstrates document ingestion, vector storage, and retrieval-augmented generation using GenSX storage.
Reflection Agent
Agent that iteratively improves its responses through self-critique and refinement loops.
Chat with Memory
Chat application that persists conversation history using GenSX storage for context retention across sessions.
Vercel AI SDK Integration
Integration examples showing streaming, tool calling, and text generation with Vercel AI SDK and GenSX.
OpenAI Examples
Code examples for text generation, function calling, and embeddings using OpenAI models with GenSX.
Anthropic Claude Examples
Examples using Claude models for text generation, tool use, and structured outputs with GenSX.
Groq & DeepSeek Models
Examples using Groq's fast inference API with various models including DeepSeek for code generation.
OpenRouter Integration
Unified API access to multiple AI models through OpenRouter with automatic failover and routing.
LLM-Powered Games
Board game implementations where AI opponents use LLMs for move selection and strategy explanation.
Self-Modifying Code Agent
Agent that reads its own source code, analyzes it, and generates improvements or fixes using AI.
OpenAI Computer Use
Browser automation using OpenAI vision models to analyze screenshots and control web interfaces.
Model Metadata Explorer
Workflow that fetches and displays technical specifications, context limits, and pricing for AI models.
Model Comparison Tool
Side-by-side comparison interface for testing prompts across multiple AI models simultaneously.
CommonJS Compatibility Example
Demonstrates using GenSX with require() syntax in CommonJS environments and Node.js < 14.
TypeScript Compatibility Example
TypeScript configuration and usage patterns for GenSX with strict type checking enabled.
Next.js AI Chatbot Template
Production-ready chatbot template with authentication, database integration, and deployment configs.