auxiliar-mcp 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,92 @@
1
+ # auxiliar-mcp
2
+
3
+ MCP server that keeps your AI agent's infrastructure knowledge current.
4
+
5
+ Your agent still thinks SendGrid has a free tier. It doesn't (removed March 2025). It recommends Auth.js — which is in maintenance mode. It quotes Neon at $19/month — pricing is now usage-based from $0.
6
+
7
+ **auxiliar-mcp** gives your agent current, Chrome-verified data about 29 cloud services across 6 categories.
8
+
9
+ ## Install
10
+
11
+ ```bash
12
+ # Claude Code
13
+ claude mcp add auxiliar -- npx auxiliar-mcp
14
+
15
+ # Or run directly
16
+ npx auxiliar-mcp
17
+ ```
18
+
19
+ ## Tools
20
+
21
+ | Tool | What it does |
22
+ |------|-------------|
23
+ | `recommend_service` | Picks the best service based on your constraints (framework, budget, region, GDPR, edge, lock-in) |
24
+ | `get_pricing` | Chrome-verified pricing — including JS-rendered pages agents can't read via WebFetch |
25
+ | `get_risks` | Risk flags, gotchas, and recent breaking changes |
26
+ | `check_compatibility` | Warns about known conflicts between services (e.g., Turso + Prisma needs adapter) |
27
+ | `setup_service` | CLI commands, signup URLs, env vars, estimated setup time |
28
+
29
+ ## Example
30
+
31
+ ```
32
+ Agent: "I need a database for my Next.js app. Budget is free, deployed to Cloudflare Workers."
33
+
34
+ → recommend_service(need="database", framework="nextjs", constraints="edge, zero cold starts")
35
+
36
+ Returns:
37
+ {
38
+ "provider": "turso",
39
+ "reason": "Edge-native SQLite with zero cold starts and embedded replicas",
40
+ "pricing": { "free_tier": "5 GB storage, 100 databases" },
41
+ "risks": ["Not PostgreSQL — limited ORM support"],
42
+ "migration_difficulty": "high",
43
+ "key_features": ["SQLite/libSQL", "embedded replicas", "zero cold starts"],
44
+ "mcp_available": false,
45
+ "cli_available": true,
46
+ "cli_install": "brew install tursodatabase/tap/turso",
47
+ "alternatives": [
48
+ { "provider": "neon", "trade_off": "Has cold starts on free tier" }
49
+ ]
50
+ }
51
+ ```
52
+
53
+ ## Services Covered
54
+
55
+ **Database:** Neon, Supabase, Turso, PlanetScale, Render Postgres, AWS RDS, Railway Postgres
56
+ **Email:** Resend, Postmark, SendGrid, AWS SES, Mailgun
57
+ **Auth:** Better Auth, Clerk, Auth0, Firebase Auth, Supabase Auth, Auth.js
58
+ **Payments:** Stripe, Lemon Squeezy, Paddle, RevenueCat
59
+ **Deploy:** Vercel, Railway, Render, Fly.io
60
+ **Search:** Algolia, Typesense, Meilisearch, PostgreSQL FTS
61
+
62
+ ## Data Quality
63
+
64
+ - Pricing verified by browsing actual service websites (Chrome DevTools, not WebFetch)
65
+ - Updated March 2026
66
+ - Tested with 23 agent runs across 5 iterations
67
+ - Scores 7-8/10 on recommendation accuracy
68
+
69
+ ## Constraints You Can Use
70
+
71
+ | Constraint | Example |
72
+ |-----------|---------|
73
+ | Framework | `framework: "nextjs"`, `"sveltekit"`, `"fastapi"`, `"express"` |
74
+ | Budget | `budget: "free"`, `"cheap"`, `"enterprise"` |
75
+ | Region | `region: "eu"` |
76
+ | GDPR | `constraints: "GDPR"` |
77
+ | Edge | `constraints: "edge, zero cold starts, cloudflare workers"` |
78
+ | Lock-in | `constraints: "no vendor lock-in, portable"` |
79
+ | Features | `constraints: "branching, webhooks, inbound email"` |
80
+
81
+ ## Privacy
82
+
83
+ The MCP server pings `auxiliar.ai/api/` on each tool call for analytics. Only query parameters are sent (e.g., `?need=database&framework=nextjs`). No personal data, no API keys, no project info. Works offline with bundled data if the ping fails.
84
+
85
+ ## Links
86
+
87
+ - [auxiliar.ai](https://auxiliar.ai) — comparison site with full service entries
88
+ - [GitHub](https://github.com/Tlalvarez/Auxiliar-ai)
89
+
90
+ ## License
91
+
92
+ MIT
@@ -0,0 +1 @@
1
+ export declare const pricing: Record<string, any>;
@@ -0,0 +1,535 @@
1
+ export const pricing = {
2
+ "resend": {
3
+ provider: "Resend",
4
+ pricing_model: "tiered",
5
+ tiers: [
6
+ { name: "Free", price: "$0", includes: "3,000 emails/month", catches: "100 emails/day cap; 1 domain" },
7
+ { name: "Pro", price: "$20/month", includes: "50,000 emails/month", catches: "Overage: $0.90/1,000; 10 domains; no daily limit" },
8
+ { name: "Scale", price: "$90/month", includes: "100,000 emails/month", catches: "Overage: $0.90/1,000; 1,000 domains; Slack support" },
9
+ { name: "Enterprise", price: "Custom", includes: "Dedicated IP; SLA", catches: "Contact sales" },
10
+ ],
11
+ hidden_costs: [
12
+ "Free tier 100/day cap blocks staging and testing workflows",
13
+ "Domain verification can take up to 48 hours",
14
+ "React Email templates require JSX compilation step",
15
+ "Dedicated IP add-on: $30/month (Scale plan only, requires 500+ emails/day)",
16
+ "Overage on Pro/Scale: $0.90 per 1,000 extra emails",
17
+ ],
18
+ verified_date: "2026-03-27",
19
+ source: "Chrome-verified from resend.com/pricing",
20
+ },
21
+ "postmark": {
22
+ provider: "Postmark",
23
+ pricing_model: "tiered",
24
+ tiers: [
25
+ { name: "Free", price: "$0", includes: "100 emails/month", catches: "No overages; testing only" },
26
+ { name: "Basic", price: "$15/month (at 10K)", includes: "10,000 emails/month", catches: "Overage: $1.80/1K; 5 domains; 45-day retention; 4 users" },
27
+ { name: "Pro", price: "$16.50/month (at 10K)", includes: "10,000 emails/month", catches: "Overage: $1.30/1K; 10 domains; customizable retention; inbound email; 6 users" },
28
+ { name: "Platform", price: "$18/month (at 10K)", includes: "10,000 emails/month", catches: "Overage: $1.20/1K; unlimited domains; unlimited users; all features" },
29
+ ],
30
+ hidden_costs: [
31
+ "Dedicated IPs: $50/month per IP (requires Pro plan + 300K emails/month minimum)",
32
+ "Custom data retention add-on: from $5/month (Pro+ only, default is 45 days)",
33
+ "DMARC monitoring: $14/month per domain",
34
+ "Overage rates vary by plan: Basic $1.80/1K, Pro $1.30/1K, Platform $1.20/1K",
35
+ ],
36
+ verified_date: "2026-03-27",
37
+ source: "Chrome-verified from postmarkapp.com/pricing",
38
+ },
39
+ "sendgrid": {
40
+ provider: "SendGrid",
41
+ pricing_model: "tiered",
42
+ tiers: [
43
+ { name: "Trial", price: "$0 for 60 days", includes: "100 emails/day for 60 days only", catches: "Trial expires — must pay $19.95/month after" },
44
+ { name: "Essentials", price: "$19.95/month", includes: "50,000 emails/month", catches: "No dedicated IP" },
45
+ { name: "Pro", price: "$89.95/month", includes: "100,000 emails/month", catches: "Includes 1 dedicated IP" },
46
+ { name: "Premier", price: "Custom", includes: "Enterprise volume", catches: "Dedicated IPs; SLA; priority support" },
47
+ ],
48
+ hidden_costs: [
49
+ "Dedicated IP: $25/month extra on lower tiers",
50
+ "Email validation (VDM): $0.07 per 1,000 emails",
51
+ "Additional IPs for high volume: $25/month each",
52
+ "Legacy pricing plans often cheaper than new plans — don't upgrade blindly",
53
+ ],
54
+ verified_date: "2026-03-27",
55
+ source: "Chrome-verified from sendgrid.com/pricing",
56
+ },
57
+ "mailgun": {
58
+ provider: "Mailgun",
59
+ pricing_model: "tiered",
60
+ tiers: [
61
+ { name: "Trial", price: "$0", includes: "100 emails/day for 30 days", catches: "Trial only; not a permanent free tier" },
62
+ { name: "Foundation", price: "$35/month", includes: "50,000 emails/month", catches: "5 days log retention" },
63
+ { name: "Scale", price: "$90/month", includes: "100,000 emails/month", catches: "30 days log retention; dedicated IP" },
64
+ { name: "Custom", price: "Custom", includes: "Enterprise volume", catches: "SLA; priority support; custom retention" },
65
+ ],
66
+ hidden_costs: [
67
+ "No permanent free tier — removed in 2023 (was 5,000/month)",
68
+ "Email validation: $1.00 per 100 validations on Foundation tier",
69
+ "Dedicated IP only included on Scale tier ($90/month+)",
70
+ "Log retention: only 5 days on Foundation (need Scale for 30 days)",
71
+ "Overage charges: $0.80 per 1,000 emails above plan limit",
72
+ ],
73
+ verified_date: "2026-03-27",
74
+ source: "Chrome-verified from mailgun.com/pricing",
75
+ },
76
+ "aws-ses": {
77
+ provider: "AWS SES",
78
+ pricing_model: "pay-per-use",
79
+ tiers: [
80
+ { name: "Free (from EC2)", price: "$0", includes: "62,000 emails/month", catches: "Must send from EC2 instance; 1,000 received emails free" },
81
+ { name: "Standard", price: "$0.10/1,000 emails", includes: "Pay as you go", catches: "No minimum; no commitment" },
82
+ { name: "Dedicated IP", price: "$24.95/month per IP", includes: "Dedicated sending IP", catches: "Recommended for 100K+ emails/month" },
83
+ ],
84
+ hidden_costs: [
85
+ "Dedicated IPs: $24.95/month each — need 2+ for redundancy at scale",
86
+ "Virtual Deliverability Manager (VDM): $0.07 per 1,000 emails for monitoring",
87
+ "Receiving emails: $0.10 per 1,000 after free tier",
88
+ "Data transfer out: $0.09/GB after 1GB free",
89
+ "Lambda functions for processing bounces/complaints add compute costs",
90
+ "SNS notifications for webhooks: minimal but nonzero",
91
+ "CloudWatch for monitoring: adds up with high-volume alerting",
92
+ ],
93
+ verified_date: "2026-03-27",
94
+ source: "Chrome-verified from aws.amazon.com/ses/pricing",
95
+ },
96
+ "clerk": {
97
+ provider: "Clerk",
98
+ pricing_model: "per-user",
99
+ tiers: [
100
+ { name: "Hobby (Free)", price: "$0", includes: "50,000 MRU (Monthly Retained Users), unlimited apps", catches: "3 social connections; 3 dashboard seats; Clerk branding; no MFA" },
101
+ { name: "Pro", price: "$25/month ($20/mo annual)", includes: "50,000 MRU included, then $0.02/MRU", catches: "Unlimited social connections; MFA; passkeys; remove branding" },
102
+ { name: "Business", price: "$300/month ($250/mo annual)", includes: "50,000 MRU included, same per-MRU rates", catches: "SOC 2 report; priority support; 10 dashboard seats; audit logs" },
103
+ { name: "Enterprise", price: "Custom (annual only)", includes: "Volume discounts; 99.99% SLA", catches: "HIPAA with BAA; dedicated Slack; migration support" },
104
+ ],
105
+ hidden_costs: [
106
+ "MRU metric is different from MAU — a user is 'retained' when they return 24+ hours after signup",
107
+ "Volume discounts exist: $0.02/MRU → $0.018 (100K+) → $0.015 (1M+) → $0.012 (10M+)",
108
+ "Enterprise connections (SAML/SSO): $75/month each beyond 1 included on Pro",
109
+ "SMS auth: $0.01/SMS (US/Canada), market rate internationally",
110
+ "Satellite domains: $10/month each",
111
+ "Clerk Billing add-on: 0.7% of billing volume (on top of Stripe's 2.9%+$0.30)",
112
+ "SOC 2 report access requires Business tier ($250/month minimum)",
113
+ ],
114
+ verified_date: "2026-03-27",
115
+ source: "Chrome-verified from clerk.com/pricing",
116
+ },
117
+ "auth0": {
118
+ provider: "Auth0",
119
+ pricing_model: "per-user",
120
+ tiers: [
121
+ { name: "Free", price: "$0", includes: "25,000 MAU", catches: "2 social connections; no custom domains" },
122
+ { name: "Essentials", price: "$35/month", includes: "Starts at 500 MAU", catches: "Custom domains; MFA; limited social connections" },
123
+ { name: "Professional", price: "$240/month", includes: "Starts at 1,000 MAU", catches: "Unlimited social connections; roles" },
124
+ { name: "Enterprise", price: "Custom", includes: "Unlimited", catches: "SAML; LDAP; SLA; dedicated support" },
125
+ ],
126
+ hidden_costs: [
127
+ "Free tier is generous (25K MAU) but jumps to $35+/month for any paid feature",
128
+ "Professional tier starts at $240/month — steep for small teams needing roles/permissions",
129
+ "Enterprise SSO (SAML) only on Enterprise tier — price negotiated per deal",
130
+ "Custom domains not available on Free tier",
131
+ "Additional attack protection features are add-ons",
132
+ ],
133
+ verified_date: "2026-03-27",
134
+ source: "Chrome-verified from auth0.com/pricing",
135
+ },
136
+ "firebase-auth": {
137
+ provider: "Firebase Auth",
138
+ pricing_model: "per-user",
139
+ tiers: [
140
+ { name: "Spark (Free)", price: "$0", includes: "50,000 MAU (email, social, anonymous)", catches: "Phone auth: 10K verifications/month free" },
141
+ { name: "Blaze (Pay as you go)", price: "$0.0055/MAU beyond 50K", includes: "Unlimited MAU", catches: "Phone auth: $0.01-0.06/verification beyond free tier" },
142
+ { name: "Identity Platform (upgrade)", price: "$0.0055/MAU", includes: "Multi-tenancy; blocking functions; SAML/OIDC", catches: "Enterprise features; SLA" },
143
+ ],
144
+ hidden_costs: [
145
+ "Phone/SMS auth: $0.01-0.06 per verification beyond 10K/month free",
146
+ "Identity Platform upgrade needed for SAML, multi-tenancy, blocking functions",
147
+ "Cloud Functions for custom auth logic add compute costs",
148
+ "Firestore/RTDB costs if using Firebase's database for user profiles",
149
+ ],
150
+ verified_date: "2026-03-27",
151
+ source: "Chrome-verified from firebase.google.com/pricing",
152
+ },
153
+ "supabase-auth": {
154
+ provider: "Supabase Auth",
155
+ pricing_model: "per-user",
156
+ tiers: [
157
+ { name: "Free", price: "$0", includes: "50,000 MAU", catches: "2 projects; community support; pauses after 1 week inactivity" },
158
+ { name: "Pro", price: "$25/month (platform)", includes: "100,000 MAU", catches: "$0.00325 per MAU beyond 100K; spend cap ON by default" },
159
+ { name: "Team", price: "$599/month (platform)", includes: "100,000 MAU", catches: "Priority support; SOC 2; SSO; HIPAA as paid add-on" },
160
+ ],
161
+ hidden_costs: [
162
+ "Auth is bundled with Supabase — you're paying for database + auth + storage together",
163
+ "MAU overage: $0.00325 per MAU beyond 100K on Pro (still 6x cheaper than Clerk at $0.02/MRU)",
164
+ "Phone/SMS auth uses Twilio under the hood — costs passed through",
165
+ "Advanced MFA (Phone): $75/month first project, $10/month additional",
166
+ "SAML SSO: 50 MAU included on Pro ($0.015/MAU overage), full SSO on Team ($599/month)",
167
+ ],
168
+ verified_date: "2026-03-27",
169
+ source: "Chrome-verified from supabase.com/pricing",
170
+ },
171
+ "authjs": {
172
+ provider: "Auth.js",
173
+ pricing_model: "free",
174
+ tiers: [
175
+ { name: "Open Source", price: "$0", includes: "Unlimited users, all features", catches: "Self-hosted; you manage infrastructure" },
176
+ ],
177
+ hidden_costs: [
178
+ "Free software, but your time building UI, session management, and security hardening is the real cost",
179
+ "Database hosting for session/user storage (your responsibility)",
180
+ "Email service for magic links / verification (your responsibility)",
181
+ ],
182
+ verified_date: "2026-03-27",
183
+ source: "Chrome-verified from authjs.dev",
184
+ },
185
+ "better-auth": {
186
+ provider: "Better Auth",
187
+ pricing_model: "free",
188
+ tiers: [
189
+ { name: "Open Source", price: "$0", includes: "Unlimited users, all features, 50+ plugins", catches: "Self-hosted; you manage infrastructure" },
190
+ ],
191
+ hidden_costs: [
192
+ "Free software, but your time building UI and security hardening is the real cost",
193
+ "Database hosting for user/session storage (your responsibility)",
194
+ "Email service for magic links / verification (your responsibility)",
195
+ ],
196
+ verified_date: "2026-03-27",
197
+ source: "Chrome-verified from better-auth.com",
198
+ },
199
+ "supabase": {
200
+ provider: "Supabase",
201
+ pricing_model: "tiered",
202
+ tiers: [
203
+ { name: "Free", price: "$0", includes: "500 MB database, 50K MAU auth, 1 GB file storage, 5 GB egress", catches: "Pauses after 1 week inactivity; limit 2 active projects" },
204
+ { name: "Pro", price: "$25/month", includes: "8 GB disk, 100K MAU auth, 100 GB file storage, 250 GB egress", catches: "Spend cap ON by default; $0.125/GB disk overage; $0.00325/MAU overage" },
205
+ { name: "Team", price: "$599/month", includes: "Same as Pro + SOC 2, SSO, priority support", catches: "14-day backup retention; HIPAA as paid add-on" },
206
+ { name: "Enterprise", price: "Custom", includes: "BYO cloud, uptime SLAs, dedicated support", catches: "Negotiated" },
207
+ ],
208
+ hidden_costs: [
209
+ "Compute is billed separately: Micro $10/mo (included as credit on paid plans), up to 16XL at $3,730/mo",
210
+ "Auth MAU overage: $0.00325 per MAU beyond 100K on Pro",
211
+ "Disk storage overage: $0.125 per GB beyond 8 GB on Pro",
212
+ "Egress overage: $0.09 per GB beyond 250 GB on Pro",
213
+ "SAML SSO: 50 MAU included on Pro, then $0.015/MAU",
214
+ "Point-in-Time Recovery: $100/month add-on",
215
+ "Advanced MFA (Phone): $75/month first project, $10/month additional",
216
+ "Custom domain: $10/month per project",
217
+ ],
218
+ verified_date: "2026-03-27",
219
+ source: "Chrome-verified from supabase.com/pricing",
220
+ },
221
+ "neon": {
222
+ provider: "Neon",
223
+ pricing_model: "usage-based",
224
+ tiers: [
225
+ { name: "Free", price: "$0", includes: "100 projects, 100 CU-hrs/mo per project, 0.5 GB storage per project", catches: "Scales to zero after 5 min; up to 2 CU (8 GB RAM)" },
226
+ { name: "Launch (usage-based)", price: "~$15/mo typical", includes: "$0.106/CU-hr + $0.35/GB-month storage", catches: "Up to 16 CU (64 GB RAM); scale-to-zero can be disabled" },
227
+ { name: "Scale (usage-based)", price: "~$701/mo typical (high load)", includes: "$0.222/CU-hr + $0.35/GB-month storage", catches: "Up to 56 CU (224 GB RAM); SOC 2, HIPAA, private networking" },
228
+ ],
229
+ hidden_costs: [
230
+ "Launch pricing is usage-based, NOT a fixed $19/month — actual cost depends on compute hours and storage",
231
+ "Scale tier CU-hr rate ($0.222) is 2x the Launch rate ($0.106)",
232
+ "History/restore storage billed separately at $0.20/GB-month",
233
+ "Extra branches beyond plan limit: $1.50/branch-month",
234
+ ],
235
+ verified_date: "2026-03-27",
236
+ source: "Chrome-verified from neon.tech/pricing",
237
+ },
238
+ "planetscale": {
239
+ provider: "PlanetScale",
240
+ pricing_model: "tiered",
241
+ tiers: [
242
+ { name: "Scaler", price: "$39/month", includes: "10 GB storage; 1 billion row reads", catches: "1 production branch; 2 development branches" },
243
+ { name: "Scaler Pro", price: "$99/month", includes: "10 GB storage; 3x more throughput", catches: "Horizontal sharding available" },
244
+ { name: "Enterprise", price: "Custom", includes: "Dedicated resources", catches: "SLA; dedicated support; multi-region" },
245
+ ],
246
+ hidden_costs: [
247
+ "Free tier removed in April 2024 — forced migrations caused community backlash",
248
+ "Row reads metered: overages at $1.50 per additional billion",
249
+ "Storage beyond plan: $2.50/GB/month",
250
+ "Branching is included, but branches consume storage quotas",
251
+ ],
252
+ verified_date: "2026-03-27",
253
+ source: "Chrome-verified from planetscale.com/pricing",
254
+ },
255
+ "turso": {
256
+ provider: "Turso",
257
+ pricing_model: "tiered",
258
+ tiers: [
259
+ { name: "Free", price: "$0", includes: "100 databases, 100 active DBs/month, 5 GB storage", catches: "No credit card required" },
260
+ { name: "Developer", price: "$4.99/month", includes: "Unlimited DBs, 500 active DBs/month, 9 GB storage", catches: "Overage: $0.20/active DB, $0.75/GB storage" },
261
+ { name: "Scaler", price: "$24.92/month (annual)", includes: "2,500 active DBs/month, storage + $0.50/GB", catches: "Row reads $1/billion, writes $1/million" },
262
+ { name: "Pro", price: "$416.58/month (annual)", includes: "10,000 active DBs/month", catches: "Best per-unit rates; enterprise features" },
263
+ ],
264
+ hidden_costs: [
265
+ "Row writes: $1 per million (Free), $0.80/M (Scaler), $0.75/M (Pro)",
266
+ "Row reads: $1 per billion (Free), $0.80/B (Scaler), $0.75/B (Pro)",
267
+ "Storage overage: $0.75/GB (Developer) down to $0.45/GB (Pro)",
268
+ "Active database overage: $0.20/DB (Developer) down to $0.025/DB (Pro)",
269
+ ],
270
+ verified_date: "2026-03-28",
271
+ source: "Chrome-verified from turso.tech/pricing",
272
+ },
273
+ "aws-rds": {
274
+ provider: "AWS RDS",
275
+ pricing_model: "provisioned",
276
+ tiers: [
277
+ { name: "Free Tier", price: "$0", includes: "750 hours/month db.t3.micro; 20 GB storage", catches: "12 months only; single-AZ; no read replicas" },
278
+ { name: "db.t3.micro", price: "~$13/month", includes: "1 vCPU; 1 GB RAM", catches: "Burstable; single-AZ" },
279
+ { name: "db.t3.medium", price: "~$50/month", includes: "2 vCPU; 4 GB RAM", catches: "Burstable; single-AZ" },
280
+ { name: "db.r6g.large", price: "~$175/month", includes: "2 vCPU; 16 GB RAM", catches: "Memory-optimized; production workloads" },
281
+ ],
282
+ hidden_costs: [
283
+ "Multi-AZ deployment doubles the instance cost",
284
+ "Storage: $0.115/GB/month for gp3 SSD",
285
+ "Data transfer out: $0.09/GB after 1 GB free",
286
+ "Automated backups: free for retention up to 7 days; $0.095/GB/month beyond",
287
+ "RDS Proxy (connection pooling): $0.015/vCPU/hour per proxy",
288
+ "Performance Insights (extended): $0+ for 7 days free, then per-vCPU pricing",
289
+ "Read replicas: same instance cost as primary",
290
+ "Reserved instances save 30-60% but require 1-3 year commitment",
291
+ ],
292
+ verified_date: "2026-03-27",
293
+ source: "Chrome-verified from aws.amazon.com/rds/pricing",
294
+ },
295
+ "railway": {
296
+ provider: "Railway",
297
+ pricing_model: "usage-based",
298
+ tiers: [
299
+ { name: "Free", price: "$0 for 30 days, then $1/month", includes: "$5 credit during 30-day trial", catches: "30-day trial; becomes $1/month after" },
300
+ { name: "Hobby", price: "$5/month minimum usage", includes: "$5 credits included", catches: "8 GB RAM; 100 GB disk" },
301
+ { name: "Pro", price: "$20/month minimum usage", includes: "$20 credits included", catches: "32 GB RAM; 500 GB disk; team features" },
302
+ ],
303
+ hidden_costs: [
304
+ "No permanent free tier — trial is 30 days only",
305
+ "Compute: $0.000231/min per vCPU (~$10/month for always-on 1 vCPU)",
306
+ "Memory: $0.000231/min per GB",
307
+ "Egress: $0.10/GB",
308
+ ],
309
+ verified_date: "2026-03-28",
310
+ source: "Chrome-verified from railway.com/pricing",
311
+ },
312
+ "railway-postgres": {
313
+ provider: "Railway Postgres",
314
+ pricing_model: "usage-based",
315
+ tiers: [
316
+ { name: "Trial", price: "$0 for 30 days, then $1/month", includes: "$5 credit during 30-day trial", catches: "30-day trial; becomes $1/month after" },
317
+ { name: "Hobby", price: "$5/month + usage", includes: "Basic PostgreSQL container", catches: "8 GB RAM; 100 GB disk; no HA" },
318
+ { name: "Pro", price: "$20/month + usage", includes: "Higher limits, team features", catches: "32 GB RAM; 500 GB disk" },
319
+ ],
320
+ hidden_costs: [
321
+ "No permanent free tier — trial is 30 days, then $1/month",
322
+ "Usage-based compute: $0.000231/min per vCPU",
323
+ "Storage: $0.00000006/GB/sec (~$0.16/GB/month)",
324
+ "Egress: $0.10/GB",
325
+ ],
326
+ verified_date: "2026-03-27",
327
+ source: "Chrome-verified from railway.com/pricing",
328
+ },
329
+ "render": {
330
+ provider: "Render",
331
+ pricing_model: "tiered",
332
+ tiers: [
333
+ { name: "Hobby", price: "$0/user/mo + compute", includes: "Static sites; web services (sleep after 15 min)", catches: "750 hours/month; sleeps on inactivity" },
334
+ { name: "Professional", price: "$19/user/mo + compute", includes: "Always-on services; autoscaling available", catches: "500 GB bandwidth included" },
335
+ { name: "Organization", price: "$29/user/mo + compute", includes: "Team features; priority builds", catches: "500 GB bandwidth included" },
336
+ { name: "Enterprise", price: "Custom", includes: "Dedicated infrastructure; SLA", catches: "Contact sales" },
337
+ ],
338
+ hidden_costs: [
339
+ "Workspace pricing is PER USER ($19-29/mo) on top of compute costs",
340
+ "500 GB bandwidth included on Professional+",
341
+ "Free compute sleeps after inactivity",
342
+ ],
343
+ verified_date: "2026-03-28",
344
+ source: "Chrome-verified from render.com/pricing",
345
+ },
346
+ "render-postgres": {
347
+ provider: "Render Postgres",
348
+ pricing_model: "tiered",
349
+ tiers: [
350
+ { name: "Free", price: "$0", includes: "256 MB storage", catches: "DELETED after 30 days; no backups" },
351
+ { name: "Starter", price: "$6/month", includes: "1 GB storage; 1 GB RAM", catches: "Daily backups; no high availability" },
352
+ { name: "Standard", price: "$20/month", includes: "16 GB storage; 2 GB RAM", catches: "Daily backups; no high availability" },
353
+ { name: "Pro", price: "$95/month", includes: "64 GB storage; 4 GB RAM", catches: "Point-in-time recovery; read replicas available" },
354
+ ],
355
+ hidden_costs: [
356
+ "Free tier databases auto-deleted at 30 days — data loss if you don't upgrade",
357
+ "Storage expansion: $0.30/GB",
358
+ "High availability (multi-AZ) only on Pro+ tiers",
359
+ "Read replicas available but cost extra",
360
+ "No connection pooling on lower tiers",
361
+ ],
362
+ verified_date: "2026-03-27",
363
+ source: "Chrome-verified from render.com/pricing",
364
+ },
365
+ "vercel": {
366
+ provider: "Vercel",
367
+ pricing_model: "per-seat",
368
+ tiers: [
369
+ { name: "Hobby", price: "$0", includes: "Personal projects, 100 GB bandwidth", catches: "Non-commercial use only; 1 seat; build queue" },
370
+ { name: "Pro", price: "$20/month per seat", includes: "$20 included usage credit, team collaboration, faster builds", catches: "Bandwidth overage: $0.15/GB; function compute extra" },
371
+ { name: "Enterprise", price: "Custom", includes: "Guest & team access controls, SLAs, custom limits", catches: "Negotiated" },
372
+ ],
373
+ hidden_costs: [
374
+ "Pro is $20/month PER SEAT — each team member costs $20/month (viewer seats are free)",
375
+ "Bandwidth overage: starting at $0.15/GB beyond included",
376
+ "Serverless functions: starting at $0.128/hour (Fluid compute)",
377
+ "Edge functions: starting at $0.60 per 1M invocations",
378
+ "Blob storage: $0.023/GB",
379
+ "KV storage: $0.40 per 1M reads",
380
+ "Web Analytics: $1 per 1,000 Deep Analysis checks",
381
+ "Firewall: starting at $0.50 per 1M allowed requests",
382
+ ],
383
+ verified_date: "2026-03-28",
384
+ source: "Chrome-verified from vercel.com/pricing",
385
+ },
386
+ "fly": {
387
+ provider: "Fly.io",
388
+ pricing_model: "pay-per-use",
389
+ tiers: [
390
+ { name: "Free", price: "$0", includes: "3 shared-cpu-1x VMs; 160 GB bandwidth", catches: "VMs may be suspended on inactivity" },
391
+ { name: "Pay as you go", price: "$1.94/month per shared-cpu-1x", includes: "256 MB RAM per VM", catches: "Per-second billing" },
392
+ { name: "Scale", price: "Custom", includes: "Dedicated VMs; GPU support", catches: "Volume discounts" },
393
+ ],
394
+ hidden_costs: [
395
+ "Persistent storage: $0.15/GB/month",
396
+ "Dedicated IPv4 address: $2/month per IP",
397
+ "Outbound data: $0.02/GB beyond free allowance",
398
+ "Postgres is self-managed — not a managed database service",
399
+ ],
400
+ verified_date: "2026-03-28",
401
+ source: "Chrome-verified from fly.io/pricing",
402
+ },
403
+ "stripe": {
404
+ provider: "Stripe",
405
+ pricing_model: "percentage",
406
+ tiers: [
407
+ { name: "Standard", price: "2.9% + 30¢ per successful domestic card transaction", includes: "All payment methods, fraud prevention, checkout tools, 24/7 support", catches: "+0.5% manually entered cards; +1.5% international cards; +1% currency conversion" },
408
+ { name: "Billing (subscriptions)", price: "0.7% of billing volume", includes: "Recurring billing, usage-based billing, invoicing", catches: "Annual subscription starts at $620/month" },
409
+ { name: "Tax", price: "0.5% per transaction", includes: "Automatic sales tax, VAT, GST calculation and collection", catches: "Per-transaction fee on top of payment processing" },
410
+ { name: "Custom/Enterprise", price: "IC+ pricing negotiated", includes: "Volume discounts, multi-product discounts, country-specific rates", catches: "Contact sales" },
411
+ ],
412
+ hidden_costs: [
413
+ "International cards: +1.5% surcharge on top of 2.9%",
414
+ "Currency conversion: +1% if conversion needed",
415
+ "Manually entered cards: +0.5%",
416
+ "Radar fraud prevention: included free for basic ML; Radar for Fraud Teams $0.07/transaction",
417
+ "Dispute fee: $15 per chargeback",
418
+ "Stripe Billing (subscriptions): 0.7% of billing volume OR $620/month annual plan",
419
+ "Stripe Tax: 0.5% per transaction",
420
+ "Connect (marketplace): 0.25% + $0.25 per active account/month",
421
+ "Stablecoin payments: 1.5%",
422
+ ],
423
+ verified_date: "2026-03-27",
424
+ source: "Chrome-verified from stripe.com/pricing",
425
+ },
426
+ "lemon-squeezy": {
427
+ provider: "Lemon Squeezy",
428
+ pricing_model: "percentage",
429
+ tiers: [
430
+ { name: "Standard", price: "No monthly fee", includes: "5% + $0.50 per transaction", catches: "They are the merchant of record — handles all tax" },
431
+ ],
432
+ hidden_costs: [
433
+ "5% + $0.50 is roughly 2x Stripe's rate on small transactions",
434
+ "Payouts are net-30 initially (vs Stripe's 2-day)",
435
+ "At $10K/month revenue, you pay $200+ more than Stripe",
436
+ "Email marketing included free up to 500 subscribers, then paid add-on",
437
+ "Supports 21 payment methods including PayPal",
438
+ ],
439
+ verified_date: "2026-03-27",
440
+ source: "Chrome-verified from lemonsqueezy.com/pricing",
441
+ },
442
+ "paddle": {
443
+ provider: "Paddle",
444
+ pricing_model: "percentage",
445
+ tiers: [
446
+ { name: "Standard", price: "No monthly fee", includes: "5% + $0.50 per transaction", catches: "Merchant of record — handles all tax and compliance" },
447
+ ],
448
+ hidden_costs: [
449
+ "Payouts are net-15 to net-30 (vs Stripe's 2-day)",
450
+ "They own the customer relationship — invoices come from Paddle, not you",
451
+ "Switching away means re-collecting payment details from all customers",
452
+ ],
453
+ verified_date: "2026-03-27",
454
+ source: "Chrome-verified from paddle.com/pricing",
455
+ },
456
+ "revenuecat": {
457
+ provider: "RevenueCat",
458
+ pricing_model: "tiered",
459
+ tiers: [
460
+ { name: "Free", price: "$0", includes: "Up to $2,500 MTR (monthly tracked revenue)", catches: "Core features; community support" },
461
+ { name: "Pro", price: "$12/month + 1% of MTR above $2,500", includes: "Charts, experiments, integrations", catches: "Priority support" },
462
+ { name: "Enterprise", price: "Custom", includes: "Dedicated support, custom contracts", catches: "Contact sales" },
463
+ ],
464
+ hidden_costs: [
465
+ "Apple takes 15-30% on top of RevenueCat's fee",
466
+ "Google takes 15-30% on top of RevenueCat's fee",
467
+ "RevenueCat fee is additional to store fees, not instead of",
468
+ ],
469
+ verified_date: "2026-03-27",
470
+ source: "Chrome-verified from revenuecat.com/pricing",
471
+ },
472
+ "algolia": {
473
+ provider: "Algolia",
474
+ pricing_model: "usage-based",
475
+ tiers: [
476
+ { name: "Free", price: "$0", includes: "10K search requests/month, 10K records", catches: "Algolia branding required; limited analytics" },
477
+ { name: "Grow", price: "$1 per 1K search requests", includes: "Up to 100K records, standard analytics", catches: "Overage billed automatically" },
478
+ { name: "Premium", price: "Custom pricing", includes: "Unlimited records, advanced analytics, SLA, dedicated infrastructure", catches: "Annual contract; negotiate 30-60% off list price" },
479
+ ],
480
+ hidden_costs: [
481
+ "Overage charges are automatic — no spending caps on lower tiers",
482
+ "Record storage counted separately from search requests",
483
+ "Recommend and AI features billed separately",
484
+ "Premium support requires Enterprise plan",
485
+ ],
486
+ verified_date: "2026-03-28",
487
+ source: "Chrome-verified from algolia.com/pricing",
488
+ },
489
+ "typesense": {
490
+ provider: "Typesense",
491
+ pricing_model: "tiered",
492
+ tiers: [
493
+ { name: "Self-hosted", price: "$0", includes: "Full feature set, unlimited searches and records", catches: "You manage infrastructure, backups, and updates" },
494
+ { name: "Typesense Cloud (Starter)", price: "$29/month", includes: "Managed hosting, automatic backups, 0.5 vCPU", catches: "Limited to ~100K records depending on size" },
495
+ { name: "Typesense Cloud (Production)", price: "$59-299/month", includes: "High availability, dedicated infrastructure, priority support", catches: "Pricing scales with RAM and vCPU needs" },
496
+ ],
497
+ hidden_costs: [
498
+ "Self-hosted: server costs (recommend 2GB+ RAM for production)",
499
+ "Cloud: bandwidth overage on high-traffic plans",
500
+ "High availability requires 3+ node cluster (3x base cost)",
501
+ ],
502
+ verified_date: "2026-03-28",
503
+ source: "Chrome-verified from typesense.org/pricing",
504
+ },
505
+ "meilisearch": {
506
+ provider: "Meilisearch",
507
+ pricing_model: "tiered",
508
+ tiers: [
509
+ { name: "Self-hosted", price: "$0", includes: "Full feature set, unlimited searches and records", catches: "You manage infrastructure, backups, and updates" },
510
+ { name: "Meilisearch Cloud (Build)", price: "$30/month", includes: "Managed hosting, automatic updates, 0.5 vCPU", catches: "~100K documents depending on size" },
511
+ { name: "Meilisearch Cloud (Grow)", price: "$60-300/month", includes: "Dedicated resources, priority support, monitoring", catches: "Pricing scales with document count and traffic" },
512
+ ],
513
+ hidden_costs: [
514
+ "Self-hosted: server costs (recommend 1GB+ RAM minimum)",
515
+ "Cloud: overage on document count",
516
+ "No native high-availability clustering yet (experimental)",
517
+ ],
518
+ verified_date: "2026-03-28",
519
+ source: "Chrome-verified from meilisearch.com/pricing",
520
+ },
521
+ "postgres-fts": {
522
+ provider: "PostgreSQL Full-Text Search",
523
+ pricing_model: "free",
524
+ tiers: [
525
+ { name: "Built-in", price: "$0", includes: "Full-text search, tsvector/tsquery, ranking, stemming, dictionaries", catches: "Performance depends on your database resources" },
526
+ ],
527
+ hidden_costs: [
528
+ "GIN indexes increase storage (10-30% of indexed text size)",
529
+ "Complex search queries can impact database performance for other workloads",
530
+ "May need to scale up database instance for heavy search traffic",
531
+ ],
532
+ verified_date: "2026-03-28",
533
+ source: "Chrome-verified from postgresql.org/docs",
534
+ },
535
+ };
@@ -0,0 +1 @@
1
+ export declare const recommendations: Record<string, any>;