← Crafts
Realtalk preview

Realtalk

EdTech pilot Full-stack engineer

RealTalk education platform for classroom communication and engagement — Vite + React with Supabase auth and TanStack Router data flows.

Overview

realtalk-app targets instructors who need lightweight classroom communication without enterprise LMS weight. TanStack Query caches thread state; React Hook Form + Zod validate submissions; Supabase handles identity.

Capabilities

  • TanStack Router file-based navigation
  • Supabase session management
  • Form validation with Zod resolvers
  • Theme-aware UI primitives (Radix + Tailwind)
Post announcement Insert thread Realtime update Reply Append message Teacher RealTalk Supabase Student
Classroom message flow
{
  "dependencies": {
    "@supabase/supabase-js": "^2.44.4",
    "@tanstack/react-query": "^5.51.9",
    "@tanstack/react-router": "^1.45.4",
    "react-hook-form": "^7.52.1",
    "zod": "^3.23.8"
  }
}
RealTalk classroom feed placeholder
Screenshot placeholder — class thread and engagement panel.