Skip to content

Commit eac4546

Browse files
committed
docs(pricing): tiers Free/Hobby/Pro y política de deployments del plan Free
- Renombrado: Hobby→Free (0€), Pro→Hobby (15€), Business→Pro (99€); planes por project - Free: fuera el borrado de apps a los 7 días; en su lugar máx 3 deployments/día (reset 00:00 UTC); Faable Auth incluido (MAU fair-use) - Egress 0.24/0.18 €/GB en Hobby/Pro; menciones sueltas actualizadas en webhooks, actions y features
1 parent e4cd45a commit eac4546

6 files changed

Lines changed: 53 additions & 46 deletions

File tree

content/auth/extensibility/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Actions are stored per-account, run in execution order, and have a focused API f
1919
Multiple actions can be registered at the same trigger; they execute in ascending `order`. The first one to call `api.access.deny()` short-circuits the chain; the first one to call `api.redirect.sendUserTo()` pauses the flow.
2020

2121
> [!IMPORTANT]
22-
> **Plan limits**: Hobby accounts can have **1 Action** per account. Pro and Business allow unlimited Actions. See [Auth pricing](../pricing.md).
22+
> **Plan limits**: Free accounts can have **1 Action** per account. Hobby and Pro allow unlimited Actions. See [Auth pricing](../pricing.md).
2323
2424
## CRUD endpoints
2525

content/auth/extensibility/webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Webhooks let your backend react to events in your Faable Auth tenant — without
1717
| `auth.login` | A user successfully authenticates. |
1818

1919
> [!IMPORTANT]
20-
> **Plan requirement**: Webhooks are available on **Pro** and **Business**. Hobby accounts cannot create webhook subscriptions. See [Auth pricing](../pricing.md).
20+
> **Plan requirement**: Webhooks are available on **Hobby** and **Pro**. Free accounts cannot create webhook subscriptions. See [Auth pricing](../pricing.md).
2121
2222
## Managing subscriptions
2323

content/auth/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See how Faable Auth stands against industry leaders.
1111

1212
| Feature | **Faable Auth** | Auth0 | Firebase Auth | AWS Cognito |
1313
| :------------------------------ | :---------------------: | :-------------: | :-----------: | :---------: |
14-
| **Pricing (Free Tier)** | **Hobbytrial** | Up to 7,000 MAU | PAYG | PAYG |
14+
| **Pricing (Free Tier)** | **Freefull product** | Up to 7,000 MAU | PAYG | PAYG |
1515
| **Passwordless (OTP/Link)** | ✅ (Ltd. to 100 emails) ||||
1616
| **Social Login (Google, etc.)** |||||
1717
| **Role-Based Access Control** |||||

content/auth/pricing.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,48 @@
11
---
22
title: Auth pricing
3-
description: What each Faable plan includes for Faable Auth — MAU allowances, auth accounts, passwordless caps, enterprise SSO, and per-feature gating.
3+
description: What each Faable plan includes for Faable Auth — MAU allowances, auth accounts, enterprise SSO, and per-feature gating.
44
---
55

66
# Auth pricing
77

8-
Faable Auth is part of the unified Faable subscription. The platform fee, support plans, and billing model are documented on the [Pricing](../platform/pricing.md) page this page focuses on **what each tier includes for Auth specifically**.
8+
Faable Auth is part of the unified Faable subscription — and it is **included in every plan, starting on Free**. The platform fee, support plans, and billing model are documented on the [Pricing](../platform/pricing.md) page; this page focuses on **what each tier includes for Auth specifically**.
99

1010
## What each plan includes for Auth
1111

12-
| Plan | Auth entitlements |
13-
|--------------|-------------------|
14-
| **Hobby** | 1 auth account · trial MAU allowance · passwordless **100 lifetime emails** · **1 Action** max · no Webhooks · no Custom Domain, MFA, SSO/SAML |
15-
| **Pro** | 1 auth account · **250 MAU** · unlimited passwordless within MAU · unlimited Actions · Webhooks · Custom Domain · MFA |
16-
| **Business** | Everything in Pro · **unlimited auth accounts** · **10,000 MAU pooled** across accounts · Enterprise **SSO / SAML** · **Audit logs** |
12+
| Plan | Auth entitlements |
13+
|-----------|-------------------|
14+
| **Free** | Faable Auth included · 1 auth account · fair-use MAU allowance · passwordless, social login, RBAC · 1 Action |
15+
| **Hobby** | 1 auth account · **250 MAU** · unlimited passwordless within MAU · unlimited Actions · Webhooks · Custom Domain · MFA |
16+
| **Pro** | Everything in Hobby · **unlimited auth accounts** · **10,000 MAU pooled** across accounts · Enterprise **SSO / SAML** · **Audit logs** |
1717

1818
## Monthly Active Users (MAU)
1919

2020
A **Monthly Active User** is any unique user who completes at least one successful login during a calendar month. The same user logging in from multiple devices in the same month counts once.
2121

