Skip to content

Templates

A template is one building block: a manifest declaring its variables, and a skeleton the renderer fills in. Composites assemble several at once — start atcomposites if you want a whole app rather than a piece of one.

90 templates, 11 categories. Generated fromthe catalog on 2026-08-13.

By tag

typescript 45ai 19llm 13brief 7kubernetes 7testing 6helm 5infrastructure 5nanohype 5qa 5audit 4auth 4embeddings 4k8s 4security 4agent 3api 3caching 3customer-success 3design 3go 3jwt 3metrics 3middleware 3

ai-systems

TemplateWhat it scaffolds
a2a-agentScaffolds an Agent-to-Agent (A2A) protocol peer in TypeScript.
agent-fleetScaffolds the AI-workload composite on top of a Platform tenant.
agent-orchestratorMulti-agent orchestrator that decomposes tasks via an LLM-powered planner agent, routes subtasks to specialized agents based on capability matching, and aggregates results.
agentic-loopScaffolds a TypeScript agentic loop that sends messages to an LLM, detects tool-call requests in the response, executes them via a typed tool registry, appends results, and repeats until the model stops calling tools or an iteration limit is reached.
ci-evalGitHub Actions workflow for eval-gated deployments.
data-pipelineScaffolds an ETL pipeline for AI workloads in TypeScript.
eval-harnessScaffolds a standalone TypeScript evaluation framework for testing LLM outputs.
fine-tune-pipelineScaffolds a TypeScript CLI for fine-tuning LLMs.
guardrailsInput/output safety filters for AI systems.
llm-wikiMulti-tenant LLM-maintained knowledge base.
mcp-server-pythonScaffolds a Model Context Protocol server in Python using the official mcp SDK and FastMCP.
mcp-server-tsScaffolds a Model Context Protocol server in TypeScript using the official @modelcontextprotocol/sdk.
multimodal-pipelineScaffolds a multimodal processing pipeline in TypeScript.
prompt-libraryScaffolds a versioned prompt management system using YAML files with structured frontmatter for metadata, model configuration, and typed variables.
rag-pipelineScaffolds a Retrieval-Augmented Generation pipeline in TypeScript.

applications

TemplateWhat it scaffolds
api-gatewayScaffolds an API gateway with edge routing, per-route auth and rate limiting, traffic management (canary splits, health checking), and per-upstream circuit breakers.
chrome-extScaffolds a Chrome extension using Manifest V3 with a React sidepanel for AI-powered interactions.
discord-botScaffolds a TypeScript Discord bot using discord.js v14 with GatewayIntentBits for guilds, messages, and message content.
electron-appScaffolds an Electron desktop application with a React 19 renderer for AI-powered chat.
go-cliScaffolds a Go CLI application using Cobra for command structure, Viper for configuration management, and log/slog for structured logging.
go-serviceScaffolds a Go HTTP service using chi v5 for routing, structured middleware (logging, panic recovery), a repository-pattern database layer with PostgreSQL and SQLite implementations, Viper-based configuration, and OpenTelemetry instrumentation.
next-appScaffolds a Next.js 15 application with App Router, streaming AI chat, and a pluggable provider registry.
slack-botScaffolds a TypeScript Slack bot using @slack/bolt with Socket Mode for local development and HTTP for production.
spring-boot-serviceScaffolds a Java Spring Boot 4 HTTP service with Spring Web MVC, Spring Boot Actuator for health and metrics, Spring Data JPA + Flyway migrations, Micrometer + OpenTelemetry instrumentation, structured JSON logging, graceful shutdown, and a repository pattern service layer.
ts-serviceScaffolds a production-ready TypeScript HTTP service using the Hono framework.
vscode-extScaffolds a VS Code extension with TypeScript and esbuild bundling.
worker-serviceBackground processor with scheduled cron jobs and queue consumption.

composable-modules

TemplateWhat it scaffolds
module-analytics-tsEvent tracking and product analytics with pluggable backends.
module-audit-ledger-tsAppend-only audit ledger with pluggable storage backends.
module-auth-goComposable authentication middleware module for Go HTTP services with pluggable providers.
module-auth-tsComposable authentication middleware module with pluggable providers.
module-billing-tsComposable usage metering, invoice generation, and payment processing with Stripe.
module-cache-tsComposable caching with pluggable backends.
module-database-tsComposable database connection and query layer built on Drizzle ORM with pluggable drivers.
module-feature-flags-tsComposable feature flags with pluggable flag stores and AI variant tracking.
module-knowledge-base-tsKnowledge base integration with pluggable providers.
module-llm-gatewayUnified LLM gateway with pluggable routing strategies, response caching, and cost tracking.
module-llm-observabilityAI-specific telemetry module layered on OpenTelemetry.
module-llm-providersShared LLM provider pack — the canonical interface for all AI templates.
module-media-tsMedia processing and delivery with pluggable providers.
module-notifications-tsComposable notification service with pluggable providers for email, SMS, and push.
module-oauth-delegation-tsComposable outbound OAuth 2.0 delegation module.
module-observability-tsComposable OpenTelemetry instrumentation module for TypeScript services.
module-project-mgmt-tsProject management integration with pluggable providers.
module-queue-tsComposable background job processing with pluggable brokers.
module-rate-limit-tsComposable rate limiting with pluggable algorithms and state stores.
module-search-tsFull-text search with pluggable backends.
module-semantic-cacheEmbedding-based LLM response caching using vector similarity search.
module-spring-securityDrop-in Spring Security module for a Spring Boot service.
module-storage-tsComposable blob storage abstraction with pluggable backends.
module-vector-storePluggable vector database abstraction for embedding storage and similarity search.
module-webhook-tsComposable webhook infrastructure.

