What problem does it solve? Setting up Trigger.dev for the first time involves multiple steps—installing the SDK, creating configuration files, structuring task directories, and managing API keys—which can be error-prone without clear guidance. ## Core Features & Use Cases - Project Initialization: Walks through installing @trigger.dev/sdk, running npx trigger init, and creating trigger.config.ts with the correct project ID. - Task Creation: Shows how to define and export tasks using task() from @trigger.dev/sdk and trigger them from application code. - Environment & Structure Guidance: Reference docs cover TRIGGER_SECRET_KEY management across dev/staging/prod, monorepo layouts, multiple task directories, and collocated task patterns. - Use Case: You are adding background job processing to an existing Node.js app and need Trigger.dev configured correctly with a working first task and a running dev server. ## Quick Start Set up Trigger.dev in my project, create the trigger.config.ts file, and scaffold my first task.