
Developer AI Template
AI Docs Generator
A documentation generator starter for README sections, API notes, and changelog drafts.
Next.js document Q&A templates for PDF chatbots, RAG apps, OpenAI embeddings, knowledge-base assistants, cited answers, and internal research workflows.
Direct answer
A document Q&A template helps users ask questions over uploaded or indexed knowledge. It usually combines chunking, embeddings, retrieval, cited answers, and a chat UI tuned for source-backed responses.
Template collection

Developer AI Template
A documentation generator starter for README sections, API notes, and changelog drafts.

RAG Template
A legal document review RAG starter with risk summaries and non-lawyer guardrails.

RAG Template
A Notion-style knowledge-base RAG template for internal docs and team answers.

RAG Template
A PDF-focused RAG chatbot starter with context upload, cited answer scaffolding, and OpenAI fallback.

RAG Template
A research copilot RAG starter for notes, source snippets, and synthesis workflows.

RAG Template
A support documentation RAG chatbot for help centers, policy docs, and customer answers.

OpenRouter Chatbot Template
A canonical Next.js OpenRouter chatbot template for multi-model AI chat, free model experimentation, streaming responses, model variant comparison, and secure server-side OpenRouter API key handling.

AI Chatbot Template
A full-stack JavaScript starter for building a ChatGPT-style application with Next.js App Router, OpenRouter SDK streaming, cohere/north-mini-code:free, mobile responsive chat UI, and server-side API key handling.

AI Chatbot Template
A full-stack JavaScript starter for building a ChatGPT-style application with Next.js App Router, OpenRouter SDK streaming, openai/gpt-oss-120b, mobile responsive chat UI, and server-side API key handling.

AI Chatbot Template
A full-stack JavaScript starter for building a multi-agent ChatGPT-style application with Next.js App Router, OpenRouter SDK streaming, nvidia/nemotron-3-super-120b-a12b:free, reasoning-enabled responses, mobile responsive chat UI, and server-side API key handling.

AI Chatbot Template
A full-stack JavaScript starter for building a ChatGPT-style application with Next.js App Router, OpenRouter SDK streaming, poolside/laguna-m.1:free, mobile responsive chat UI, and server-side API key handling.

AI Chatbot Template
A full-stack JavaScript starter for building a ChatGPT-style multimodal chatbot with Next.js App Router, OpenRouter SDK streaming, image URL input, mobile responsive UI, and server-side API key handling.

Voice AI Template
A full-stack JavaScript starter for building realtime browser voice agents with Next.js App Router, OpenAI Agents SDK, Realtime WebRTC sessions, ephemeral client secrets, live audio transcripts, multi-agent handoffs, and server-side API key handling.

AI Agents Template
A Next.js template using the OpenAI Agents SDK to send a raw prompt through a Prompt Analyzer Agent and then a Research Agent, exposing each stage in a clean workflow UI.

AI Chatbot Template
A full-stack JavaScript starter for building a ChatGPT-style application with Next.js App Router, OpenAI Responses API streaming, a model selector, mobile responsive chat UI, and server-side API key handling.

RAG Template
A retrieval-augmented chatbot starter that lets users upload or paste knowledge, chunk documents, create OpenAI embeddings, retrieve relevant evidence, and answer questions with citations.
It is a starter app for asking questions over documents, PDFs, policies, or knowledge bases with retrieval and source-backed answers.
Document Q&A is one of the most common RAG use cases because the app retrieves relevant chunks before generating an answer.
It should include ingestion, chunking, embeddings, retrieval, citations, source previews, secure API routes, and a clear responsive question interface.