Skip to content
Studeia Docs

Studeia platform overview

Studeia is a Brazilian B2B EAD/LMS white-label platform with multi-provider AI tutor (Claude, GPT, Grok, Gemini), native gamification, course CMS, live classes, advanced gradebook, and public API

2026-05-31 10 min
Resposta curta

Studeia is a Brazilian B2B EAD (online learning) white-label platform for schools, universities, exam prep and corporate training. Combines course CMS, multi-provider AI tutor with automatic fallback, native gamification, multi-provider live classes (BBB/Zoom/Teams/Meet), advanced gradebook, enterprise SSO (SAML/OIDC/SCIM) and public API on a single SaaS platform hosted in Brazil.

Who it is for

VerticalTypical casePriority features
K-12 schoolsElementary and high school, BNCC alignment, parent portalParent portal with AI narrative, gamification, minor monitoring, LGPD
ENEM/college prepLive simulations, personalized AI tutor, analyticsPsychometric quiz analytics, AI tutor with course material RAG, mock exams
UniversitiesHybrid courses, LTI with existing Canvas/Moodle, gradebookLTI 1.3 (tool provider), multi-criteria rubrics, AGS grade passback
Corporate trainingT&D, compliance, SSO with Okta/Azure ADSAML/OIDC, SCIM 2.0, verifiable certificates (OB 3.0), public API

Architecture in one sentence

