Realtalk
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)
{
"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"
}
}