Your data is safe with us
Paideon is built for schools. We take student data privacy seriously and design every feature with FERPA compliance in mind.
Compliance Framework
Data Rights
Infrastructure & Encryption
- Hosting: Application hosted on Vercel (SOC 2 Type II certified). Database hosted on Supabase (SOC 2 Type II certified, AWS us-east-1).
- Encryption in transit: All data transmitted over TLS 1.2+. HTTPS enforced on all endpoints.
- Encryption at rest: Database encrypted with AES-256. File storage encrypted at rest via AWS S3 server-side encryption.
- Access control: Row-level security (RLS) enforced at the database layer. Teachers can only access their own students' data. Org members see summary-only cross-class data — never individual assignment scores for another teacher's class.
- Authentication: Email/password with bcrypt hashing, Google OAuth, session-based auth with secure HTTP-only cookies.
Subprocessors
The following third-party services process data on behalf of Paideon. All subprocessors maintain SOC 2 compliance and data processing agreements.
| Service | Purpose | Data Processed | Location |
|---|---|---|---|
| Supabase | Database, Auth, File Storage | All application data, user accounts, submission files | US (AWS us-east-1) |
| Vercel | Application Hosting | HTTP requests, server-side rendering | US |
| Anthropic | AI Grading Engine | PII-stripped submission content only (names, phones, addresses removed; images/PDFs sent with AI instruction to ignore visible PII) | US |
| Stripe | Payment Processing | Teacher billing info only (no student data) | US |
Student Data Lifecycle
Every submission follows this exact path — from upload to deletion.
- 1
Upload
Teacher uploads submission (essay, PDF, image). File encrypted in transit (TLS 1.2+) and at rest (AES-256). Stored in US-based data center.
- 2
Text Extraction
Text extracted server-side from PDF/DOCX/RTF. Original file retained for 7 days only, then automatically deleted.
- 3
PII Stripping
Before AI sees anything: student names → [STUDENT], emails → [EMAIL], IDs → [STUDENT_ID], phone numbers → [PHONE], addresses → [ADDRESS]. Images/PDFs: prompt-level instruction to ignore visible PII.
- 4
AI Grading
Anonymous content sent to Anthropic Claude API (US servers). No student name, class, or school identifier included. Anthropic does NOT train on API inputs.
- 5
Teacher Review
AI suggests scores per rubric criterion with written feedback. Marked “Needs Review” — never auto-finalized. Teacher adjusts, edits, or overrides entirely.
- 6
Export & Sync
Grades exportable as Canvas CSV. Pushable to Canvas via API with rubric assessments and feedback. Emailable to students. Student data exportable as JSON.
- 7
Data Retention
Uploaded files: auto-deleted after 7 days. Grades & feedback: retained until deleted by teacher/admin. Audit logs: 3 years per FERPA. Student records: permanently deletable on demand.
Related Documents
Questions?
For security inquiries, DPA requests, or compliance questions, contact us at security@paideon.app. We respond to all security-related inquiries within 2 business days.
Last updated: March 2026