Ship an AI App in 10 Minutes

Production-ready templates powered by LLM Gateway. Clone, configure, and deploy — with access to 300+ models from every major provider.

Three Steps to Production

1

Install the CLI

One command to get the LLM Gateway CLI.

npm i -g @llmgateway/cli
2

Choose a Template

Pick a template and clone it instantly.

npx @llmgateway/cli init --template ai-chatbot
3

Add Your API Key & Deploy

Set your LLM Gateway API key and ship it.

echo "LLMGATEWAY_API_KEY=your_key" > .env.local && npm run dev

Pick a Template

Each template is a complete Next.js application with AI features built in. Clone and customize.

AI Chatbot

Streaming chat with conversation history and model switching.

Next.jsAI SDKStreaming
npx @llmgateway/cli init --template ai-chatbot

Image Generation

Generate images with DALL-E, Stable Diffusion, and more through a unified API.

Next.jsAI SDKMulti-provider
npx @llmgateway/cli init --template image-generation

Writing Assistant

Text actions including rewrite, summarize, expand, and tone adjustment.

Next.jsAI SDKStructured Output
npx @llmgateway/cli init --template writing-assistant

Feedback Dashboard

Sentiment analysis dashboard with batch AI analysis and key theme extraction.

Next.jsAI SDKAnalytics
npx @llmgateway/cli init --template feedback-dashboard

OG Image Generator

AI-powered Open Graph image generator with live preview and themes.

Next.jsAI SDKStructured Output
npx @llmgateway/cli init --template og-image-generator

QA Agent

AI-powered QA testing agent with browser automation and real-time action timeline.

Next.jsAI SDKBrowser Automation
npx @llmgateway/cli init --template qa-agent

Ready to Ship?

Create a free LLM Gateway account, grab an API key, and start building with any of our 300+ supported models.