Frequently Asked Questions
Direct answers to the most common questions about Faable. For details, follow the links in each answer.
What is Faable?
Faable is a European cloud platform that combines two products in one subscription: Faable Deploy, a zero-config platform that builds and hosts apps straight from a Git repository, and Faable Auth, a multi-tenant OAuth 2.0 / OpenID Connect identity server. It lets developers ship and secure full-stack apps and AI agents without managing infrastructure.
Is Faable hosted in Europe? Is it GDPR-compliant?
Yes. Faable is hosted 100% in Europe with full GDPR data sovereignty — your apps and user identities stay in European datacenters under European law. This is a core difference from US platforms that offer optional EU regions.
How much does Faable cost?
Faable uses one subscription covering both Deploy and Auth, with three platform tiers: Free (0 €), Hobby (15 €/month + usage), and Pro (99 €/month + usage). Pricing is hybrid — a monthly platform fee plus usage for compute, bandwidth overage, and monthly active users (MAU) above the included allowance. Plans apply per project. See the pricing page for full details.
Is there a free tier?
Yes. The Free plan costs 0 € and lets you run a real app end-to-end: one bi.xs instance per project, up to 10 successful deployments per day, 10 GB of bandwidth, and Faable Auth included. Upgrade to Hobby for the full instance catalog, unlimited deployments, and custom domains.
Can I deploy directly from GitHub?
Yes. Connect your GitHub repository, push your code, and Faable detects your stack, builds it, and serves it at https://<app>.faable.link with free automatic SSL — no Dockerfiles, YAML, or servers to provision. See What is zero-config CI/CD? and Get Started.
What frameworks and stacks does Faable Deploy support?
Faable Deploy runs any stack that listens on the $PORT environment variable in a Linux container. It auto-detects Node.js (20, 22, 24) — including Next.js and Express — and Python (3.11, 3.12) — including Django, FastAPI, and Flask — plus static frontends (Astro, Vite, Angular, Gatsby, CRA, Vue). Anything else deploys from your own Dockerfile. Your server binds to 0.0.0.0 on $PORT and Faable handles the rest. See the guides for Express, Django, FastAPI and Flask, or the full build requirements.
Does Faable Auth replace Auth0, Clerk, or Keycloak?
For most use cases, yes. Faable Auth is a standards-based OAuth 2.0 / OpenID Connect identity server covering social login, passwordless (magic link and email OTP), RBAC and teams, custom domains, actions and webhooks, and first-class machine-to-machine tokens — with migration guides from Auth0, Clerk and Keycloak.
Two things are not available yet: SAML / pre-built enterprise SSO connectors, and built-in MFA. If your project needs either today, Faable Auth is not the right fit yet. See the comparison for the full feature-by-feature table.
How is Faable Auth priced — what is MAU?
Faable Auth is priced by monthly active users (MAU): the number of distinct users who authenticate in a calendar month. Each platform tier includes an MAU allowance, and you pay usage only above it — there are no per-feature add-ons. See Faable Auth pricing.
Does Faable include a Web Application Firewall?
Yes. Faable Deploy includes a built-in Web Application Firewall (WAF) powered by the OWASP Core Rule Set, protecting against the OWASP Top 10 (injection, XSS, and more). It’s included rather than a paid add-on — see the WAF docs.
Are Deploy and Auth sold separately?
No. Both products are covered by a single Faable subscription — one platform fee unlocks Deploy and Auth together, with one support relationship. See pricing.
Where is my data stored?
All Faable data — application workloads and user identities — is stored in European datacenters under GDPR. This applies to both Faable Deploy and Faable Auth.
Related
- Get Started with Faable Deploy · Get Started with Faable Auth
- Pricing
- Faable Deploy vs Vercel, Render & Railway · Faable Auth vs Auth0, Clerk & Keycloak
Last updated on