- Q01Has Bubble ever issued a FERPA position?
- No. Bubble lists FERPA on its 'Other frameworks' page as a description only, with no commitment and no school-official addendum. The position has been silent for the entire history of the product. That is not unusual — FERPA binds the school and its 'school officials', not the platform — but it does mean the district will look to you, not to Bubble, to sign the DPA they need.
- Q02Will a FERPA plugin or compliance widget close the gap?
- No. FERPA compliance is a contractual programme, not a runtime feature. Districts care about the school-official terms in your DPA, your access controls, your disclosure logs, and your deletion procedures. A plugin can't sign a DPA, can't extend audit logs beyond two weeks, and can't prove deletion across continuous backups. It can only make the procurement reviewer more suspicious.
- Q03What does the hybrid actually look like in practice?
- You stand up a Next.js service on AWS or GCP that owns every student record and every disclosure log. The Bubble app keeps marketing, lead capture, and internal tooling that never touches student PII. The DPA is signed against the new stack. The boundary is the entire selling point — once student data leaks back into Bubble, the district's DPA is broken.
- Q04How long does a FERPA-friendly rebuild take?
- Eight to fourteen weeks for a typical K-12 product: two weeks for schema and auth on the new stack, three to five weeks for record-bearing workflows, a few weeks for the long tail of internal tools, and the final stretch for cutover with a dual-write window through one pilot district.
- Q05Does FERPA overlap with COPPA, CCPA, or SOC 2?
- It overlaps with all three but doesn't replace any. COPPA covers under-13 PII regardless of whether the data is an education record; CCPA covers consumer data with narrow FERPA carve-outs; SOC 2 is procurement table-stakes for any district that asks. The same Next.js rebuild satisfies all three control families with a single set of evidence.
- Q06Can you sign the district DPA with us?
- Yes. As the engineering partner we sign a DPA covering our access during the build and the warranty period. Your production DPA chain — district-facing — sits with the hyperscaler (AWS or GCP) and with you. Both will sign the school-official terms district legal teams actually use.