Openstatus www.openstatus.dev

💸 new pricing (#565)

authored by

Thibault Le Ouay and committed by
GitHub
b92a539d 384236ee

+14 -14
+2 -2
packages/api/src/router/stripe/utils.ts
··· 31 31 monthly: { 32 32 priceIds: { 33 33 test: "price_1OVHQDBXJcTfzsyJjfiXl10Y", 34 - production: "price_1Nec6SBXJcTfzsyJsfDFiBIB", 34 + production: "price_1OWM4TBXJcTfzsyJBdu71AhE", 35 35 }, 36 36 }, 37 37 }, ··· 42 42 monthly: { 43 43 priceIds: { 44 44 test: "price_1OVHPlBXJcTfzsyJvPlB1kNb", 45 - production: "price_1OUvGWBXJcTfzsyJGeCDDAJV", 45 + production: "price_1OWM5kBXJcTfzsyJ6Z2bUWcQ", 46 46 }, 47 47 }, 48 48 },
+12 -12
packages/plans/src/config.ts
··· 35 35 starter: { 36 36 title: "Starter", 37 37 description: "For small projects", 38 - price: 9, 38 + price: 29, 39 39 limits: { 40 - monitors: 10, 40 + monitors: 30, 41 41 periodicity: ["1m", "5m", "10m", "30m", "1h"], 42 42 "multi-region": true, 43 43 "data-retention": "3 months", ··· 46 46 "custom-domain": true, 47 47 "white-label": false, 48 48 notifications: true, 49 - sms: false, 50 - "notification-channels": 3, 49 + sms: true, 50 + "notification-channels": 10, 51 51 members: "Unlimited", 52 52 "audit-log": false, 53 53 }, ··· 55 55 team: { 56 56 title: "Team", 57 57 description: "For small teams", 58 - price: 29, 58 + price: 79, 59 59 limits: { 60 - monitors: 20, 61 - periodicity: ["1m", "5m", "10m", "30m", "1h"], 60 + monitors: 100, 61 + periodicity: ["30s", "1m", "5m", "10m", "30m", "1h"], 62 62 "multi-region": true, 63 63 "data-retention": "12 months", 64 64 "status-pages": 5, ··· 67 67 "white-label": false, 68 68 notifications: true, 69 69 sms: true, 70 - "notification-channels": 10, 70 + "notification-channels": 20, 71 71 members: "Unlimited", 72 72 "audit-log": true, 73 73 }, ··· 75 75 pro: { 76 76 title: "Pro", 77 77 description: "For bigger teams", 78 - price: 99, 78 + price: 149, 79 79 limits: { 80 - monitors: 100, 80 + monitors: 500, 81 81 periodicity: ["30s", "1m", "5m", "10m", "30m", "1h"], 82 82 "multi-region": true, 83 83 "data-retention": "24 months", 84 - "status-pages": 10, 84 + "status-pages": 20, 85 85 "status-subscribers": true, 86 86 "custom-domain": true, 87 87 "white-label": true, 88 88 notifications: true, 89 89 sms: true, 90 - "notification-channels": 20, 90 + "notification-channels": 50, 91 91 members: "Unlimited", 92 92 "audit-log": true, 93 93 },