Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Um comando direto ignora o prompt de revisão. Verifique a origem antes de executá-lo.
Use this skill when you need design pricing models that developers understand, accept, and can predict. Trigger phrases: usage-based pricing, API pricing, metered billing, developer pricing, pricing page, cost calculator, pay as you go, pricing transparency, competitive pricing, developer billing.
Design pricing models that developers understand, accept, and can predict—without surprise bills or confusing metrics.
Overview
Developers are uniquely sensitive to pricing. They'll calculate unit economics, compare alternatives, and write blog posts about surprise bills. Usage-based pricing works well for developer tools because it aligns cost with value, but it can also create anxiety about unpredictable costs.
The best developer pricing is predictable, transparent, and obviously fair. Developers should be able to estimate their bill before they commit.
Before You Start
Review the /devmarketing-skills/skills/free-tier-strategy skill to understand how free tiers connect to paid pricing. Your pricing model should feel like a natural extension of the free tier, not a completely different experience.
Usage Metrics Developers Accept
Good Metrics: Direct Value Correlation
API calls/requests
Developers understand what triggers a call
Easy to monitor and predict
Scales with actual usage
Example: Stripe charges per transaction, Twilio per message
Compute time
Clear relationship to server costs
Predictable for consistent workloads
Fair for variable workloads
Example: AWS Lambda per GB-second, Vercel build minutes
Storage
Simple to understand
Easy to predict growth
Clear cost driver
Example: S3 per GB stored, databases per GB
Bandwidth/data transfer
Makes sense for CDN and hosting
Can be surprising if not monitored
Example: Cloudflare per GB, Vercel bandwidth
Active users (MAU)
Works for auth and user-facing tools
Aligns with customer's growth
Example: Auth0, Firebase Auth
Problematic Metrics
"Compute units" or proprietary measures
Bad: "1 CU = 0.25 CPU seconds at 1.5GHz equivalent with 256MB memory allocation"
Developers can't estimate usage.
Compound metrics
Bad: "Charged per operation, where operation = read OR write OR delete,
multiplied by document size factor"
Too complex to predict.
Metrics that punish success
Bad: Per-user pricing that penalizes viral growth
Developer's successful launch becomes a cost crisis.
Metrics with hidden multipliers
Bad: "Per request, but each retry counts, and warming requests count,
and health checks count"
Actual usage is unpredictable.
Metric Selection Framework
Metric
When It Works
When It Fails
API calls
Discrete operations
Streaming, persistent connections
Compute time
Variable workloads
Idle resources still cost
Storage
Data products
Temporary/cache data
Bandwidth
CDN, media
Retry-heavy protocols
MAU
User-facing apps
Machine-to-machine
Seats
Collaboration tools
Individual developers
Pricing Page Clarity
Essential Pricing Page Elements
Price per unit, clearly stated
$0.01 per 1,000 API calls
$0.10 per GB stored
$5 per team member
Usage calculator
Estimate your monthly cost:
API calls per month: [____]
Storage (GB): [____]
Estimated cost: $XX/month
Tier comparison table
Free Pro Enterprise
API calls 10,000/mo 100,000/mo Unlimited
Storage 1GB 50GB 500GB
Support Community Email Priority
Price $0 $29/mo $299/mo
FAQ answering real questions
"What happens if I exceed my limit?"
"How do I monitor my usage?"
"Are there any hidden fees?"
"Can I set spending limits?"
Pricing Page Examples
Excellent: Stripe
Simple percentage per transaction
Clear calculator
All fees visible
Volume discounts transparent
Excellent: Cloudflare
Free tier generous
Paid features clearly differentiated
Per-feature pricing available
Enterprise custom pricing framed simply
Poor patterns:
"Contact sales" for any pricing information
Prices hidden until signup
Complex unit definitions
Multiple interdependent metrics
Price Communication Principles
Lead with simple cases - Show the "typical" cost first
Reveal complexity gradually - Edge cases in FAQ, not main pricing
Use real numbers - "$47/month for a typical SaaS app" beats "$0.001 per request"
Compare to alternatives - "50% less than AWS" (if true and provable)
Cost Predictability and Caps
Why Predictability Matters
Developers fear:
Unexpected month-end bills
Usage spikes from bugs or attacks
Being unable to explain costs to managers
Services that punish success
Providing Predictability
Usage dashboards:
Current billing period: March 1-31
API calls: 45,000 / 100,000 (45%)
Storage: 12GB / 50GB (24%)
Bandwidth: 89GB / 100GB (89%) ⚠️
Projected bill: $47 (current: $38)
Usage alerts:
Alert settings:
[ ] 50% of monthly limit
[x] 75% of monthly limit
[x] 90% of monthly limit
[x] 100% of monthly limit
[ ] Daily usage spike (>2x average)
Spending caps:
Monthly spending cap: $100
When reached:
( ) Hard stop - service pauses
(x) Soft stop - alert and require approval
( ) No stop - continue and alert
Prepaid credits - Discount for commitment, reduces uncertainty
Annual contracts - For enterprise, discount for commitment
Billing date choice - Let customers align with their accounting
Communicating Value vs Cost
The Value Conversation
Don't just communicate price—communicate value relative to alternatives.
Alternative cost comparisons:
Running this yourself:
- Server costs: $200/mo
- Engineer time: $5,000/mo
- Maintenance: $500/mo
Total: $5,700/mo
Our service: $99/mo
You save: $5,601/mo
Time savings:
Without [Product]:
- 2 weeks to build
- 4 hours/month to maintain
With [Product]:
- 30 minutes to integrate
- Zero maintenance
Developer time saved: 120+ hours/year
ROI Calculators
For enterprise sales, provide ROI tools:
Your company:
- Developers: [10]
- Hours/week on auth: [5]
- Fully-loaded cost/hour: [$150]
Current cost: $3,000/week = $156,000/year
With [Product]:
- Integration: 20 hours one-time = $3,000
- Annual cost: $12,000
- Maintenance: Near zero
First year savings: $141,000
Pricing Justification
When prices seem high, justify with:
Feature completeness - "Includes what others charge extra for"
Reliability - "99.99% uptime saves you from outages"
Support - "Engineering support, not offshore scripts"
Scale - "Handles 10x traffic without config changes"
Security - "SOC 2, GDPR, HIPAA included"
Competitive Pricing Research
Understanding the Landscape
Map competitors by:
Direct competitors (same solution)
Adjacent competitors (different approach, same problem)