wickpress
3/13/2026
Overview
WickPress is a lightweight content management system built entirely in Python using the Reflex framework. It aims to provide a simple, self-hosted alternative for content management — no PHP, no heavy WordPress installs, just Python.
Rationale
WordPress dominates the CMS space but comes with significant overhead — PHP runtime, MySQL, plugin sprawl, and constant security patches. For developers who already work in Python, WickPress offers a familiar, minimal alternative that handles content management without the bloat.
Technicals
- Language: Python
- Framework: Reflex
- Package Management: uv
- Architecture: Server-rendered with Reflex’s component system
Features
- Content authoring and management
- Python-native architecture
- User roles and permissions
- Media management
- Theme system
- Plugin architecture
Lessons Learned
Coming soon.
Future
Coming soon.
← Back to projects