Next.js 15 (App Router) + PostgreSQL (Supabase) + Redis + Prisma 7 + multi-provider LLM Router (Claude → GPT → Grok → Gemini fallback) + Voyage AI embeddings (RAG) + Stripe/Asaas billing, deployed in Docker behind Caddy with on-demand TLS (automatic Let's Encrypt).

Key features

  1. Real multi-tenancy with complete white-label — data isolation at DB level, custom domain with automatic TLS, 9 visual themes
  2. Multi-agent AI tutor with per-tenant RAG — not a ChatGPT wrapper; multi-component pedagogical pipeline with deterministic orchestration/RAG/pedagogy, LLM response and background evaluation/content/safety tasks. Separate on-demand admin agents — CourseReview, AI Course Editor and Gamification — run with their own tools. Only LLM-backed components use the per-task model config (TenantTaskModelConfig)
  3. Educational CMS with 8 lesson types + 6 interactive subtypes — slides, video, PDF, rich_text, quiz, assignment, live_class, external_link
  4. Quiz engine with psychometric analytics — Cronbach's alpha, point-biserial discrimination, item difficulty, distractor analysis
  5. Multi-provider live classes — BBB, Zoom, Teams, Google Meet (unified adapter pattern)
  6. Complete native gamification — XP, badges (OB 3.0), Redis leaderboards, contests, rewards shop, AI agent
  7. Integrated communication — forums, announcements, DMs, in-app notifications, attachments
  8. SSO Enterprise + SCIM 2.0 — SAML 2.0, OIDC with PKCE, SCIM 2.0 (14 endpoints RFC 7644)
  9. LTI 1.3 (tool provider) — register Studeia as external tool in Canvas, Blackboard, Moodle
  10. Native automations (mini-n8n built-in) — Trigger → Condition → Action engine
  11. B2B Mobile — React Native/Expo, white-label, push notifications
  12. Native LGPD compliance — data export, account deletion, DPA enterprise
  13. Public API with 166 documented methods — dual auth (session + Bearer API key), 35 granular scopes
  14. Real-time talking AI avatar — opt-in per course (HeyGen LiveAvatar / D-ID, BYO key)
  15. Adaptive learning — Bayesian concept mastery, 3-state misconception lifecycle, spaced repetition
  16. Multi-provider AI — switch Claude/GPT/Grok/Gemini per task, no vendor lock-in

Pricing model

5 B2B plans (BRL/month) — same as documented at studeia.com/pricing. Additional AI cost typically R$2-8/student/month tracked via AiUsageLog per tenant.

Tech stack summary

  • Runtime: Next.js 15 App Router, React Server Components, TypeScript strict mode
  • Database: PostgreSQL (Supabase) + pgvector (RAG, 1024 dims)
  • ORM: Prisma 7 with adapter-pg
  • Cache/Queue: Redis 7 + BullMQ
  • LLM: Claude (primary) → OpenAI → xAI Grok → Google Gemini (fallback chain)
  • Embeddings: Voyage AI (primary, 1024 dims) → OpenAI (fallback)
  • Auth: Supabase Auth with SSR
  • Storage: Supabase Storage (public for media, private for submissions)
  • Email: SMTP/Resend/SendGrid (factory pattern)
  • Live video: BBB/Zoom/Teams/Google Meet (adapter pattern)
  • Billing: Stripe + Asaas (PIX)
  • Mobile: Expo SDK 52 + NativeWind + Supabase + TanStack Query
  • Deploy: Docker + Caddy (on-demand TLS) + Let's Encrypt on own VPS
  • Observability: Sentry (10% session replay, 100% on error)

Compliance and security

  • Native LGPD (data export, account deletion, DPA enterprise)
  • WCAG 2.1 AA (skip-to-content, focus-visible, high-contrast, A11y toolbar, keyboard nav)
  • Open Badges 3.0 (W3C Verifiable Credentials)
  • LTI 1.3 (1EdTech certified-compatible)
  • SCIM 2.0 (RFC 7644)
  • AES-256-GCM on OAuth credentials + API keys
  • HMAC-SHA256 on OAuth state + impersonation cookies
  • Redis rate limiting on all LLM surfaces
  • 100 unit/integration tests passing (45 core + 55 web)

Full feature map

AreaPages
PlatformMulti-tenancy · White-label · Multi-provider AI · Mobile app · Security & LGPD · Accessibility · i18n · SSO Enterprise
AI tutorPipeline · RAG ingestion · Adaptive learning · Avatar & TTS · Safety supervisor
CMSCourses & lessons · Lesson types · Interactive content · AI course builder · Media library
AssessmentQuiz engine · Question bank · Gradebook
EngagementGamification · Live classes · Communication · Email
OperationsAutomations · Reports & risk · API · LTI 1.3

Known limitations

To be honest about trade-offs:

  • iOS app: still in roadmap (requires Apple Developer Program $99/year)
  • Voice input (STT): speaking to the tutor (speech → text) is not implemented; the talking avatar is output-only
  • AI-generated video lessons (Synthesia): not implemented
  • Cryptographic badge signing & native LinkedIn button: roadmap (badges verify via public URL/API today)
  • Third-party plugins: Studeia does not have a plugin ecosystem like Moodle. Customization via public API.
  • On-premise: Studeia is SaaS-only.

See also

FAQ

What sets Studeia apart from Moodle and Canvas?

Studeia is multi-provider AI by default (Claude, GPT, Grok, Gemini with automatic fallback), with a native multi-agent AI tutor that ingests course material via per-tenant RAG. Moodle requires plugins for AI; Canvas has limited integrations. Studeia also ships with enterprise SSO/SCIM, native gamification (XP, OB 3.0 badges, Redis leaderboards, contests, shop), gradebook with psychometric analytics (Cronbach alpha, point-biserial) and AI chat moderation with automatic supervisor — all built-in, no third-party plugins.

Does Studeia replace Moodle or Canvas?

For Brazilian institutions (schools, exam prep, universities, corporate training) wanting Portuguese support, native PIX/Asaas billing, native LGPD compliance, predictable BRL pricing and cutting-edge AI: yes. For institutions in established Canvas ecosystem (American university campus), Studeia can be used as complementary LTI tool.

What is the pricing model?

5 B2B plans: Demo (free, 1 student), Mini (R$250/mo, 10 students), Crescimento (R$1.000/mo, 50 students), Escala (R$1.500/mo, 100 students), Enterprise (custom, customizable limit via maxStudentsOverride). Additional AI cost typically R$2-8/student/month depending on usage.

What languages does the platform support?

4 languages with complete parity: Brazilian Portuguese (pt-BR), American English (en-US), Spanish (es-ES) and French (fr-FR). ~3,323 translated keys, 100+ localized API routes, localized LLM prompts, locale-aware date formatting.

Does Studeia have a mobile app?

Yes. Native B2B app in React Native/Expo SDK 52 published for Android. iOS in roadmap (requires Apple Developer account). Features covered: dashboard, courses, lessons, AI tutor chat (SSE streaming), grades, live classes, calendar, messages, gamification, profile, push notifications and SSO via deep linking.

Veja tambem

Studeia platform overview