@tpmjs/pricing-page-copy
Generates comprehensive pricing page copy with tier names, headlines, benefit-oriented feature lists, CTAs, FAQs, and trust signals. Frames features as benefits and clearly differentiates tiers.
Each tier must have at least one feature
Last checked: 2/22/2026, 4:25:51 AM
Test @tpmjs/pricing-page-copy (pricingPageCopyTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/pricing-page-copypnpm add @tpmjs/pricing-page-copyyarn add @tpmjs/pricing-page-copybun add @tpmjs/pricing-page-copydeno add npm:@tpmjs/pricing-page-copyimport { pricingPageCopyTool } from '@tpmjs/pricing-page-copy';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { pricingPageCopyTool } from '@tpmjs/pricing-page-copy';
const result = await generateText({
model: openai('gpt-4o'),
tools: { pricingPageCopyTool },
prompt: 'Your prompt here...',
});
console.log(result.text);How AI agents can use this tool
Use this tool when users need to create pricing page copy for their products or services. Automatically generates benefit-oriented copy, tier differentiation, and conversion-focused CTAs.
Generates copy structure and suggestions, not actual product pricing strategy. Copy should be reviewed and customized based on brand voice and specific product details.
(tiers: { name: string; price: { }; features: string[]; recommended: boolean; billingPeriod: string }[], targetAudience: string) => Promise<unknown>Available configuration options
tiersobject[]Pricing tiers with features and prices. Each tier should have: name (optional), price (number or string), billingPeriod (optional), features (string[]), recommended (optional boolean)
targetAudiencestringPrimary target audience (e.g., 'small businesses', 'developers', 'teams')
Schema extracted: 2/27/2026, 4:20:51 AM
ERROR: No README data found!
Downloads/month
129
GitHub Stars
0
Quality Score