Guides → SGEN in 90 Seconds

SGEN in 90 seconds

SGEN is a CMS platform — one operating system with five product surfaces. It replaces the WordPress-plus-builder-plus-plugin stack with first-party components that update together, fail together, and ship together.

Read this page first. Everything else assumes you know the shape.

Overview

The platform has five surfaces. Each one owns a distinct slice of work. They share one data layer.

The split matters because every other doc points to one of those names. When the Forms reference says "the form posts into an SG-Core page record," you already know what each side owns.

SurfaceWhat it ownsWhere it lives
SG-Dashboardaccounts · multi-site rollup · billing · backupsdashboard.sgen.com
SG-Adminsingle-site settings · publishing · environment/sg-admin on your site
SG-Builderpage layout · components · breakpointsinside the admin → edit page
SG-Corepages · users · media · custom fields · templatesplatform layer
SG-Modulesforms · SEO · ecommerce · redirects · popups · moreplatform layer
SG-Core and SG-Modules are the foundation tier. SG-Dashboard, SG-Admin, and SG-Builder are the operator surfaces that sit on top.

What is this for?

This page exists so a new reader can hold the whole platform in one breath before opening any feature page. If you can name the five surfaces and what each one owns, you can find the answer to almost any question by jumping straight to the right section.

It's also the short answer when a teammate asks you "what is SGEN?" — send them this link instead of a paragraph.

Scope

The page covers:

  • The five product surfaces and what each one is responsible for.
  • The stack mapping — what SGEN replaces in a typical WordPress build.
  • The reading path through the rest of these docs.
  • A short vocabulary list of the names you'll see on every page.
The page does not cover:
  • Specific feature behavior — that's on each feature page.
  • Pricing and tier comparisons — those live at sgen.com/pricing.
  • Migration walkthroughs — those live in Operations → Migration & Import.
  • The full architectural reasoning — that's in Why SGEN Exists and the Architecture section.
If you came here expecting a 5-minute platform tour with screenshots and per-surface deep dives, read What is SGEN instead. This page is the executive summary; that page is the orientation tour.

Examples

The shortest possible elevator pitch

SGEN is a CMS platform built around five surfaces — SG-Core, SG-Modules, SG-Dashboard, SG-Admin, and SG-Builder. It replaces the WordPress-plus-builder-plus-plugin stack with first-party components that ship and update together.

The 90-second read-aloud

SGEN is one platform with five surfaces. SG-Core is the foundation — pages, users, media, custom fields, templates. SG-Modules is the capability layer — forms, SEO, ecommerce, redirects, the features you'd normally add as plugins. SG-Dashboard is the account view — every site you operate, billing, backups. SG-Admin is the single-site shell — settings, publishing, environment control. SG-Builder is visual page composition. The five surfaces share one data layer. Layout edited in SG-Builder writes to an SG-Core page record. Forms configured in SG-Modules submit into the same underlying data store. There's no plugin marketplace and no extension boundary to manage.

A surface routing example

You're trying to add a contact form to a page. Which surface owns each step?

One feature, five surface touches — but each surface owns a clean, distinct part of the work.

Stack replacement at a glance

The structural mapping for teams migrating from a WordPress-style stack:

Old layerSGEN surface
WordPress coreSG-Core
Elementor / Divi / other buildersSG-Builder
Plugin pile (forms / SEO / popups / etc.)SG-Modules
Multi-site management pluginsSG-Dashboard
WP-AdminSG-Admin
WP Rocket / W3 Total Cacheplatform-owned caching
UpdraftPlus / BackupBuddyplatform-owned backups
The point isn't feature parity in every cell. It's that the surface boundaries are clean — you stop juggling third-party update cycles.

Vocabulary

The five surface names are stable across every customer surface. They're written exactly as shown here. If you see a different spelling somewhere, this page is the source of truth.

