The spike is the legacy Starter plan. 31 of 38 cancellations hit the new 5 seat cap this week. Dashboard for the last 7 days:
This week
38 +245%
Last week
11
Cancellations by day
| day | cancellations |
|---|---|
| Mon | 2 |
| Tue | 2 |
| Wed | 3 |
| Thu | 2 |
| Fri | 2 |
| Sat | 10 |
| Sun | 17 |
Ask in plain language or open a table. Everything lands as a file in your workspace, and your agent works on the same files you do.
Starter, by a wide margin:
Valv Desktop detects the coding agents on your machine and drives them — Claude Code, Codex, Cursor, opencode, or Grok. No new subscription, no API keys. Your model, your billing.
AI provider
Uses your subscription. No API keys.
The agent proposes facts as it learns, you approve them with a click. Memory lives as plain markdown in your workspace, yours to read and edit.
Save to memory?
Publish a workspace to a repo on your own git host. Teammates connect with the URL and shared queries, dashboards, and memory sync from there on. A live dashboard on their machine, not a screenshot in Slack. Chats and credentials stay on yours.
The agent writes sandboxed code to join, aggregate, and export across your datasources, and the result lands as a file in your workspace. One run instead of twenty tool calls.
const orders = await query("shop", ordersSql);
const subs = await query("billing", subsSql);
const ltv = joinOnCustomer(orders, subs);
await writeFile("ltv.csv", toCsv(ltv)); Tables open live with a click and stay in sync with the database. Filter, sort, write SQL. Dashboards are ephemeral: built in a minute, always live, gone when you no longer need them.
SELECT plan, sum(amount) AS mrr
FROM subscriptions
WHERE status = 'active'
GROUP BY plan
ORDER BY mrr DESC; | plan | mrr |
|---|---|
| Enterprise | $31,300 |
| Pro | $12,400 |
| Business | $4,700 |
3 rows · 0.4s
Credentials live in your OS keychain and queries run straight from your machine. Workspaces are plain folders on disk. Hide PII fields and your coding agent never sees them.
postgres://•••••••@db.internal:5432/prod
AI access