Skip to content

Documentation

Widget System Overview

Hub for SveltyCMS widget documentation.

5/6/2026
1 min read Edit on GitHub

SveltyCMS features a powerful, type-safe widget system designed for performance and extensibility.

๐Ÿ“š Documentation Map

Guide Description
Architecture Technical deep-dive into the 3-Pillar system.
Development Practical guide to building and testing widgets.
Marketplace Participating in the widget ecosystem.

๐Ÿ—๏ธ Core Concept: The 3 Pillars

Every widget consists of a Definition, an Input, and a Display component. This separation ensures that logic and UI remain decoupled and performant.

๐Ÿงช Testing Policy

  • Core Widgets: Tests are located in tests/unit/widgets/core/.
  • Custom Widgets: Tests are located in the widgetโ€™s own folder (tests/ subfolder).

Related

widgetsguidedevelopmentcms
Was this page helpful?