TermMeaning
SG-CoreThe structural foundation. Pages, users, media, custom objects, custom fields, templates, menus. Every SGEN site runs on SG-Core.
SG-ModulesThe capability layer. First-party modules that replace the typical plugin stack — forms, SEO, ecommerce, redirects, popups, attributions, tracking consent, and more. List grows quarterly.
SG-DashboardThe multi-site command view. Account-level rollup, billing, generated reports, backups, support widget. Lives at dashboard.sgen.com.
SG-AdminThe single-site operating shell. Where one site's settings, publishing, environment, and module configuration live. Reached at /sg-admin.
SG-BuilderThe visual page composition surface. Drag-and-drop layout with publish-ready output. Sits inside the admin.
.sgenThe portable site backup format. Full state of a site in one file — restorable into the admin on another site.
ModuleA first-party capability shipped inside the platform (forms, SEO, ecommerce,...). Not a plugin. Not third-party.
SurfaceA named operator-facing layer of the platform. The platform has five — listed above.
Custom CodesThe escape hatch for behavior outside what modules cover. Per-site, scoped, governed.
Custom CSSThe styling escape hatch. Page-scoped or site-scoped.

One sentence per surface, for quick recall

  • SG-Core owns the structural records.
  • SG-Modules owns the features.
  • SG-Dashboard owns the account view.
  • SG-Admin owns the single-site shell.
  • SG-Builder owns the page layout.

Surface-by-surface, in one line

SurfaceRead this if you want toSkip this if you only want to
SG-Coreunderstand the data structurepublish a page (use SG-Admin)
SG-Modulesadd a capabilityconfigure account-level billing
SG-Dashboardsee every site at onceedit one specific page
SG-Adminrun a single site day to daycompare across sites
SG-Builderdrag-drop page layoutmanage users or settings
The skip column is on purpose — knowing where a surface stops is as useful as knowing where it starts.

What the operator path usually looks like

A typical day on SGEN crosses three surfaces. The order is consistent:

Single-site operators skip step 1 and 5. Multi-site operators live in step 1 most of the day and dip into 2-4 per site.

Common confusion in the first hour

A few boundaries trip up almost every new reader. Worth knowing up front.

"Is SG-Admin the same thing as SG-Dashboard?"

No. SG-Dashboard is account-level — every site in your account, billing, portfolio rollup. SG-Admin is site-level — one specific site's settings, content, publishing. The same person uses both. Multi-site operators move between them all day; single-site operators mostly live in the admin.

"Where exactly is SG-Builder?"

SG-Builder is the visual editor that opens when you edit a page or template inside the admin. It's not a separate app or a separate URL. You reach it from the page or post record — click into a page, then open the builder.

"Are forms part of SG-Core?"

No. Forms are a module — part of SG-Modules. SG-Core owns the page the form is embedded into; SG-Modules owns the form itself. Same pattern for SEO, ecommerce, popups, redirects, and every other capability that would have been a plugin in a WordPress build.

"What's the difference between SG-Modules and Custom Codes?"

SG-Modules ships first-party capability — supported, updated, governed. Custom Codes is the escape hatch for behavior modules don't cover yet. Reach for a module first; reach for Custom Codes when you've confirmed no module fits.

Where to find it

The platform lives in three places:

The docs you're reading now live at docs.sgen.com. The marketing surface (for evaluation and pricing) lives at sgen.com.

If you've signed up but haven't picked your first site yet, start at dashboard.sgen.com. The first-time landing routes you into onboarding.

See also

Five short reads to follow this one, in order:

  1. What is SGEN — the longer-form platform definition, with per-surface detail.
  2. Why SGEN Exists — the problem statement behind the platform's shape.
  3. How This Documentation Works — the difference between guides, reference, what's new, and the rest.
  4. Documentation Map — the full information architecture, so you can find any page.
  5. For Your Role — the per-role reading path: agency, founder, in-house marketer, developer.
Once you've read those five, pick the surface that matches the work you're doing — SG-Builder for layout, SG-Admin for site operations, SG-Dashboard for portfolio view, SG-Core for structural content, SG-Modules for features — and open the relevant section landing.

Bookmark this page. New teammates joining the platform get sent here first.

The 90-second framing isn't a stylistic choice — it's a working test. If a new reader can absorb this page in a real minute and a half and then describe SGEN back to a colleague in plain language, the page has done its job. Send revisions if it fails that test for you.

On this page