Research-driven prototype pipeline. Starts with product research and a PRD, scaffolds an agentic loop prototype, and optionally adds a test plan for validation.
Render it
# CLI
npx @nanohype/sdk render-composite research-to-prototype --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "research-to-prototype", variables);
# MCP — from an agent
get_composite({ name: "research-to-prototype" })
What it draws together
Variables
Required
ProjectName string- Project name used across all templates Must be lowercase kebab-case.
Optional
ResearchType string — defaults to generative- Type of research (generative, evaluative)
LlmProvider string — defaults to anthropic- LLM provider for the prototype
IncludeTests bool — defaults to true- Include test plan for prototype validation