DocsConceptsOverview

Core Concepts

This section explains the architecture choices behind HybricMark, not only the API list.

Why concepts matter

  • You will design your data model around block IDs, not only rendered text.
  • You will treat editor behavior and visual system as separate layers.
  • You will avoid common integration mistakes (IME reset loops, write storms, schema drift).

Read next

  1. Block Identity
  2. Headless Design