-
Get setup in 3 minutes
+
Get set up in 2 minutes
-
-
-
-
- You'll notice a new folder in your project called{" "}
- trigger. We've added a few simple example tasks
- in there to help you get started.
-
-
-
+ {!initialized && (
+ <>
+
+
+
+
+
+
Set it up with your AI agent
+
+ Copy a ready-to-paste prompt for Claude Code, Cursor, or any coding agent. It
+ includes your project reference.
+
+
+
+
+
+
+
+
+
+ or set it up yourself
+
+
+
+ >
+ )}
+
-
+ {initialized ? (
+
+ Your project is initialized. Your tasks live in the{" "}
+ trigger directory.
+
+ ) : (
+ <>
+
+
+ Run this in an existing project. You'll notice a new folder called{" "}
+ trigger with a few example tasks to help
+ you get started.
+
+ >
+ )}
-
+
- This page will automatically refresh.
+ {devConnected ? (
+
+ Your dev server is connected. Your tasks will appear here automatically as soon as
+ they register.
+
+ ) : (
+ <>
+
+
+ Keep this running while you develop. Once your tasks register, this page updates
+ automatically.
+
+ >
+ )}