Fan engagement platform with analytics — built with Next.js, TypeScript, and Tailwind CSS.
FreeFan is a fan engagement analytics platform that helps creators understand and grow their audience. Built with Next.js SSG for blazing-fast performance.
- Audience analytics — Track engagement metrics
- Static generation — Next.js SSG for optimal performance
- Type-safe — Full TypeScript support
- Responsive UI — Tailwind CSS for rapid styling
- Component-driven — Reusable React component architecture
git clone https://github.com/bonanza127/FreeFan-.git
cd FreeFan-
npm install
npm run devDev server runs on http://localhost:3000.
npm run buildnpm run lint- Fork the repo
- Create a branch (
git checkout -b feature/your-feature) - Commit changes (
git commit -m 'Add your feature') - Push and open a Pull Request
- Real-time analytics dashboard
- Creator profile pages
- Fan interaction feed
- Export analytics as CSV/PDF
- Dark mode support
MIT — see LICENSE for details.