customer-success

TemplateWhat it scaffolds
brief-onboarding-playbookScaffolds an agent brief for producing a customer onboarding playbook.
onboarding-playbookScaffolds a customer onboarding playbook with milestone definitions, success criteria, health checks, and sales-to-CS handoff checklists.
qbr-templateScaffolds a QBR package with account health dashboards, usage metrics frameworks, expansion opportunity tracking, and risk assessments.

design

TemplateWhat it scaffolds
brand-guidelinesScaffolds brand guideline documentation covering color palette definitions, typography scale, logo usage rules, and optional voice and tone guidelines.
brief-design-reviewScaffolds an agent brief for conducting a comprehensive design review.
component-inventoryScaffolds a component inventory with structured status tracking, ownership metadata, and an optional accessibility checklist.
design-systemScaffolds a design system specification with foundational principles, a component catalog structure, usage guidelines, and optional token sync configuration.
design-tokensScaffolds a design token system with base primitives, semantic aliases, theme configuration, and optional dark mode definitions.

infrastructure

TemplateWhat it scaffolds
eks-addonScaffolds a new Helm-based addon into nanohype/eks-gitops.
infra-druidScaffolds an Apache Druid OLAP cluster as a Helm chart for Kubernetes.
istio-policyScaffolds an Istio policy bundle for an HTTP workload on a service mesh: an AuthorizationPolicy that enforces JWT authentication, a RequestAuthentication that configures the JWT issuer + JWKs endpoint, an optional PeerAuthentication enforcing STRICT mTLS, and an optional VirtualService routing template.
k8s-app-tenantPrimary scaffolding for a nanohype-org k8s-native application.
k8s-deployScaffolds a Kubernetes deployment with raw manifests and an optional Helm chart.
landing-zone-componentScaffolds a new component into nanohype/landing-zone.
monitoring-stackStandalone observability bundle with Grafana, Prometheus, and Loki.
monorepoScaffolds a Turborepo monorepo workspace using pnpm.
tenant-chart-baseA Helm library chart (type: library) that defines the named templates every nanohype Platform-tenant chart shares — the ServiceAccount (IRSA), NetworkPolicy (egress baseline + values-driven ingress), PrometheusRule, Grafana dashboard ConfigMap, and the name/label/selector helpers.

marketing

TemplateWhat it scaffolds
brief-campaign-planScaffolds an agent brief for producing a marketing campaign plan.
campaign-briefScaffolds a marketing campaign brief with objectives, audience segments, messaging matrix, channel plan, and timeline.
content-calendarScaffolds an editorial content calendar with content pillars, distribution matrix, and publishing cadence.

operations

TemplateWhat it scaffolds
brief-runbookScaffolds an agent brief for producing an operational runbook.
change-managementScaffolds a change management package with a change request template, impact assessment matrix, and approval workflow configuration.
compliance-checklistScaffolds a compliance management package with control inventory, audit trail tracking, and remediation workflows.
incident-postmortemScaffolds a structured postmortem with incident summary, timeline reconstruction, root cause analysis using the 5 Whys method, impact assessment, and lessons learned.
runbookScaffolds an operations runbook with service overview, dependency map, operational procedures, and escalation paths.

product

TemplateWhat it scaffolds
brief-prdScaffolds an agent brief for drafting a product requirements document.
launch-checklistScaffolds a structured launch package with go/no-go criteria organized by functional area, a stakeholder sign-off matrix, monitoring setup guidance, and rollback plan.
okr-frameworkScaffolds an OKR structure with company, team, and individual levels, key result templates, review cadence configuration, and scoring calibration.
prd-templateScaffolds a structured PRD with problem statement, user stories, success metrics, constraints, and milestones.
research-frameworkScaffolds a product research framework with hypothesis canvas, interview guides, and synthesis templates.

qa

TemplateWhat it scaffolds
acceptance-criteriaScaffolds an acceptance criteria framework using Given/When/Then BDD structure.
brief-test-strategyScaffolds an agent brief for producing a comprehensive test strategy.
release-checklistScaffolds a structured release checklist covering pre-release validation, deployment verification, rollback criteria, and a sign-off matrix.
test-automationScaffolds a test automation framework using Playwright for browser testing.
test-planScaffolds a comprehensive test plan document covering scope, approach, environments, test matrix, risk assessment, and entry/exit criteria.

sales

TemplateWhat it scaffolds
battle-cardsScaffolds a competitive intelligence package with feature comparison matrices, positioning statements, win/loss analysis templates, and objection handling guides.
brief-proposalScaffolds an agent brief for drafting a client-facing proposal.
proposal-templateScaffolds a client-facing sales proposal with executive summary, solution overview, pricing structure, delivery timeline, and terms.