ShipRadar subscription tiers, pricing strategy, and Pro feature definitions. Use when discussing pricing plans, comparing tiers, implementing tier-gated features, or wiring up the billing provider.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
ShipRadar subscription tiers, pricing strategy, and Pro feature definitions. Use when discussing pricing plans, comparing tiers, implementing tier-gated features, or wiring up the billing provider.
Subscription Tiers
Tier Comparison
Feature
Free
Pro
Repos tracked
25
Unlimited
AI summaries
25/month
Unlimited
Channels
Telegram, Discord, Email
All + webhooks
Webhooks
1
5
Check frequency
15 min
15 min
Release type filters
Yes
Yes
Notification history
7 days
90 days
GitHub stars import
-
Yes
Pricing Strategy
Launch (Early Adopters):
Monthly: $3/mo (locked in forever)
Annual: $30/yr (2 months free)
Regular (After Launch):
Monthly: $5/mo
Annual: $50/yr (2 months free)
Grandfathering
Handled by the billing provider (TODO: Stripe):
Create products at launch price
After launch period, update prices in the provider dashboard
Existing subscribers keep original price forever
Pro Features
Notification History
Store notification events in notification_history table
POST /webhooks - Check webhook count vs tier limit
AI analysis in workflow - Check monthly AI summary usage
Billing Provider (TODO: Stripe)
Polar has been removed. The subscription/tier UI and useUserTier hook remain
in place but inert — every user is treated as free until a provider is wired
in. Checkout/portal CTAs are commented out with TODO(stripe) markers in:
subscription-section.tsx, pricing-cards.tsx, marketing-pricing.tsx,
upgrade-prompt.tsx, and use-user-tier.ts.
When integrating Stripe, the provider should supply:
Two products: monthly + annual, with launch prices (see Pricing Strategy).