22-
- **Pro** includes **250 MAU** on a single auth account.
23-
- **Business** includes **10,000 MAU pooled** across every auth account on the subscription — useful when you run multiple products under one Faable plan.
22+
- **Free** includes a fair-use MAU allowance while you build. If your project takes off, we'll reach out before applying any limit.
23+
- **Hobby** includes **250 MAU** on a single auth account.
24+
- **Pro** includes **10,000 MAU pooled** across every auth account on the subscription — useful when you run multiple products under one Faable plan.
2425

2526
If you expect to exceed your plan's MAU allowance, [contact us](https://github.com/orgs/faablecloud/discussions) before you do — overage is handled on a case-by-case basis at the time of writing.
2627

2728
## Feature gating
2829

29-
| Feature | Hobby | Pro | Business |
30-
|----------------------------------------|:---------------------:|:--------------:|:--------------:|
31-
| Social Login | | | |
32-
| Database (username/password) connection | | | |
33-
| Passwordless (OTP / Magic Link) |(100 lifetime cap) | | |
34-
| RBAC, Teams | | | |
35-
| Actions (PostLogin) | ✅ (**1 Action max**) | ✅ unlimited | ✅ unlimited |
36-
| Webhooks | | | |
37-
| Custom Domain | | | |
38-
| MFA | | | |
39-
| Enterprise SSO / SAML | | | |
40-
| Audit logs | | | |
41-
| Multiple auth accounts | | | |
30+
| Feature | Free | Hobby | Pro |
31+
|------------------------------------------|:----:|:------------:|:------------:|
32+
| Social Login ||||
33+
| Database (username/password) connection ||||
34+
| Passwordless (OTP / Magic Link) | |||
35+
| RBAC, Teams ||||
36+
| Actions (PostLogin) | ✅ (1 Action max) | ✅ unlimited | ✅ unlimited |
37+
| Webhooks ||||
38+
| Custom Domain ||||
39+
| MFA ||||
40+
| Enterprise SSO / SAML ||||
41+
| Audit logs ||||
42+
| Multiple auth accounts ||||
4243

4344
## Related
4445

4546
- [Platform pricing](../platform/pricing.md) — tiers, platform fee, support plans, billing model.
46-
- [Deploy pricing](../deploy/pricing.md) — compute catalog and bandwidth.
47+
- [Deploy pricing](../deploy/pricing.md) — compute catalog, deployments per day, and bandwidth.
4748
- [Features overview](features.md) — what Faable Auth does, end-to-end.

content/deploy/pricing.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploy pricing
3-
description: What each Faable plan includes for Faable Deploy — instance catalog, bandwidth allowance, egress overage rates, and per-tier behavior.
3+
description: What each Faable plan includes for Faable Deploy — instance catalog, deployments per day, bandwidth allowance, egress overage rates, and per-tier behavior.
44
---
55

66
# Deploy pricing
@@ -9,19 +9,19 @@ Faable Deploy is part of the unified Faable subscription. The platform fee, supp
99

1010
## What each plan includes for Deploy
1111

12-
| Plan | Deploy entitlements |
13-
|--------------|---------------------|
14-
| **Hobby** | 1 free `bi.xs` instance per account · catalog limited to `bi.xs` · apps run for **7 days and are then deleted** · 10 GB bandwidth |
15-
| **Pro** | Full instance catalog · apps run 24/7 (no auto-pause, no deletion) · custom domains per app · egress overage **0.24 €/GB** |
16-
| **Business** | Everything in Pro · egress overage **0.18 €/GB** · 99.9 % uptime SLA |
12+
| Plan | Deploy entitlements |
13+
|-----------|---------------------|
14+
| **Free** | 1 free `bi.xs` instance per project · catalog limited to `bi.xs` · **up to 3 deployments per day per project** (resets at 00:00 UTC) · 10 GB bandwidth |
15+
| **Hobby** | Full instance catalog · **unlimited deployments** · apps run 24/7 · custom domains per app · egress overage **0.24 €/GB** |
16+
| **Pro** | Everything in Hobby · egress overage **0.18 €/GB** · 99.9 % uptime SLA |
1717

1818
## Compute catalog
1919

20-
Each deployed app is billed per month based on the instance size it requests. The `bi.xs` row is **free on Hobby** (1 per account); all other sizes require Pro or Business.
20+
Each deployed app is billed per month based on the instance size it requests. The `bi.xs` row is **free on the Free plan** (1 per project); all other sizes require Hobby or Pro.
2121

2222
| Name | Size | Bandwidth | Price |
2323
|--------------|-----------------|-----------|----------------|
24-
| `bi.xs` | 0.5 CPU · 1 GB | 10 GB | Free on Hobby |
24+
| `bi.xs` | 0.5 CPU · 1 GB | 10 GB | Free plan |
2525
| `bi.small` | 1 CPU · 1.5 GB | 50 GB | 25 € |
2626
| `bi.base` | 1 CPU · 3 GB | 50 GB | 40 € |
2727
| `bi.medium` | 2 CPU · 3 GB | 100 GB | 50 € |
@@ -31,12 +31,16 @@ Each deployed app is billed per month based on the instance size it requests. Th
3131

