pricing.md 1.0.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/LICENSE +21 -0
- package/README.md +118 -0
- package/SKILL.md +593 -0
- package/data/tools/algolia.json +101 -0
- package/data/tools/amplitude.json +73 -0
- package/data/tools/auth0-b2b.json +175 -0
- package/data/tools/auth0-b2c.json +183 -0
- package/data/tools/buildkite.json +104 -0
- package/data/tools/checkly.json +112 -0
- package/data/tools/circleci.json +102 -0
- package/data/tools/clerk.json +109 -0
- package/data/tools/cloudflare.json +71 -0
- package/data/tools/contentful.json +71 -0
- package/data/tools/convex.json +74 -0
- package/data/tools/courier.json +80 -0
- package/data/tools/deno-deploy.json +145 -0
- package/data/tools/depot.json +66 -0
- package/data/tools/descope.json +130 -0
- package/data/tools/engagespot.json +84 -0
- package/data/tools/fly-io.json +53 -0
- package/data/tools/github-actions.json +64 -0
- package/data/tools/honeycomb.json +65 -0
- package/data/tools/inngest.json +80 -0
- package/data/tools/launchdarkly.json +81 -0
- package/data/tools/mergent.json +116 -0
- package/data/tools/mixpanel.json +70 -0
- package/data/tools/mux.json +164 -0
- package/data/tools/neon.json +173 -0
- package/data/tools/netlify.json +99 -0
- package/data/tools/new-relic.json +104 -0
- package/data/tools/novu.json +94 -0
- package/data/tools/orama.json +153 -0
- package/data/tools/paddle.json +46 -0
- package/data/tools/planetscale-postgres.json +108 -0
- package/data/tools/planetscale-vitess.json +82 -0
- package/data/tools/plausible.json +75 -0
- package/data/tools/posthog.json +101 -0
- package/data/tools/postmark.json +93 -0
- package/data/tools/railway.json +161 -0
- package/data/tools/render.json +94 -0
- package/data/tools/resend.json +135 -0
- package/data/tools/sanity.json +98 -0
- package/data/tools/sendgrid.json +78 -0
- package/data/tools/sentry.json +276 -0
- package/data/tools/statsig.json +70 -0
- package/data/tools/storyblok.json +121 -0
- package/data/tools/stripe.json +46 -0
- package/data/tools/supabase.json +100 -0
- package/data/tools/tigris.json +70 -0
- package/data/tools/trigger-dev.json +90 -0
- package/data/tools/turso.json +226 -0
- package/data/tools/unosend.json +88 -0
- package/data/tools/upstash.json +85 -0
- package/data/tools/vercel.json +146 -0
- package/data/tools/weaviate.json +93 -0
- package/data/tools/workos.json +127 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.js +23 -0
- package/dist/src/registry/registry.d.ts +52 -0
- package/dist/src/registry/registry.js +216 -0
- package/dist/src/schema/pricing.d.ts +191 -0
- package/dist/src/schema/pricing.js +89 -0
- package/dist/src/server.d.ts +3 -0
- package/dist/src/server.js +32 -0
- package/dist/src/tools/compare-tools.d.ts +61 -0
- package/dist/src/tools/compare-tools.js +115 -0
- package/dist/src/tools/estimate-cost.d.ts +44 -0
- package/dist/src/tools/estimate-cost.js +61 -0
- package/dist/src/tools/find-cheapest.d.ts +54 -0
- package/dist/src/tools/find-cheapest.js +93 -0
- package/dist/src/tools/get-pricing.d.ts +51 -0
- package/dist/src/tools/get-pricing.js +23 -0
- package/dist/src/tools/search-tools.d.ts +55 -0
- package/dist/src/tools/search-tools.js +52 -0
- package/package.json +40 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Roger Byrne
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags:
|
|
3
|
+
- pricing
|
|
4
|
+
- cost estimation
|
|
5
|
+
- tool evaluation
|
|
6
|
+
- developer tooling
|
|
7
|
+
- free tier strategy
|
|
8
|
+
tools:
|
|
9
|
+
- Vercel
|
|
10
|
+
- Railway
|
|
11
|
+
- Fly.io
|
|
12
|
+
- Netlify
|
|
13
|
+
- Render
|
|
14
|
+
people:
|
|
15
|
+
- rogermbyrne
|
|
16
|
+
---
|
|
17
|
+
# Pricing.md
|
|
18
|
+
|
|
19
|
+
Make your AI agent cost-aware when planning developer tool stacks.
|
|
20
|
+
|
|
21
|
+
Pricing.md surfaces pricing breakpoints, compares alternatives, flags lock-in risks, and shows where free tiers end — so developers make informed decisions about the tools they choose.
|
|
22
|
+
|
|
23
|
+
## Install as a Skill
|
|
24
|
+
|
|
25
|
+
The quickest way to use Pricing.md is as an agent skill. No MCP setup needed — the pricing data is embedded directly in the skill.
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npx skills add rogermbyrne/pricing.md
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Once installed, your agent will proactively surface pricing when you're evaluating tools, planning a stack, or comparing options.
|
|
32
|
+
|
|
33
|
+
## Install as an MCP Server
|
|
34
|
+
|
|
35
|
+
For programmatic pricing queries (search, compare, estimate cost), you can also run Pricing.md as an MCP server.
|
|
36
|
+
|
|
37
|
+
Add to your Claude Code MCP config:
|
|
38
|
+
|
|
39
|
+
```json
|
|
40
|
+
{
|
|
41
|
+
"mcpServers": {
|
|
42
|
+
"pricing.md": {
|
|
43
|
+
"command": "npx",
|
|
44
|
+
"args": ["-y", "pricing.md"]
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### MCP Tools
|
|
51
|
+
|
|
52
|
+
| Tool | Description |
|
|
53
|
+
| --- | --- |
|
|
54
|
+
| `search_tools` | Search and filter tools by category, price range, tags |
|
|
55
|
+
| `get_pricing` | Get full pricing details for a specific tool |
|
|
56
|
+
| `compare_tools` | Side-by-side comparison of 2-5 tools |
|
|
57
|
+
| `estimate_cost` | Estimate monthly cost given usage quantities |
|
|
58
|
+
|
|
59
|
+
## What's Covered
|
|
60
|
+
|
|
61
|
+
53 developer tools across 16 categories:
|
|
62
|
+
|
|
63
|
+
| Category | Tools |
|
|
64
|
+
| --- | --- |
|
|
65
|
+
| **Hosting** | Vercel, Railway, Fly.io, Netlify, Render |
|
|
66
|
+
| **Database** | Supabase, Neon, PlanetScale Postgres, PlanetScale Vitess, Turso, Upstash, Convex |
|
|
67
|
+
| **Auth** | Clerk, Auth0 (B2C), Auth0 (B2B), WorkOS, Descope |
|
|
68
|
+
| **Email** | Resend, Unosend, Postmark, SendGrid |
|
|
69
|
+
| **Payments** | Stripe, Paddle |
|
|
70
|
+
| **Monitoring** | Sentry, Checkly, New Relic, Honeycomb |
|
|
71
|
+
| **CI/CD** | CircleCI, Buildkite, GitHub Actions, Depot |
|
|
72
|
+
| **Search** | Algolia, Weaviate, Orama |
|
|
73
|
+
| **Analytics** | PostHog, Plausible, Mixpanel, Amplitude |
|
|
74
|
+
| **CMS** | Sanity, Contentful, Storyblok |
|
|
75
|
+
| **Feature Flags** | LaunchDarkly, Statsig |
|
|
76
|
+
| **Edge** | Cloudflare, Deno Deploy |
|
|
77
|
+
| **Queues** | Inngest, Trigger.dev |
|
|
78
|
+
| **Notifications** | Novu, Courier, Engagespot |
|
|
79
|
+
| **Storage** | Tigris, Mux |
|
|
80
|
+
| **Scheduling** | Mergent |
|
|
81
|
+
|
|
82
|
+
All pricing verified as of 2026-04-03. Each tool links to its pricing page for verification.
|
|
83
|
+
|
|
84
|
+
## How It Works
|
|
85
|
+
|
|
86
|
+
When you're planning a project and mention tools like Vercel or Resend, the agent will:
|
|
87
|
+
|
|
88
|
+
1. **Show the free tier** and its limits
|
|
89
|
+
2. **Flag where free ends** — is it a cliff ($0 to $25/mo) or a gentle ramp?
|
|
90
|
+
3. **Note portability** — open standard (SMTP, PostgreSQL) or proprietary lock-in?
|
|
91
|
+
4. **Present, don't recommend** — you know your requirements, the agent shows the numbers
|
|
92
|
+
|
|
93
|
+
## Maintaining Pricing Data
|
|
94
|
+
|
|
95
|
+
Pricing data lives in `data/tools/` as JSON files validated against a Zod schema.
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
# Validate all data files
|
|
99
|
+
npm run validate
|
|
100
|
+
|
|
101
|
+
# Check if any pricing pages have changed
|
|
102
|
+
npm run check-freshness
|
|
103
|
+
|
|
104
|
+
# Re-discover which tools have pricing.md files
|
|
105
|
+
npm run discover
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Contributing
|
|
109
|
+
|
|
110
|
+
Pricing.md is community-maintained. Anyone can add a new tool or update stale pricing by submitting a PR.
|
|
111
|
+
|
|
112
|
+
**Quick version:** Add a JSON file to `data/tools/`, run `npm run validate`, open a PR with a link to the pricing page you used.
|
|
113
|
+
|
|
114
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide — schema reference, category list, portability ratings, and review process.
|
|
115
|
+
|
|
116
|
+
## License
|
|
117
|
+
|
|
118
|
+
MIT
|