GENNAI vs other CMS
Compared with other CMSs
As the representative CMS, we compared GENNAI with WordPress, the most widely used CMS in the world. GENNAI inherits WordPress's ease of use and its idea of extending through plugins and themes, while making what content media operations need standard. We list the strengths and weaknesses honestly.
- ○
- Built in
- △
- Via extensions / partially
- ×
- Not possible
Getting started
| Feature | GENNAI | WordPress |
|---|---|---|
| Initial setup in the browser | ○An 8-step wizard | ○The famous 5-minute install |
| Initial setup covers tracking tags and referral destinations | ○The wizard covers GA4 / GTM / CTA | △Configured separately after install |
| Sample home page | ○Auto-creates a home page built from sections | △Sample post and page |
Publishing and security
| Feature | GENNAI | WordPress |
|---|---|---|
| Public site is static HTML | ○Built in (Next.js static export) | △Normally generated dynamically by PHP; static output via extensions |
| No PHP or DB needed on the public side | ○Served from static hosting alone | ×Requires a server with PHP and MySQL |
| Admin not exposed to the public | ○The admin lives only in the authoring environment | △Normally served from the same server; restrict it via settings or extensions |
| One-click automatic updates | ×git pull + core:upgrade | ○Update from the admin |
Building
| Feature | GENNAI | WordPress |
|---|---|---|
| Assemble the home page from components | ○Static page + 8 section types | ○Block editor, pages |
| Block editor | ×Body is HTML + reusable parts | ○Gutenberg |
| Reusable parts | ○Parts with variables, part groups | ○Reusable blocks, patterns |
| Plugins | ○Two layers: admin side + site side | ○A huge library of public plugins |
| Themes | ○Tokens, override CSS, component replacement | ○A huge library of public themes |
| Number of plugins and themes | △Few (a new product) | ○One of the largest ecosystems in the world |
Protecting (compliance)
| Feature | GENNAI | WordPress |
|---|---|---|
| Ad disclosure (PR label) setting | ○Turn it on or off and set the wording in the admin | △Via themes or extensions |
| Automatic check of every page on each build | ○Stops before publishing if violations are found | ×No built-in mechanism |
| Detection of banned words for public pages | ○Such as the operator's name, across all files | ×No built-in mechanism |
| Broken internal link check | ○Checked at build time | △Via extensions |
Growing (SEO & tracking)
| Feature | GENNAI | WordPress |
|---|---|---|
| Sitemap | ○Built in | ○Built in (advanced settings via extensions) |
| Search Console import & SEO reports | ○Daily reports, rankings, and search data in the admin | △Via extensions |
| CTA click & conversion tracking | ○First-party tracking + GA4 integration | △Via extensions or external tools |
| Redirect management | ○Built in | △Via extensions |
AI and operations
| Feature | GENNAI | WordPress |
|---|---|---|
| MCP for AI agents | ○43 tools (articles, parts, images, SEO, tasks) | △Has a REST API; MCP via extensions |
| AI operations skills (articles, SEO, QA) | ○Claude Code skills | ×No built-in mechanism |
| Task board & wiki | ○Built into the admin | ×Managed in external tools |
What GENNAI is not suited for
| Feature | GENNAI | WordPress |
|---|---|---|
| Comments & memberships | ×Not supported (static site) | ○Built in or via extensions |
| E-commerce (online store) | ×Not supported | △Via extensions |
| Multilingual sites | ×Not supported | △Via extensions |
| Available information & community | △Small | ○Very large |
Which one fits you
GENNAI is a good fit if you
- • Run affiliate, comparison, or content media
- • Want checks for banned words and broken links handled by the system, not by people
- • Want less maintenance and security work on public servers
- • Want to share article production and SEO operations with AI agents
WordPress is a good fit if you
- • Need reader-facing features such as comments, memberships, or e-commerce
- • Want to build pages freely in a block editor without touching code
- • Prioritize ready-made plugins and themes and a wealth of information
- • Want to run a multilingual site
* The WordPress column compares a typical setup. What it can do varies with the combination of plugins and settings. The GENNAI column reflects version 0.2.0.