Choose Your Plan

Simple, transparent pricing. Upgrade or downgrade anytime.

Free

Free
forever
  • 5 projects
  • 50 credits/month
  • Community support
Downgrade

Basic

€9.99
per month
  • 25 projects
  • 500 credits/month
  • Email support
Subscribe
How it works: Your app calls POST /api/v1/{app_id}/checkout with the desired tier. PayGate returns a Paddle checkout URL. Redirect the user there, and Paddle handles payment. A webhook notifies PayGate to activate the subscription automatically.
POST /api/v1/{app_id}/checkout { "type": "subscription", "tier": "pro", "billing_cycle": "monthly", "success_url": "https://test-app.saas-stack.ittrail.dev/billing/success", "cancel_url": "https://test-app.saas-stack.ittrail.dev/billing/cancel" }