Skip to main content

πŸ’Ž Pricing Tiers & Feature Matrix

Orchable runs on a unified codebase that progressively unlocks features as users authenticate and upgrade.


1. Core Tier Model​

TierAuthenticationStorage EngineExecution EngineCost
AnonymousNone (Guest)IndexedDB (Local)Web Worker β†’ GeminiFree
FreeSupabase AuthIndexedDB + Cloud SyncWeb Worker (Local)Free
PremiumSupabase AuthCloud-first (Supabase)Cloud + 24/7 BackgroundPaid

2. Feature Unlock Matrix​

FeatureAnonymous (Guest)Free (Registered)Premium (Subscriber)
Visual Designerβœ…βœ…βœ…
Batch Execution (local)βœ…βœ…βœ…
Custom TSX Sandboxβœ…βœ…βœ…
Export CSV/JSONβœ…βœ…βœ…
Cost Calculatorβœ…βœ…βœ…
Cloud SyncβŒβœ… (Limited)βœ… Unlimited
Persistent HistoryβŒβœ… Limitedβœ…
Background ProcessingβŒβŒβœ…
Team CollaborationβŒβŒβœ…
Auto API Key RotationβŒβŒβœ…

3. Storage Behavior​

  • Anonymous: All data resides purely in the browser's IndexedDB. History is lost if browser cache is cleared.
  • Free: Uses IndexedDB for speed, but enables cloud sync to persist data across sessions and devices.
  • Premium: Directly reads/writes to Supabase, enabling real-time cross-device sync and server-side background execution.

Last Updated: 2026-02-24