A modern link-in-bio SaaS platform with analytics and customization.
- 🔐 Authentication system
- 📊 Analytics dashboard (Chart.js)
- 🔄 Drag & drop link management
- 🌍 Public profile pages
- 🎨 Modern UI (TailwindCSS)
- Flask
- PostgreSQL
- TailwindCSS
- Chart.js
- Sortable.js
Coming soon...
git clone https://github.com/YOUR_USERNAME/linkhub-pro.git
cd linkhub-pro
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
flask --app backend.app run