Full AI platform with HTTP service, LLM gateway, vector store, data pipeline, auth, billing, and monitoring. Everything needed to ship a production AI product with usage-based billing and operational visibility.
Render it
# CLI
npx @nanohype/sdk render-composite ai-platform --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "ai-platform", variables);
# MCP — from an agent
get_composite({ name: "ai-platform" })
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
DatabaseDriver string — defaults to postgres- Database driver
IncludeBilling bool — defaults to true- Include billing and usage tracking