Skip to main content

Pricing & Plans

Source of truth: features.ts in juniro-design. All pricing pages, provider agreement, admin tools, and API routes derive from this config.

Provider Subscription Tiers

Juniro uses a subscription + transaction fee model for providers. There are no fees for parents.

TierMonthly PriceTransaction FeeTarget
StarterFree5% per bookingNew providers getting started
Professional$29/month3% per bookingGrowing businesses
Enterprise$99/month2% per bookingEstablished multi-location businesses
  • Subscription fees are billed monthly.
  • Transaction fees are deducted from each booking before payout.
  • Providers can upgrade or downgrade at any time; changes take effect immediately with prorated billing.
  • No setup fees, no listing fees.

Feature Availability by Plan

FeatureStarterProfessionalEnterprise
Provider Profile
Booking Flow
Reviews
Messaging
Payment Collection
Attendance Tracking
Analytics Dashboard
AI-Powered Search
Assignments
Staff Portal

Add-on Purchases

One-time purchases available to providers on any plan:

Add-onPriceDurationDescription
Boost Listing$9.997 daysBoost listing to top of search results
Fast-Track Verification$19.99PermanentVerification reviewed within 24 hours
Priority Support$14.9930 daysPriority response times from support

Add-on prices are in USD cents in the code (addonPrice: 999 = $9.99).

Payout Schedule

  • Payouts processed weekly (every Monday for the prior week's completed sessions).
  • Funds held for 24 hours after session completion to allow for cancellations.
  • Payment methods: ACH (US), NEFT/IMPS (India).
  • Minimum payout threshold: $10 (or equivalent in local currency).

Where Pricing Appears

SurfaceRepoFile
Plan tier config (source of truth)juniro-designsrc/components/ui/shared-core/FeatureFlags/features.ts
Feature context & hooksjuniro-designsrc/components/ui/shared-core/FeatureFlags/FeatureContext.tsx
Public pricing page UIjuniro-designsrc/components/ui/public/Pages/Provider/ProviderPricing/ProviderPricing.tsx
Provider billing pagejuniro-designsrc/components/ui/provider-portal/Settings/sections/SettingsSubscription.tsx
Admin feature managementjuniro-designsrc/components/ui/admin-portal/Platform/FeatureFlags/FeatureFlagsManagement.tsx
API routes (plans, subscriptions)juniro-apisrc/routes/plans.ts
Provider Agreement (legal)juniro-web-launchsrc/app/provider-agreement/page.tsx

For Parents

Juniro is free for parents. There are no subscription fees, booking fees, or service charges for families. Parents browse, discover, and book activities at the price set by the provider.

Pricing Changes

When updating pricing:

  1. Update PLAN_TIERS in features.ts (design system — source of truth).
  2. Sync design system to consuming repos.
  3. Update seed data in juniro-api/prisma/seed.ts.
  4. Update the Provider Agreement in juniro-web-launch.
  5. Update this document.