WordPress
The world's most-used CMS. Open source, self-hostable, endless themes/plugins.
What it is
WordPress is the world's most-used content management system. PHP + MySQL, open source, GPL-licensed. Originally a blogging platform, now used for business sites, e-commerce (WooCommerce), learning platforms (LearnDash), and just about anything you can think of.
Why we recommend it
If you need a CMS that everyone knows, has a theme/plugin for everything, and is fully self-hostable, WordPress is the answer. The learning curve is gentle, the community is enormous, and the cost of ownership is low.
When to use it
- Blogs and content sites
- Small to mid-size business websites
- E-commerce (via WooCommerce)
- When you need a custom theme/plugin built fast
Quickstart
Run this in your terminal. Self-hosts locally with Docker or your preferred setup.
$ docker run -d --name wordpress -p 80:80 -v wordpress_data:/var/www/html wordpress:latest Setup
Tags
Integrates with
Common use cases
- →blogging
- →business-sites
- →ecommerce
- →learning-platforms
Pricing
Self-host: free. WordPress.com: from $4/month. Premium hosting: from $25/month.
Related projects
Apache Solr
by Apache Solr
Apache Solr is the original open source search server built on Apache Lucene. Battle-tested since 2004, full-text search, faceted search, geospatial, ML model upload, vector search (recent).
Decap CMS
by Decap CMS (formerly Netlify CMS)
Decap CMS (formerly Netlify CMS) is an open source Git-based CMS. Add a static admin panel to any static site generator, edit Markdown/YAML/TOML, commit back to your repo.
Directus
Directus wraps any existing SQL database (Postgres, MySQL, SQLite, Oracle, MS SQL) with a no-code admin panel, a GraphQL/REST API, and a real-time data layer. It doesn't own your data — it lives in your existing database. Perfect for ops dashboards, internal tools, and headless content.