Full-stack web application with Next.js frontend, RAG pipeline, authentication, database, and deployment.
Render it
# CLI
npx @nanohype/sdk render-composite ai-web-app --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "ai-web-app", variables);
# MCP — from an agent
get_composite({ name: "ai-web-app" })
What it draws together
Variables
Required
ProjectName string- Project name used across all templates Must be lowercase kebab-case.
Optional
LlmProvider string — defaults to anthropic- LLM provider for AI features
IncludeRag bool — defaults to true- Include RAG pipeline for document search
IncludeEvals bool — defaults to true- Include evaluation harness