Prompt template

Kanban app prompt — copy, paste, build

A prompt for a native Kanban board app — multi-column boards, drag-and-drop cards, labels, due dates, and filters. Tuned to handle the gesture-heavy drag layer cleanly inside Expo.

The prompt

Build a native iOS and Android Kanban app with: (1) a boards list home tab with cover color and card count per board, (2) a board view with horizontally scrollable columns (default: To Do, In Progress, Done) and vertically stacked cards within each column, (3) drag-and-drop reordering of cards within and across columns, (4) a card detail screen with title, description, labels, due date, and a checklist of subtasks, (5) a filter sheet for label, due date, and assignee, (6) board settings to add/rename/reorder columns. Use Expo, React Navigation, twrnc for styling, AsyncStorage for boards, and react-native-draggable-flatlist or react-native-reanimated + gesture-handler for the drag layer.

Variants

Lite

Build a Kanban app with one board, three columns, cards, and drag-and-drop. Skip labels and due dates.

Pro

Build a Kanban app with multiple boards, custom columns, drag-and-drop cards, labels, due dates, subtasks, assignees, filters, comments per card, and a Stripe-wired team-tier paywall.

What you get

  • Expo + React Native project ready for Snack live preview
  • Multi-board home
  • Horizontally scrolling columns with cards
  • Drag-and-drop reorder + cross-column move
  • Card detail with labels, due date, subtasks
  • Filter sheet for label and due date

Screens included

  • Boards
  • Board detail
  • Card detail
  • Filter sheet
  • Board settings

Why this prompt works in AppGenie

Kanban drag-and-drop on mobile is where most generators ship a broken first build — gestures collide with scroll, drop targets misalign. AppGenie's validator confirms the gesture-handler + reanimated peer dependencies are wired before the preview loads.

Related prompts

Kanban app prompt — FAQ

Does drag-and-drop work in Snack live preview?

Yes. AppGenie autofills react-native-gesture-handler and react-native-reanimated as peer dependencies and the validator confirms they resolve cleanly inside Snack.

Can multiple people edit the same board?

The Pro variant scaffolds a sync layer with a placeholder for your backend. Real-time multi-user editing requires a backend (Supabase, Firestore, or your own) which the prompt leaves as a follow-up.

Ready to ship a kanban app?

Paste this prompt into AppGenie. The diff-aware multi-agent pipeline produces a real Expo + React Native project you can preview live, iterate in chat, and own end-to-end.