Subscription Tiers
OpenSight offers three pricing tiers designed to scale with your brand monitoring needs. All plans include access to real-time AI visibility tracking and competitor analysis.Free
$0/monthPerfect for getting started
- 25 prompts
- 1 brand
- 2 competitors
- ChatGPT only
- 5 content scores/day
- Weekly email alerts
Starter
$49/monthFor growing brands
- 100 prompts
- 3 brands
- 5 competitors
- All AI engines
- 25 content scores/day
- Daily + instant alerts
Growth
$149/monthFor established companies
- 250 prompts
- 10 brands
- 5 competitors
- All AI engines
- 100 content scores/day
- Webhooks included
Feature Comparison
| Feature | Free | Starter | Growth |
|---|---|---|---|
| Prompts | 25 | 100 | 250 |
| Brands | 1 | 3 | 10 |
| Competitors per brand | 2 | 5 | 5 |
| Content scores per day | 5 | 25 | 100 |
| API requests per day | 100 | 1,000 | 10,000 |
| API keys | 2 | 5 | 20 |
| AI Engines | ChatGPT | All (ChatGPT, Perplexity, Google AIO) | All (ChatGPT, Perplexity, Google AIO) |
| Email alerts | Weekly | Daily + instant | Daily + instant + webhooks |
| Webhooks | ❌ | ❌ | ✅ |
Plan limits are defined in
packages/shared/src/constants.ts:32 and enforced across all API endpoints.AI Engine Access
Different plans provide access to different AI visibility engines:- ChatGPT: Available on all plans
- Perplexity: Starter and Growth plans
- Google AI Overviews: Starter and Growth plans
API Rate Limits
API rate limits vary by plan tier:packages/shared/src/constants.ts
Stripe Integration
OpenSight uses Stripe for subscription management. Each plan tier maps to a Stripe Price ID:- Free: No payment required
- Starter:
STRIPE_STARTER_PRICE_ID($49/month) - Growth:
STRIPE_GROWTH_PRICE_ID($149/month)
Stripe Price IDs are configured via environment variables in
.env.example:16-17Upgrading Plans
Users can upgrade their plan at any time through:- Dashboard UI: Navigate to Settings > Billing
- API: Use the subscription management endpoints
- Stripe Customer Portal: Direct link from user settings
Content Scoring Limits
Content scoring is rate-limited per plan:- Free: 5 scores per day
- Starter: 25 scores per day
- Growth: 100 scores per day
Notification Preferences
Alert delivery options vary by plan:| Plan | Email Frequency | Instant Alerts | Webhooks |
|---|---|---|---|
| Free | Weekly digest | ❌ | ❌ |
| Starter | Daily digest | ✅ | ❌ |
| Growth | Daily digest | ✅ | ✅ |
Webhook notifications are only available on the Growth plan. See Integrations for webhook setup.
Related Resources
Admin Panel
Manage users and view subscription analytics
Integrations
Configure payment, OAuth, and notification integrations