A beautiful, interactive dashboard for visualizing Supabase user analytics data. Built with React, Vite, and shadcn/ui, featuring a dark/light theme and responsive design.
🌐 Try it out: supabase-user-analytics.osint-app.com
- 📊 Interactive charts and visualizations
- 🌓 Dark/light theme support
- 📱 Fully responsive design
- 📈 Real-time data processing
- 🎨 Supabase-styled components
- 📁 CSV data import support
- Weekly Activity Tracking
- Time Distribution Analysis
- Domain Distribution Stats
- User Engagement Levels
- Key Performance Metrics
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Export your Supabase users data using:
select * from auth.users;
- Save the results as a CSV file
- Drag and drop the CSV file onto the dashboard or use the upload button
- View your analytics instantly!
- React 18
- Vite
- TypeScript
- Tailwind CSS
- shadcn/ui
- Recharts
- next-themes
- Lucide Icons
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
MIT
Built with ⚡ using Bolt.new