Pricing
Simple, transparent pricing
WordPress verification is free forever. Upgrade to Pro when you need additional language coverage.
Free
£0
forever
- WordPress shard
- 25,306 verified triples
- VS Code extension
- CLI tool
- 100 API requests/day
- 15 requests/minute
- Live demo on website
- Self-hosted API option
Pro
£9.99/mo
1 developer
- Everything in Free
- All paid shards included
- 175,760 additional triples
- 5,000 API requests/day
- 60 requests/minute
- API key authentication
- Priority support
- Future shards included
Team
£29.99/mo
up to 5 developers
- Everything in Pro
- 15,000 API requests/day
- 90 requests/minute
- 5 API keys
- Priority support
Business
£49.99/mo
up to 15 developers
- Everything in Pro
- 50,000 API requests/day
- 200 requests/minute
- 15 API keys
- Priority support
Pay with PayPal or credit/debit card via Lemon Squeezy. All prices exclude VAT where applicable.
14-day money-back guarantee on all paid plans. Cancel anytime — no contracts, no lock-in.
Compare plans
Feature breakdown
| Feature | Free | Pro | Team | Business |
|---|---|---|---|---|
| WordPress shard | ✓ | ✓ | ✓ | ✓ |
| All paid shards | — | ✓ | ✓ | ✓ |
| VS Code extension | ✓ | ✓ | ✓ | ✓ |
| CLI tool | ✓ | ✓ | ✓ | ✓ |
| Developers | 1 | 1 | 5 | 15 |
| Daily API requests | 100 | 5,000 | 15,000 | 50,000 |
| Burst rate (per min) | 15 | 60 | 90 | 200 |
| API keys | — | 1 | 5 | 15 |
| Self-hosted option | ✓ | ✓ | ✓ | ✓ |
| Future shards | — | ✓ | ✓ | ✓ |
| Support | Community | Priority email | Priority email | Priority email |
| Cost per developer | £0 | £9.99 | £6.00 | £3.33 |
What's inside
Shard coverage
FREE
WordPress up to 7.0
4,591 functions · 2,346 hooks · 27 class methods
25,306 triples · 402 deprecated
25,306 triples · 402 deprecated
PRO
WooCommerce up to 11.x
819 functions · 473 classes · 4,239 methods
32,451 triples · 332 deprecated · 2,533 hooks
32,451 triples · 332 deprecated · 2,533 hooks
PRO
Python 3.12 stdlib
2,386 functions · 1,617 classes · 6,590 methods
36,558 triples · 428 deprecated · 268 modules
36,558 triples · 428 deprecated · 268 modules
PRO
JavaScript ES2024 + Web APIs + Node.js
540 functions · 1,225 interfaces · 10,284 methods
31,605 triples · 755 deprecated
31,605 triples · 755 deprecated
PRO
Laravel 11.x
2,414 classes · 15,547 methods · 31 facades
41,570 triples · 52 deprecated
41,570 triples · 52 deprecated
PRO
React + Next.js React 19 + Next.js 15
87 functions · 14 classes · 12 methods
335 triples · 17 deprecated · Hooks + DOM + Server
335 triples · 17 deprecated · Hooks + DOM + Server
PRO
Django 6.1
994 functions · 1,357 classes · 6,020 methods
33,149 triples · Views + Models + Forms + Templates
33,149 triples · Views + Models + Forms + Templates
Combined Pro coverage: 201,066 triples across 7 ecosystems. More shards coming soon.
Enterprise
Custom shard built from your own codebase. 100,000+ API requests/day. Dedicated support. Starting at £99.99/month.
FAQ
Common questions
What does VFault actually check?
VFault checks function names, hook names, parameters, and class methods against a database built from parsed source code. It tells you whether a function exists, whether it's deprecated, and what the correct signature looks like. It does not check business logic or code quality — just whether the API calls your AI assistant generated are real.
Is the WordPress shard really free forever?
Yes. WordPress verification — including the CLI, the VS Code extension, and 100 API requests per day — is free with no time limit. The entire tool is MIT licensed and open source on GitHub.
What's a shard?
A shard is a verification database for a specific ecosystem. Each shard is parsed from the actual source code of that language or framework. The WordPress shard covers WordPress core functions, hooks, and class methods. The Python shard covers the Python standard library. Shards are isolated so a function name in WordPress won't be confused with the same name in Python.
Can I self-host VFault?
Yes. VFault is open source. Clone the repo, run the API locally, and point the VS Code extension at your own instance. Self-hosting gives you unlimited requests with no rate limiting.
Can I cancel anytime?
Yes. Pro and Team plans are monthly subscriptions with no contract. Cancel anytime from your billing dashboard. You keep access until the end of your billing period.
Does VFault work with Cursor?
Yes. Cursor uses the same extension API as VS Code. The VFault extension installs and works identically in both editors.
What happens when I hit the rate limit?
The API returns a 429 response with your current usage and the daily limit. The VS Code extension shows a notification. Your limits reset every 24 hours. If you need more, upgrade to a higher plan.