Home/Tools/@tpmjs/pricing-page-copy

pricingPageCopyTool

@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.

Official
marketing
v0.1.1
MIT
⚠️

This tool is currently broken

Execution Failed
Runtime error with test parameters
Each tier must have at least one feature

Last checked: 2/22/2026, 4:25:51 AM

Interactive Playground

Test @tpmjs/pricing-page-copy (pricingPageCopyTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/pricing-page-copy
pnpm add @tpmjs/pricing-page-copy
yarn add @tpmjs/pricing-page-copy
bun add @tpmjs/pricing-page-copy
deno add npm:@tpmjs/pricing-page-copy

2. Import the tool

import { pricingPageCopyTool } from '@tpmjs/pricing-page-copy';

3. Use with AI SDK

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);

AI Agent Integration

How AI agents can use this tool

Use Case

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.

Limitations

Generates copy structure and suggestions, not actual product pricing strategy. Copy should be reviewed and customized based on brand voice and specific product details.

Examples

  • Generate pricing page copy for our SaaS product with 3 tiers
  • Create pricing copy for small business audience with Free, Pro, and Enterprise plans
  • Build a pricing page for our API product targeting developers

Signature

(tiers: { name: string; price: {  }; features: string[]; recommended: boolean; billingPeriod: string }[], targetAudience: string) => Promise<unknown>

Tags

ai
benefit
comprehensive
copy
copywriting
generates
headlines
marketing
names
oriented
page
pricing
tier
tpmjs

Parameters

Available configuration options

Auto-extracted
tiers
Required
Type: object[]

Pricing tiers with features and prices. Each tier should have: name (optional), price (number or string), billingPeriod (optional), features (string[]), recommended (optional boolean)

targetAudience
Required
Type: string

Primary target audience (e.g., 'small businesses', 'developers', 'teams')

Schema extracted: 2/27/2026, 4:20:51 AM

README

ERROR: No README data found!

Statistics

Downloads/month

129

GitHub Stars

0

Quality Score

84%

Bundle Size

NPM Keywords

tpmjs
pricing
marketing
copywriting
ai

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai