- Q01Has Bubble ever offered COPPA-specific tooling?
- No. Bubble has listed COPPA only as a description on the 'Other frameworks' page. There is no verifiable parental consent primitive, no age-gating component, no consent-record schema. The position has been silent for the entire history of the product — and the FTC's 2025 amendments (biometric data, separate third-party consent, written retention policy) raised the bar further.
- Q02Can a consent plugin solve COPPA on Bubble?
- Partially. A plugin can render a parental consent form and capture a signature or a credit-card transaction. It cannot, by itself, gate every other plugin on the page from reading children's data, build a written data-retention policy, or prove deletion across continuous backups. A plugin makes the easy part easier and leaves the hard parts untouched.
- Q03What does a COPPA-clean hybrid look like in practice?
- Children's personal information lives in a Next.js + AWS service that you control end-to-end. Bubble holds marketing, school-facing pages, and any flow that never sees a child's data. The consent flow runs on the new stack, the retention policy is enforced there, and Bubble's plugin runtime never touches the regulated set.
- Q04How long does a COPPA-friendly rebuild take?
- Eight to fourteen weeks for a typical under-13 product. Two weeks for schema, consent workflow, and auth on the new stack. Three to five weeks for the collection surfaces that need consent state. A couple of weeks for retention and deletion workflows. The final stretch for cutover with dual-write through one pilot.
- Q05Does COPPA overlap with FERPA, CCPA, or GDPR-K?
- Yes — and the overlaps are mostly additive. FERPA covers student records held by the school, COPPA covers under-13 PII regardless of school context. CCPA covers California consumers more broadly with a narrow children's carve-out. GDPR-K applies in the EU with the digital-consent age sitting between 13 and 16 depending on the member state. The same Next.js rebuild satisfies all four control families with one consent and retention model.
- Q06Can you sign a DPA covering COPPA obligations?
- Yes. As the engineering partner we sign a DPA covering our access during the build and the warranty period. Your production DPA chain sits with the hyperscaler — AWS or GCP — both of which will sign DPAs covering COPPA-relevant data handling, retention, deletion, and breach notification.