Servicio is sold as a monthly or annual SaaS subscription. There are three public tiers, all with the same multi-tenant core but different feature ceilings and seat counts. Pricing and feature lists below are sourced from the same configuration that drives the live pricing page and the in-app upgrade screen — so this article and the marketing site never drift apart.
The three tiers
- Seedling — $49/mo or $39/mo billed annually. Solo operators and very small crews. 1 user seat, up to 100 active clients, 2 crews. Includes scheduling, visits, manual invoicing, Stripe payments, the read-only customer portal, and basic dashboard KPIs.
- Growth — $129/mo or $99/mo billed annually. Most landscaping and pool shops live here. Up to 10 user seats, up to 1,000 active clients, 10 crews. Adds the dispatcher, route optimization, recurring services, quotes, dunning automation, the unified inbox, custom message templates, reviews, the audit log, multi-language messaging, and per-service checklists.
- Estate — $299/mo or $249/mo billed annually. Multi-location operators. Unlimited users, clients, and crews. Adds commission tracking, AI-drafted dunning, CSV exports, the API (Sanctum tokens), inbound-email parsing, and white-label branding.
Feature gating in the UI
Every gated feature lives behind a runtime flag. When a tenant is on a plan that does not include the feature, three things happen:
- The corresponding nav item is hidden from the owner sidebar — Seedling owners do not see Quotes, Commissions, or Dispatch at all.
- Direct URL access to the gated route returns a 402 (Payment Required) for JSON requests, or redirects to
/billing/upgradewith a "this is a Growth feature" message for HTML. - Backend writes that would exceed a plan limit (101st client on Seedling, 11th seat on Growth) reject the request with the same upgrade message.
Annual vs monthly
Annual billing saves up to 24% across the board. Switching from monthly to annual mid-cycle prorates — Stripe handles the math. You can switch back to monthly at the next renewal.
Stripe Connect platform fees
Independent of your subscription tier, Servicio takes a small platform fee on every charge you process through Stripe Connect. The cut is plan-dependent: Seedling 2.0%, Growth 1.0%, Estate 0.5%. This is on top of Stripe's standard processing rate (2.9% + 30¢). On Growth, a $200 invoice paid by card costs the homeowner $0; you receive $200 minus Stripe's 2.9% + 30¢, minus our 1.0% — about $191.80.