3232
Instances are billed **per month**.
3333

34+
## Deployments per day (Free plan)
35+
36+
On the Free plan each project can create up to **3 deployments per calendar day (UTC)**. The 4th deploy of the day is rejected with a clear error from the CLI and dashboard; the counter resets at 00:00 UTC. Hobby and Pro have no deployment limits.
37+
3438
## Bandwidth
3539

36-
| Type | Included | Overage |
37-
|---------|---------------------------|--------------------------------------------------|
38-
| Ingress | Unlimited, free | |
39-
| Egress | Per-instance allowance | **0.24 €/GB** on Pro · **0.18 €/GB** on Business |
40+
| Type | Included | Overage |
41+
|---------|---------------------------|------------------------------------------------|
42+
| Ingress | Unlimited, free ||
43+
| Egress | Per-instance allowance | **0.24 €/GB** on Hobby · **0.18 €/GB** on Pro |
4044

4145
Egress overage is metered monthly across all of your instances, after the included bandwidth from each instance's catalog row is consumed.
4246

content/platform/pricing.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Pricing
3-
description: Faable's unified pricing — one subscription covers Auth and Deploy. Three platform tiers (Hobby, Pro, Business) plus separately-purchased support plans.
3+
description: Faable's unified pricing — one subscription covers Auth and Deploy. Three platform tiers (Free, Hobby, Pro) plus separately-purchased support plans.
44
---
55

66
# Pricing
@@ -9,26 +9,28 @@ Faable is sold as a **single subscription that covers every product** — both F
99

1010
The model is **hybrid**: a monthly **platform fee** that unlocks features and entitlements, plus **usage** for the resources you consume (compute instances, bandwidth overage, MAU above the included allowance). Each month you receive the bill for the **previous** month's usage.
1111

12+
Plans apply **per project**: each project has its own plan, starting on Free.
13+
1214
## Plans
1315

1416
| Plan | Monthly fee | What you get |
1517
|------|-------------|--------------|
16-
| **Hobby** | 0 € | Try Faable end-to-end. 1 account, basic limits, community support. Apps auto-delete after 7 days. |
17-
| **Pro** | 15 € + usage | Production-ready for a single product. Custom domains, MFA, 24/7 apps, email support. |
18-
| **Business** | 99 € + usage | Multi-account, enterprise SSO, audit logs, 99.9 % uptime SLA. |
18+
| **Free** | 0 € | Try Faable end-to-end. 1 free instance, up to 3 deployments per day, Faable Auth included, community support. |
19+
| **Hobby** | 15 € + usage | Production-ready for a single product. Full instance catalog, unlimited deployments, custom domains, email support. |
20+
| **Pro** | 99 € + usage | Multi-account, enterprise SSO, audit logs, 99.9 % uptime SLA. |
1921

2022
The platform fee unlocks the tier; usage charges depend on what you actually deploy and how many users authenticate. The deep-dives below break down exactly what each plan includes per product.
2123

2224
## What's covered by your plan
2325

2426
The platform tier you choose maps to concrete entitlements in each product. See:
2527

26-
- **[Faable Auth pricing](../auth/pricing.md)** — MAU allowances, auth accounts, passwordless caps, Actions limits, custom domain, MFA, SSO/SAML, audit logs.
27-
- **[Faable Deploy pricing](../deploy/pricing.md)** — compute instance catalog (`bi.xs``bi.2xlarge`), bandwidth allowance, egress overage rates.
28+
- **[Faable Auth pricing](../auth/pricing.md)** — MAU allowances, auth accounts, SSO/SAML, audit logs.
29+
- **[Faable Deploy pricing](../deploy/pricing.md)** — compute instance catalog (`bi.xs``bi.2xlarge`), deployments per day, bandwidth allowance, egress overage rates.
2830

2931
## Support plans
3032

31-
Support plans are sold **separately** from the platform tiers — they are an independent purchase and are not included in Hobby, Pro, or Business.
33+
Support plans are sold **separately** from the platform tiers — they are an independent purchase and are not included in Free, Hobby, or Pro.
3234

3335
| Plan | Response time | Channel | Also includes | Price |
3436
|------------|---------------|--------------------------------------------------------------|-------------------------------------|----------------|
@@ -40,4 +42,4 @@ Support plans are sold **separately** from the platform tiers — they are an in
4042

4143
- Billing cycle is **monthly, in arrears** — at the start of each month you receive the invoice for the previous month's usage.
4244
- All prices are in **EUR** and shown **without taxes (VAT)** included.
43-
- Payment methods are managed from your account's **Billing** settings in the dashboard.
45+
- Payment methods are managed from your account's **Billing** settings in the dashboard; upgrades go through Stripe Checkout.

0 commit comments

Comments
 (0)