Framadate
Self-HostedOpen-source alternative to Doodle for scheduling meetings and polls
Overview
Framadate is an open-source polling tool for scheduling meetings and events. It lets users create date/text-based polls, share links with participants (no account required for voting), and view real-time responses. Self-hostable via Docker or PHP/MySQL setups, it offers privacy features like anonymous voting, customizable deadlines, and exportable results (CSV/PDF). Ideal for teams wanting control over their scheduling data without relying on third-party SaaS tools.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
framadate:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: framadate
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Create date/text-based polls for meetings/events
- Self-hostable via Docker or PHP/MySQL stack
- Anonymous voting & no participant account required
- Real-time response tracking & exportable results
Frequently Asked Questions
? Is Framadate hard to install?
Framadate is accessible—Docker images enable quick one-click deployment, while manual setup needs basic PHP/MySQL skills. Official docs provide step-by-step guides for both methods, making it manageable for beginners.
? Is Framadate a good alternative to Doodle?
Yes—It mirrors Doodle’s core scheduling features (date/text polls, real-time responses) and adds self-hosting/privacy benefits, avoiding Doodle’s subscription fees or data collection.
? Is Framadate completely free?
Absolutely—Framadate is open-source under the MIT License, so it’s free to self-host, modify, and use with no premium tiers or hidden costs.
Top Alternatives
People Also Ask about Framadate
Tool Info
Pros
- ⊕ Privacy-focused (self-hostable, no third-party data sharing)
- ⊕ Completely free & open-source (MIT License)
- ⊕ No account needed for poll participants
- ⊕ Customizable poll settings (deadlines, vote limits)
Cons
- ⊖ Requires basic server knowledge for manual installation
- ⊖ UI is functional but less modern than SaaS alternatives like Doodle
- ⊖ Limited advanced features (e.g., no native calendar integration)