Showcase

Explore demo applications and code examples built with GenSX

Live Demos

Chat UX

Chat UX

Demo

Next.js chat interface with real-time streaming responses using GenSX workflows and server-sent events.

Draft Pad

Draft Pad

Demo

Canvas-style document editor for iterative writing using multiple models across providers.

Code Examples

Deep Research Agent

GitHub

Multi-step research workflow that searches ArXiv papers, extracts key findings, and generates structured summaries.

Blog Writer

GitHub

Workflow that generates blog posts by researching topics, creating outlines, and writing SEO-optimized content.

Hacker News Analyzer

GitHub

Fetches and analyzes Hacker News posts and comments to identify trends and sentiment patterns.

Text to SQL

GitHub

Converts natural language queries to SQL statements with schema awareness and query validation.

RAG Implementation

GitHub

Demonstrates document ingestion, vector storage, and retrieval-augmented generation using GenSX storage.

Reflection Agent

GitHub

Agent that iteratively improves its responses through self-critique and refinement loops.

Chat with Memory

GitHub

Chat application that persists conversation history using GenSX storage for context retention across sessions.

Vercel AI SDK Integration

GitHub

Integration examples showing streaming, tool calling, and text generation with Vercel AI SDK and GenSX.

OpenAI Examples

GitHub

Code examples for text generation, function calling, and embeddings using OpenAI models with GenSX.

Anthropic Claude Examples

GitHub

Examples using Claude models for text generation, tool use, and structured outputs with GenSX.

Groq & DeepSeek Models

GitHub

Examples using Groq's fast inference API with various models including DeepSeek for code generation.

OpenRouter Integration

GitHub

Unified API access to multiple AI models through OpenRouter with automatic failover and routing.

LLM-Powered Games

GitHub

Board game implementations where AI opponents use LLMs for move selection and strategy explanation.

Self-Modifying Code Agent

GitHub

Agent that reads its own source code, analyzes it, and generates improvements or fixes using AI.

OpenAI Computer Use

GitHub

Browser automation using OpenAI vision models to analyze screenshots and control web interfaces.

Model Metadata Explorer

GitHub

Workflow that fetches and displays technical specifications, context limits, and pricing for AI models.

Model Comparison Tool

GitHub

Side-by-side comparison interface for testing prompts across multiple AI models simultaneously.

CommonJS Compatibility Example

GitHub

Demonstrates using GenSX with require() syntax in CommonJS environments and Node.js < 14.

TypeScript Compatibility Example

GitHub

TypeScript configuration and usage patterns for GenSX with strict type checking enabled.

Next.js AI Chatbot Template

GitHub

Production-ready chatbot template with authentication, database integration, and deployment configs.