> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mayekun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NodeForgeCMS: Enterprise CMS for Modern Web Projects

> NodeForgeCMS is a Nuxt4-powered enterprise CMS for corporate websites, content portals, and multilingual sites with built-in AI search and translation.

NodeForgeCMS is a production-ready, enterprise-grade content management system built on **Nuxt4** and **Node.js**, designed to power everything from corporate websites and content portals to large-scale multilingual site networks and product showcases. With a flexible architecture, deep SEO capabilities, 21-language support, and built-in AI features, NodeForgeCMS gives development teams and content editors a modern platform that scales with their needs.

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Spin up a local NodeForgeCMS instance in under 10 minutes and access the admin dashboard right away.
  </Card>

  <Card title="Installation" icon="server" href="/installation">
    Follow the full installation guide covering prerequisites, environment setup, database init, and first run.
  </Card>

  <Card title="Content Management" icon="pen-to-square" href="/guides/content-management">
    Learn how to create and manage pages, posts, columns, and multilingual content through the admin panel.
  </Card>

  <Card title="API Overview" icon="code" href="/api/overview">
    Explore the RESTful API surface, authentication, and how to integrate NodeForgeCMS with external services.
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={2}>
  <Card title="Flexible Column Management" icon="columns">
    Organize your site content with a powerful column system that supports nested structures, custom templates, and per-column SEO settings — giving editors fine-grained control over site architecture.
  </Card>

  <Card title="SSR/SSG SEO Optimization" icon="magnifying-glass">
    Built on Nuxt4's hybrid rendering engine, NodeForgeCMS delivers server-side rendered and statically generated pages with automatic meta tags, sitemaps, and structured data out of the box.
  </Card>

  <Card title="21-Language Multilingual Support" icon="language">
    Manage content in up to 21 languages from a single platform. Language-aware routing, locale-specific SEO, and per-language editorial workflows are all built in.
  </Card>

  <Card title="AI-Powered Search" icon="robot">
    Surface the right content instantly with semantic AI search that understands context and intent, improving discoverability across large content libraries without manual tagging.
  </Card>

  <Card title="AI Translation" icon="wand-magic-sparkles">
    Accelerate multilingual publishing with one-click AI translation. Automatically generate draft translations for any piece of content and let editors review and refine before publishing.
  </Card>

  <Card title="Role-Based Permissions (RBAC)" icon="shield">
    Control who can view, create, edit, or publish content with a granular role and permission system. Define custom roles and assign them at the site, section, or content-type level.
  </Card>

  <Card title="RESTful API" icon="code">
    Every piece of content is accessible via a clean, versioned RESTful API. Build headless frontends, mobile apps, or third-party integrations with full API coverage and JWT authentication.
  </Card>

  <Card title="Flexible Deployment" icon="server">
    Deploy NodeForgeCMS on a single server or across distributed infrastructure. Supports PM2 process management, shared-domain or separate-domain admin configurations, and Redis-backed caching.
  </Card>
</CardGroup>
