Tulip Logo IconTulip
Getting Started

Getting Started

Choose a provider, understand the moving parts, and get a first Drive screen running.

Drive integrations usually have three layers:

  1. a provider for data access and mutations
  2. a client shell for selection, view mode, drag and drop, and upload state
  3. app-specific commands, columns, permissions, and page structure

Choose your provider

  • local: use when your app owns storage, metadata, and file serving
  • google: use when your app should browse and mutate Google Drive data

Typical integration path

  1. Install the package and stylesheet.
  2. Pick the provider entrypoints you need.
  3. Wire server procedures.
  4. Mount the provider component around your screen.
  5. Add content, navigation, and view components.

On this page