Small tool to coordinate volunteers and meetings.
This tools allows users to create polls, each poll can be used to find a date for an appointment (like Doodle an other). Or one can create a poll to coordinate helping hands, e.g. one needs 10 persons for 5 shifts, this tool provides the interface (e.g. as alternative to Google Forms).
The idea was created after the EU introduced the DSGVO, cause the tools used before where hosted in the US and now this tools shall replace them.
- Self-hosted and open source
- Lightweight, no database setup
- Easy to use and responsive
- Dark and light theme
- English and german user interface
- Submissions without javascript are possible
- PHP 7+
- Fully object oriented
- Possible to add captcha, cookie banner and notices
Having PHP 7+ installed, one can start a session by executing
php -S localhost:8000
in the respository folder, the system can then be accessed
under http://localhost:8000/
.
Found an error?
Report here.