Join or create study groups to learn together with classmates. Chat in real-time using Supabase Realtime.
Setup required: Configure Supabase authentication and realtime to enable this feature.
Practice multiplication, division, and fractions together!
Explore physics, chemistry, and biology concepts together!
Learn about world history, ancient civilizations, and more!
Discuss books, practice reading comprehension, and improve vocabulary!
Learn about countries, capitals, and cultures around the world!
Learn programming basics, algorithms, and problem-solving!
John Smith • Grade 5 • 2 mins ago
Hey everyone! Can someone help me with fractions? I'm stuck on 3/4 + 2/3
Emily Miller • Grade 5 • 1 min ago
Sure! First, you need to find a common denominator. For 3/4 and 2/3, the common denominator is 12!
Michael Brown • Grade 4 • Just now
And then convert: 3/4 = 9/12 and 2/3 = 8/12. So 9/12 + 8/12 = 17/12 = 1 5/12! 🎉
💡 Real-time chat requires Supabase Realtime. See API documentation for integration details.
To enable study groups functionality:
/api/auth/loginPOST /api/groups - Create groupGET /api/groups - List groupsPOST /api/groups/{id}/join - Join groupPOST /api/groups/{id}/messages - Send messageThis is a demo interface. Use the API endpoints to create groups after setting up authentication.