Skip to content

Sales Proposal

Scaffolds a client-facing sales proposal with executive summary, solution overview, pricing structure, delivery timeline, and terms. Produces a professional proposal document with supporting data files for pricing and scheduling.

Nameproposal-template
Version0.1.0
Categorysales
LicenseApache-2.0
Personasales
Tagsproposal, sales, pricing, timeline, services
Sourcetemplates/proposal-template

Render it

Three front doors, one catalog. Pick whichever suits the caller.

# CLI
npx @nanohype/sdk render proposal-template --out ./my-app

# SDK
import { LocalSource, renderTemplate } from "@nanohype/sdk";
const result = await renderTemplate(source, "proposal-template", variables);

# MCP — from an agent
get_template({ name: "proposal-template" })

Variables

Required

ProjectName string
Kebab-case project name used as the document directory Must be lowercase kebab-case starting with a letter.
CompanyName string
Client company name for the proposal

Optional

ProposalType string — defaults to services
Type of proposal (services, product, hybrid)

What it produces

3 files. Placeholder names such as __APP_NAME__ are what the renderer substitutes into.

proposal/pricing.yaml
proposal/proposal.md
proposal/timeline.yaml

Composes with

Composites that use it