Pollify is a simple, ad-free, and private polling application built with Flask and Firebase. Create and share polls without the clutter of advertisements or tracking.
- 🚀 Create polls instantly
- 🔒 Private and secure
- 📱 Mobile-friendly design
- 🔗 Shareable links
- 📊 Real-time results
- 🍪 Local poll tracking
- 💨 No ads or trackers
Try it out at: pollify.co.uk
- Frontend: HTML5, CSS3 (Flexbox)
- Backend: Flask (Python)
- Database: Firebase Realtime Database
- Hosting: Vercel
- Version Control: Git
Setup and installation instructions will be added in a future update. Stay tuned!
pollify/
├── app/
│ ├── static/
│ │ ├── css/
│ │ │ └── style.css
│ │ ├── js/
│ │ │ └── main.js
│ │ └── favicon.ico
│ ├── templates/
│ │ ├── base.html
│ │ ├── create_poll.html
│ │ ├── poll.html
│ │ └── results.html
│ ├── __init__.py
│ ├── routes.py
│ ├── firebase_config.py
│ └── utils.py
├── vercel.json
├── requirements.txt
└── README.md
Contribution guidelines will be provided in a future update. Feel free to star the repository to stay updated!
Distributed under the MIT License. See LICENSE
for more information.
- Flask documentation and community
- Firebase documentation and community
- Vercel for hosting
- All contributors and users of Pollify