Felagar has two commercial tracks: hosted SaaS (subscribe per agency) and self-host (free core + optional one-time license).
Public list prices live in the product catalog (packages/utils/src/pricing.js). Stripe Price IDs are wired later via env. Marketing pricing: felagar.com/pricing.
Hosted plans (EUR)
| Plan | Monthly | Annual | Limits |
|---|---|---|---|
| Starter | €29 | €290/yr | 3 clients, 5 projects, 50 MB files, basic branding |
| Pro | €79 | €790/yr | 15 clients, unlimited projects, 500 MB, full white-label, custom domain, automation, analytics |
| Agency | €149 | €1,490/yr | Unlimited clients and projects, same feature set as Pro |
| Enterprise | Custom | Custom | Unlimited file size, onboarding and support - contact sales |
Annual billing is about two months free versus paying monthly.
Subscribe after register under Settings → Billing. Checkout includes tax where Felagar collects it.
Self-host
| Tier | Price | Includes |
|---|---|---|
| Free core | €0 | Unlimited clients/projects/files, basic branding, BYO OAuth / RealtimeKit / domains |
| License | €799 one-time | Full white-label (hide badge, branded MCP URL, email templates, support email) + EE automation/analytics |
Activate a license
- Buy on the pricing page (when Stripe checkout is live).
- Paste the key under Settings → License, or set
FELAGAR_LICENSE_KEYand complete activation in the app. - See repository
docs/payments-plans.mdanddocs/self-hosting.mdfor env keys and install binding.
Custom domains on self-host are operator-managed and are not license-gated. Integrations stay available with your own OAuth apps.