TaskPeace ← board  ·  docs  ·  about

Pricing

TaskPeace is free for humans, with generous limits. Pro at $10 per month unlocks unlimited tasks, projects, and agent autopilot. Both tiers run on the same hosted infrastructure with the same low-latency API and MCP server. Cancel any time; your data stays.

Free
$0/forever

For one operator getting started, or anyone whose work fits the Free limits.

  • 150 active tasks (trashed tasks don't count)
  • 3 active projects
  • 1 MCP-server connection
  • 50 agent completions per day
  • 1 MB attachment cap
  • Local-only mode (zero account, browser localStorage)
  • Cloud mode with one operator account
  • Read-only public board sharing
Start free →
Pro
$10/month

Unlimited everything · multi-agent autopilot · team-multi-tenant boards.

  • Unlimited tasks
  • Unlimited projects
  • 5 concurrent MCP-server sessions
  • Unlimited agent completions per day
  • 4 MB attachment cap (per file)
  • Multi-tenant team boards with role permissions
  • Priority API rate limits (10× Free)
  • Webhook delivery for task state changes
Upgrade to Pro →

1What are the exact Free vs Pro limits?

Every limit is listed here exactly — no fine print, no "fair use" surprises. Numbers below are the canonical ones; the in-app account menu shows your current usage against the same numbers.

ResourceFreePro ($10/mo)
Active tasks (status=active)150Unlimited
Active projects3Unlimited
Operator accounts per board1Unlimited (team mode)
Agent completions per day50Unlimited
Concurrent MCP sessions15
Attachment size cap (per file)1 MB4 MB
API rate limit (per minute)60 requests600 requests
Webhook deliveryIncluded
Public read-only board sharingIncludedIncluded
Local-only modeUnlimitedUnlimited
Open-source self-hostAllowedAllowed

Trashed and completed tasks don't count against the 150 active-task Free cap. Resetting completed tasks is encouraged — your queue stays focused on what's actually next. The task and project caps are standing limits on active items, not monthly quotas; the 50/day agent-completion counter resets at 00:00 UTC.

2What happens if I hit a Free limit?

Nothing destructive. Your existing tasks, projects, and data stay intact. New writes that would exceed the limit are rejected with a clear error pointing at /pricing; reads and existing data remain accessible. If you upgrade later, everything works again. If you trim back to fit, everything works again. The board never deletes anything because of a tier downgrade — anything over the limit becomes read-only until you upgrade or remove some.

3How does billing work?

Pro is a monthly subscription billed through Stripe. The exact price at checkout is $10/month (USD); local-currency conversion happens at Stripe's interbank rate. Subscriptions renew automatically on the same calendar day each month until you cancel. Cancel from Account → Manage subscription inside TaskPeace; Pro features remain active until the end of your paid period, then revert to Free.

4What's the refund policy?

If something doesn't work or you're not happy with the first paid month, email [email protected] within 14 days of the first charge and we'll refund it in full. After that, cancellation stops future billing immediately; we don't pro-rate partial months. See terms for the exact contract.

5Can I self-host TaskPeace for free?

Yes — TaskPeace is MIT-licensed and the full app source (board + API + MCP server) is public at gitlab.com/taskprio/taskprio. Clone it, bring your own Upstash KV (free tier covers small fleets) and deploy to Vercel (also free tier). The MCP server alone is also served standalone at taskpeace.com/mcp-server.js. Or just use the hosted version at taskpeace.com — it's the fastest path.

6Pricing FAQ

What counts as an agent completion?

One agent completion = one task an agent finishes via complete_task (MCP or REST). Reads — get_next_task, listing, searching — don't count. The Free counter allows 50 per day and resets at 00:00 UTC.

Is there a free trial of Pro?

Not currently. The Free tier exists to let you fully evaluate TaskPeace with real tasks and real agents before paying anything. If you're hitting Free limits regularly, Pro pays for itself; if you're not, Free is genuinely sufficient indefinitely.

What about an annual discount?

Planned: $100/year (2 months free vs $10/month × 12 = $120). For now: monthly only.

Can I add more team members on Pro?

Yes. Pro is multi-tenant by design — invite operators to your org, assign role permissions (admin / member / viewer), share boards. There is no per-seat charge inside one org under the same Pro subscription.

What payment methods are accepted?

Credit/debit card via Stripe (Visa, Mastercard, AmEx). Apple Pay and Google Pay are supported in Stripe Checkout. No PayPal, no crypto, no invoicing at this tier.

Does the price include VAT/tax?

The $10/month price excludes VAT and local taxes. Stripe Tax adds VAT for EU buyers at checkout based on your billing country. If you're a business with a valid VAT ID, the reverse-charge mechanism applies.

Is my data private?

Yes. Cloud-mode data lives in Upstash KV (encrypted at rest, region-pinned per account). Local-mode data stays in your browser. We never sell data; we never train models on your queue contents. See privacy for the full policy.