Bludit
Self-HostedOpen-source flat-file CMS for building conference websites with ease
Overview
Bludit is a lightweight, flat-file CMS ideal for conference websites—no database needed, simplifying deployment and maintenance. It supports markdown editing for quick updates to schedules, speaker profiles, and registration details. Custom themes enable branding alignment, while plugins add features like contact forms or calendar integrations. Deployable via Docker, shared hosting, or VPS (PHP 7.4+), it’s perfect for small-to-medium conferences wanting a self-hosted, fast, privacy-focused solution without complex CMS overhead.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
bludit:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: bludit
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- No database required (flat-file structure)
- Markdown support for easy content updates
- Customizable themes for conference branding
- Plugin ecosystem for adding event-specific features
- Lightweight and fast performance
Frequently Asked Questions
? Is Bludit hard to install for a conference website?
Bludit is easy to install—use Docker for quick setup or upload files to any PHP 7.4+ hosting. No database configuration is needed, so you can launch a conference site in minutes with a pre-built theme or custom design.
? Can Bludit handle conference-specific features like speaker profiles?
Yes—Bludit’s plugins let you add speaker profiles, event schedules, and registration forms. You can also use markdown to create structured schedule pages without plugins, making it flexible for basic conference needs.
? Is Bludit completely free for conference use?
Bludit is 100% free and open-source under the MIT License. There are no subscription fees, and you can self-host it indefinitely for your conference website with no hidden costs.
Top Alternatives
People Also Ask about Bludit
Tool Info
Pros
- ⊕ Privacy focused (self-hosted)
- ⊕ Minimal maintenance (no database)
- ⊕ Easy deployment (Docker/PHP hosting)
- ⊕ Intuitive admin interface for non-technical users
Cons
- ⊖ Limited scalability for large conferences
- ⊖ Fewer dedicated conference plugins than specialized tools
- ⊖ Basic PHP knowledge needed for advanced customization