import { Link, useNavigate } from 'react-router-dom'; import { Video, Users, Zap, Shield, Camera, MessageCircle, Star, LogOut, LayoutDashboard } from 'lucide-react'; import { useAuth } from '../contexts/AuthContext'; const HomePage = () => { const { user, logout } = useAuth(); const navigate = useNavigate(); const handleLogout = () => { logout(); navigate('/login'); }; return (
Connect with other competitors, record each other's dances, and exchange videos in seconds.
This app is specifically built for West Coast Swing dancers and competition enthusiasts
Share videos directly with your partners using secure peer-to-peer WebRTC technology. Fast, private, and encrypted.
Find the perfect collaboration partner based on division, role, and heat assignments at your event.
Communicate instantly with event participants and your collaboration partners through integrated chat.
Your videos and conversations are end-to-end encrypted. What you share stays between you and your partner.
No upload delays or waiting. Direct peer-to-peer connections mean instant video transfers, even for large files.
Integrated with WSDC events. Automatic heat tracking and partner suggestions based on competition divisions.
Get started in three simple steps
Check in to your West Coast Swing competition using the event's QR code or check-in link.
Browse other people on your event's chat and send collaboration requests to potential recording partners.
Exchange videos securely, chat in real-time, and reward your recording partner with a star-rating system.
Join dancers from around the world who are already participating in spotlight.cam
Create Your Free Account