- Q01Has Bubble ever supported HIPAA?
- No. Bubble has been consistent for years that the platform is not designed for HIPAA-regulated workloads and that they do not sign BAAs. Their position has tightened over time as procurement standards across healthcare have hardened.
- Q02What about a HIPAA plugin or third-party encryption wrapper?
- Plugins run inside Bubble's runtime — they cannot extend the BAA chain. Encrypting fields client-side helps confidentiality but doesn't address audit logging, tenant isolation, or the fact that PHI is still transiting Bubble's infrastructure.
- Q03Could I store PHI in a separate HIPAA-eligible database and just call it from Bubble?
- This is the hybrid path. It works if the PHI never lands in Bubble's database, never appears in Bubble logs, and never sits in Bubble's session state. Most teams underestimate how often it leaks into one of those — which is why we recommend a clean carve-out, not an in-place patch.
- Q04How long does a HIPAA-eligible rebuild actually take?
- For a typical post-PMF health app we ship in 8–14 weeks: week 1-2 for schema and auth on a BAA-eligible Postgres host, weeks 3-5 for the PHI-bearing workflows, weeks 6-10 for the long tail, and the final stretch for cutover with dual-write running on both stacks.
- Q05Does a HIPAA-eligible rebuild also satisfy SOC 2 or HITRUST?
- It aligns with both, but isn't equivalent. SOC 2 and HITRUST are framework audits that sit on top of an already-defensible stack — the rebuild gives you the stack; the audit firm gives you the report.
- Q06Can you sign a BAA with us?
- Yes. As the engineering partner, we can sign a BAA covering our access during the build and the warranty period. Your production hosting BAA chain is a separate set of signatures we'll set up with you (typically AWS, Vercel Enterprise, and any subprocessors).