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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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).