Core Concepts
Forge has six concepts. Learn them once, apply them everywhere.
Node → the base every content type embeds
Module → one content type, fully wired
Signal → a hook that fires when something changes
Head → all metadata for a page (SEO + social + AI)
Cookie → a declared, typed, compliance-aware browser cookie
Role → a position in the access hierarchy
Everything else is just Go.