Mindwendel
Mindwendel gives you brainstorm and upvote ideas and thoughts within your team on your own infrastructure.
Anonymous team ideation, self-hosted. Reviewed honestly, without the pitch deck.
TL;DR
- What it is: Open-source (AGPL-3.0) brainstorming and idea-voting tool — think a minimal, privacy-focused replacement for Mentimeter or Padlet’s collaborative boards [README][5].
- Who it’s for: Small teams running structured brainstorming sessions, lean coffee meetings, or design-thinking workshops who want zero vendor lock-in and zero participant registration friction [2][README].
- Cost savings: Mentimeter’s Pro plan starts at ~$11.99/mo per presenter. Padlet charges $8/mo. Mindwendel self-hosted costs whatever your VPS costs — a $5 Hetzner box handles it fine [README].
- Key strength: Participants need no account, no email, no password. You share a link and everyone’s live in under a minute. GDPR compliance is default behavior, not a checkbox [2][README].
- Key weakness: This is a small project — 133 GitHub stars, one public user review, and the vendor’s own hosted service is shutting down at the end of May 2026. If you run it, you run it yourself [website][2][5].
- Critical note: The managed cloud offering at mindwendel.com is being discontinued. Self-hosting is now the only path forward [website].
What is Mindwendel
Mindwendel is a focused brainstorming tool. You create a “challenge” — a session topic — share the link with your team, and everyone submits ideas in real time. Participants can upvote ideas, cluster them with labels, drag them into lanes, and leave comments. Sessions auto-delete after 30 days of inactivity [README][2].
That’s the whole product. It doesn’t try to be a project management suite, a whiteboard, or a Notion clone. The GitHub description puts it plainly: “Brainstorm, organize, and prioritize ideas effortlessly. Use it as a collaborative planning board or for live brainstormings within your team.” [README]
The technical foundation is Elixir and Phoenix LiveView — which means real-time updates without polling hacks, and a runtime that handles concurrent sessions cheaply. It’s not a common stack in the self-hosted space (most tools reach for Node or Python), but for a tool built around live collaborative sessions, it’s the right choice [README].
The project is maintained by b310-digital, a German digital agency. This context matters: the GDPR-first design isn’t marketing copy, it reflects where the team lives and what their clients require [2][README].
As of this review, the repository sits at 133 stars with 20 forks and 36 open issues [2][5]. That’s a small project by any measure. Awesome-selfhosted lists it under Software Development — Project Management alongside tools with 10,000+ stars [5]. It belongs there functionally, but the community size is not comparable.
Why people choose it
Third-party reviews for Mindwendel are scarce. AlternativeTo has one written review — five stars from Gerardo Navarro, posted February 2023 [2]:
“It is self-hosted tools that does not track any personal data about the brainstormers. It automatically deletes brainstormings after 30 days after inactivity. This behavior is by default, but can be customized. This privacy-aware and GPDR-compliant features.”
That single review captures what distinguishes Mindwendel from most competitors: privacy is the architecture, not an option. Auto-deletion, no required accounts, no tracking — these are defaults you’d have to actively override, not features you’d have to remember to enable.
The AlternativeTo tags tell a secondary story: lean-coffee, design-thinking, upvote, ideation [2]. These aren’t generic project management terms. They describe a specific meeting format — the kind where a facilitator posts a question and participants dot-vote on responses without the loudest voice dominating. Mindwendel is built for that session type.
On the list of Padlet alternatives [3], Mindwendel appears as the self-hosted AGPL option against a field of freemium SaaS products. Padlet, Stormboard, Miro, Mentimeter — all proprietary, all cloud-only, all with metered tiers. Mindwendel’s position is: same basic concept, your server, free [3].
What you won’t find: benchmark comparisons, in-depth setup walkthroughs from YouTubers, community forum threads about edge cases. The project is too small for that. You’re working with the README and your own testing.
Features
Based on the README and the AlternativeTo listing [2][README]:
Session management:
- Create a challenge (session) with a single link to share — no admin account needed for participants [README]
- Optional usernames — participants can be fully anonymous [README]
- Live updates via Phoenix LiveView — no page refresh, ideas appear in real time [README]
- Auto-delete after 30 days of inactivity (configurable) [README][2]
Idea organization:
- Submit and upvote ideas
- Custom labels to cluster and filter [README]
- Lanes — swimlane-style grouping with drag-and-drop ordering [README]
- Comments on individual ideas [README]
Content and attachments:
- Link previews for URLs shared in ideas [README]
- File attachments with automatic encryption — uploaded to any S3-compatible storage backend (AWS S3, MinIO, Backblaze, etc.) [README]
- AI-powered idea generation using any OpenAI-compatible LLM API [README]
Export and compliance:
- Export ideas to HTML or CSV [README]
- GDPR compliance by design (auto-deletion, no tracking) [2][README]
Localization:
- German and English translations included [README]
Infrastructure:
- Docker and Docker Compose deployment [README][5]
- PostgreSQL for persistence [README]
- REST API available [merged profile]
- S3-compatible storage for files [README]
The AI generation feature deserves a note: it’s an integration hook, not a bundled model. You bring your own OpenAI-compatible API endpoint — OpenAI itself, a local Ollama instance, or any compatible provider. The tool sends a prompt, gets suggestions back, and surfaces them in the session [README]. Useful if your team wants seeding ideas to break blank-canvas paralysis; not a reason to choose or reject the tool on its own.
Pricing: SaaS vs self-hosted math
Mindwendel managed cloud: shutting down May 2026. The homepage banner reads: “Attention: We will shut down this offering at the end of May 2026! Please export your data.” [website] There is no longer a SaaS tier to evaluate.
Self-hosted (AGPL-3.0):
- Software: free
- Hosting: $5–10/mo on any VPS (Hetzner, Contabo, DigitalOcean)
- S3 storage for file attachments: $0 if you use MinIO locally, or $0.023/GB/mo on AWS S3 (negligible for brainstorming files)
What competitors charge:
| Tool | Free tier | Paid entry |
|---|---|---|
| Mentimeter | 5 slides, 2 questions/quiz | ~$11.99/mo |
| Padlet | 3 boards | ~$8/mo |
| Miro | 3 boards | ~$8/user/mo |
| Stormboard | 5 sticky notes/board | ~$8.33/mo |
For a team running brainstorming sessions weekly — say 10 active sessions per month — Mentimeter’s limits hit fast and $12/mo becomes $144/year. Padlet’s three-board free limit is genuinely restrictive for recurring use. Self-hosting Mindwendel on a $5 VPS that you’re probably already paying for runs at $0 incremental cost [README].
The catch is that the AGPL-3.0 license has teeth if you’re building a product on top of it. AGPL requires that you release your modifications if you run a modified version as a network service. For internal team use, this doesn’t matter. If you’re thinking of embedding it in a client-facing product or white-labeling it, you’d need to either comply with AGPL (release your changes) or negotiate a commercial license with b310-digital [2][README].
Deployment reality check
The README claims “5 minute setup (It is not a joke)” [README]. For Docker Compose on a VPS where you already have Docker installed and a domain configured, that’s plausible for a development instance. Production is a bit more involved.
What you need:
- A Linux VPS — 1GB RAM is workable given Elixir’s lightweight runtime; 2GB is comfortable
- Docker and docker-compose
- A domain and reverse proxy (Caddy or nginx for HTTPS)
- An S3-compatible storage bucket if you want file attachments (optional — the tool works without it)
- PostgreSQL (bundled in the Docker Compose file)
Production-specific steps the README calls out:
- Generate a self-signed SSL certificate for the PostgreSQL container (there’s a specific openssl command sequence in the docs) [README]
- Copy and configure
.env.prodfrom the provided.env.prod.defaulttemplate [README] - Run
docker compose --file docker-compose-prod.yml --env-file .env.prod up -d --build --force-recreate[README]
A specific gotcha: the URL_HOST environment variable must match exactly how you access the app. If you set URL_HOST=brainstorm.example.com but try to access via http://localhost, it won’t work. The README flags this directly [README]. For experienced self-hosters, obvious. For first-timers, this is the most likely failure point.
Realistic time estimates:
- Experienced self-hoster with Docker already running: 20–40 minutes including DNS propagation
- Someone setting up a VPS for the first time: 2–4 hours including learning the steps
- Non-technical founder with no Linux background: this is not the tool to learn on — get help for the deploy
One thing to acknowledge: Elixir is an uncommon runtime for self-hosted tools. If something breaks, the debugging pool is smaller than for a Node or Python app. The Docker packaging abstracts most of this away, but if you need to troubleshoot at the application level, you’re in a less common space [README].
Pros and cons
Pros
- No registration for participants. Share a link, they’re in. No signup flow, no email confirmation. This is the primary reason to choose Mindwendel over tools that require accounts [2][README].
- GDPR compliance by default. Auto-deletion, no tracking, privacy-first architecture from a German team that takes this seriously [2][README].
- Real-time without complexity. Phoenix LiveView delivers live updates out of the box — this is Elixir doing what it’s built for [README].
- File attachments with encryption. Automatically encrypted uploads to S3-compatible storage is a non-trivial feature for a tool this focused [README].
- AI idea generation. Bring-your-own LLM API support, including local models via Ollama [README].
- Export. HTML and CSV export — your data doesn’t stay trapped [README].
- Genuinely lightweight to run. Elixir’s runtime is efficient; this won’t need a beefy server [README].
Cons
- SaaS is gone. The hosted service shuts down May 2026. There is no soft landing if you don’t want to self-host [website].
- Tiny project. 133 stars, one published user review, 36 open issues. The bus factor is real. If b310-digital stops maintaining this, you’re on your own with the source code [2][5].
- AGPL-3.0, not MIT. Embedding or commercially redistributing requires either compliance or a commercial license. Less flexible than MIT for product use cases [2][README].
- No mobile app. Browser-only. Works on mobile browsers but there’s no native app [2].
- Minimal integrations. No Slack notifications, no Jira export, no webhook system beyond what the REST API covers. It’s a standalone tool [README].
- Limited to brainstorming. This is not project management, not task tracking, not a Trello replacement. If you need those things, you need a different tool [1][README].
- Sparse documentation and community. The README is the documentation. There’s no Discourse, no Discord, no community forum with answers to common setup questions [README].
- No SSO or team management. Challenge links are the access control mechanism. There’s no user directory, no permissions model, no audit logs [README].
Who should use this / who shouldn’t
Use Mindwendel if:
- You run regular structured brainstorming sessions — lean coffee, design sprints, retrospectives — and you need a quick, no-friction tool to collect and vote on ideas.
- Participant anonymity or GDPR compliance is a real requirement, not a nice-to-have.
- You’re already running Docker somewhere and adding one more lightweight service is trivial.
- You want to escape per-presenter pricing on Mentimeter or per-board pricing on Padlet for a use case that fits what Mindwendel actually does.
Skip it if:
- You need your brainstorming tool to integrate with your existing project management stack (Jira, Linear, Notion). It won’t.
- You’re a non-technical founder with no one to handle the deployment. The install is straightforward by self-hosted standards, but it is still a self-hosted service.
- You need SSO, user management, or audit logs. None of those exist here.
- You were considering the hosted version — it’s shutting down. Plan accordingly.
- You want a large community and active development. This project moves slowly and quietly.
Use something else if you need:
- A full whiteboard with shapes, connectors, and freeform drawing → Miro, Excalidraw
- Audience polling during live presentations → Mentimeter, Slido
- A kanban board that happens to have brainstorming → Wekan, Focalboard (note: Focalboard is discontinued [1])
- Anonymous feedback collection with more structure → Loomio, Decidim
Alternatives worth considering
From the AlternativeTo listings and the broader category [1][3][5]:
- Mentimeter — the polished choice for live audience Q&A and polls. Works beautifully in presentations. Freemium SaaS, no self-hosting option. If you’re running workshops for clients and polish matters, Mentimeter is worth the $12/mo [1].
- Padlet — more flexible canvas, more content types (video, links, images in cards). Still SaaS, still metered. Better for async idea collection; worse for live voting sessions [3].
- Miro — if you need a real collaborative whiteboard, not just a voting board. Overkill for lean coffee. Significantly more expensive at scale [3].
- Wekan — open-source kanban (MIT license). Listed as a Mindwendel alternative on AlternativeTo but serves a different use case. If you want a Trello replacement, Wekan; if you want anonymous idea voting, Mindwendel [1].
- Loomio — open-source decision-making tool. More structured than Mindwendel, supports formal proposals and consensus voting. More complexity too.
- Excalidraw — if freeform whiteboard with no structure is what you need. Fully open source, extremely lightweight to self-host.
The honest shortlist for the Mindwendel use case specifically: Mindwendel vs Mentimeter. Mindwendel wins on privacy, cost, and no-registration UX. Mentimeter wins on polish, presentation integration, and not requiring a server to run.
Bottom line
Mindwendel does one thing — anonymous, real-time idea brainstorming and voting — and it does it cleanly. The GDPR-first design, zero-registration participant flow, and Elixir’s real-time foundation are genuine strengths. For teams paying Mentimeter $144/year for a use case that fits in a $5 VPS, the math is straightforward.
But go in with eyes open. This is a 133-star project with one published review and no hosted service after May 2026. It’s not abandoned, but it’s not thriving either. If you self-host it, you own the maintenance. If b310-digital stops cutting releases, you own the source. That’s the AGPL deal.
For the specific use case — run a brainstorming session, participants join anonymously, ideas get voted on, session expires in 30 days — nothing in the open-source space does it with less friction. If that’s your actual workflow, deploy it. If you need anything beyond that scope, Mindwendel will disappoint you.
Sources
- AlternativeTo — Mindwendel Alternatives (alternatives listing, accessed 2026). https://alternativeto.net/software/mindwendel/
- AlternativeTo — Mindwendel About page (project info + Gerardo Navarro review, Feb 2023). https://alternativeto.net/software/mindwendel/about/
- AlternativeTo — Free Padlet Alternatives (mindwendel listed as self-hosted AGPL alternative). https://alternativeto.net/software/padlet/?license=free
- AlternativeTo — Apps with Docker Container feature (mindwendel appears in Docker-tagged tools). https://alternativeto.net/feature/docker-container/
- awesome-selfhosted — Software Development: Project Management (mindwendel listed, 133 stars, AGPL-3.0, Elixir, Docker). https://awesome-selfhosted.net/tags/software-development---project-management.html
Primary sources:
- GitHub repository and README: https://github.com/b310-digital/mindwendel (133 stars, AGPL-3.0, maintained by b310-digital)
- Official website: https://www.mindwendel.com
Features
Integrations & APIs
- REST API
AI & Machine Learning
- AI / LLM Integration
Collaboration
- Comments & Discussions
Media & Files
- File Attachments
Data & Storage
- S3 / Object Storage
Security & Privacy
- Encryption
- Privacy-Focused
Category
Related Project Management Tools
View all 97 →Plane
47KProject management for teams and AI agents. Plan, track, and ship with Projects, Wiki, and AI. Available on cloud, self-hosted, and air-gapped.
Refine
34KBuild enterprise internal tools and B2B apps 10x faster with Refine agents. The future of vibe coding and AI-led development.
Drone
34KSelf-service Continuous Integration platform for busy development teams. Configuration as code with isolated Docker containers.
Focalboard
26KA self-hosted Kanban and project board that chose to stop — the data ownership case for a tool in maintenance mode.
Focalboard
26KSelf-hosted project management tool that provides project management tool for teams. Create kanban boards.
Wekan
21KWekan lets you run efficient task management with customizable boards, lists, and cards entirely on your own server.