Independent benchmark data for AI coding platforms
Lovable, Bolt, or v0 — which one is actually fast?
We gave the same API spec to every major vibe coding platform, deployed to production, and measured real performance. Latency, throughput, database queries, burst capacity — all tested, all public.
How do they compare?
All values in milliseconds — lower is better. Full results →Head-to-head
Pick a matchup, see the data
Every pair tested with the same spec, same runner, same day. Click any matchup to see latency, throughput, and burst capacity compared side by side.
How it works
Get the spec
Download SPEC.md — a platform-agnostic Notes API with CRUD, search, and aggregation. Two tables, seven endpoints.
Give it to your platform
Paste it into Lovable, Bolt, v0 — any vibe coding platform. Ask it to implement the API. Deploy it.
Benchmark it
Run the benchmark against the deployed URL. Get ping, CRUD, query, aggregation, and burst metrics. Compare platforms side by side.
The Spec
Notes API — Benchmark Specification v1.0
A REST API for managing notes with tags. Two database tables, seven endpoints, one seed endpoint. No auth, no frontend — pure infrastructure test. Whatever database the platform provides: Postgres, SQLite, anything.
CRUD
Create, read, update, delete — with transactions and tag management
Search + JOIN
Filtered list with pagination, JOIN across notes + tags tables
Aggregation
GROUP BY, COUNT, AVG across 10,000 notes — real database work
Concurrency
Burst of parallel requests — can the platform handle real traffic?
What to tell your platform
"Implement this Notes API spec as a server-side REST API. Use whatever database you provide. Enable CORS. Deploy it and give me the base URL."
Run the Benchmark
Two ways to measure
Once your platform has deployed the Notes API, pick whichever method you prefer. Both measure the same things: ping, CRUD, filtered queries, aggregation, and burst capacity.
Option A: Node.js — recommended
Runs from your machine. More accurate, no browser overhead. Requires Node.js 18+.
Option B: Browser
No install needed. Paste URLs and benchmark from this website. Results are approximate — limited by browser concurrency.
Paste any Notes API URL and benchmark it live.
Open Live TestWhat it measures
Fair by design
Every platform gets the same spec. No tricks that advantage one over another. SQLite platforms get the same test — the benchmark measures the real consequence of each platform's database choice. The spec, runner, and methodology are all public. If you think our approach is wrong, tell us. Full methodology →