
Task Board
Kanban board build in react with drop-in Inbox and Preference Centre.
Try it out | GitHub code repository
Try it out | GitHub code repository
Step 1: Setup SuprSend MCP Server
Start by setting up SuprSend MCP Server in your AI coding assistant. Once MCP Server is setup, you can just copy and paste these prompts below to build the entire application step by step.Prompt 1: Project Management App Setup
When to use: Start here. This sets up your React app and core Kanban functionality.Prompt 2: Add Popover Inbox and Toast Notifications
When to use: After project management app is working. This adds the popover inbox and toast notifications.Prompt 3: Create Workflows on task actions
When to use: After popover inbox and toast notifications are working. This sets workflow triggers in your application. You’ll have to create workflows and templates manually in SuprSend dashboard. Workflow trigger inside your application can be set using this prompt.Prompt 4: OTP Email Authentication
When to use: After workflows are set up. This adds secure OTP email authentication to your application. This will need a namedotp_verification inside SuprSend dashboard to send OTP email.