Production-ready templates powered by LLM Gateway. Clone, configure, and deploy — with access to 300+ models from every major provider.
One command to get the LLM Gateway CLI.
npm i -g @llmgateway/cliPick a template and clone it instantly.
npx @llmgateway/cli init --template ai-chatbotSet your LLM Gateway API key and ship it.
echo "LLMGATEWAY_API_KEY=your_key" > .env.local && npm run devEach template is a complete Next.js application with AI features built in. Clone and customize.
Streaming chat with conversation history and model switching.
npx @llmgateway/cli init --template ai-chatbotGenerate images with DALL-E, Stable Diffusion, and more through a unified API.
npx @llmgateway/cli init --template image-generationText actions including rewrite, summarize, expand, and tone adjustment.
npx @llmgateway/cli init --template writing-assistantSentiment analysis dashboard with batch AI analysis and key theme extraction.
npx @llmgateway/cli init --template feedback-dashboardAI-powered Open Graph image generator with live preview and themes.
npx @llmgateway/cli init --template og-image-generatorAI-powered QA testing agent with browser automation and real-time action timeline.
npx @llmgateway/cli init --template qa-agentCreate a free LLM Gateway account, grab an API key, and start building with any of our 300+ supported models.