Tulip Logo IconTulip
Concepts

Concepts

Understand the shared model behind providers, views, commands, and uploads.

Drive is designed so most product code can stay provider-agnostic.

Core ideas

  • a provider exposes read and mutation capabilities
  • the UI shell handles view mode, selection, and layout primitives
  • commands and rendering are injected through configuration
  • providers can add provider-specific server and client helpers

Main building blocks

On this page