All use cases

Sales CRM

Track leads and deals.

Dashboards
Prompt
Build a Kanban-style CRM board for tracking sales leads. Allow drag-and-drop between columns (New, Contacted, Qualified, Closed).
Use this

Why this exists

Most small sales teams do not need a CRM, they need a board. The big platforms sell seats, onboarding, and a hundred fields you will never fill in, when the actual job is knowing which deals are moving and which have gone quiet. This blueprint builds the board and skips the rest. You describe the pipeline you run, the agent builds it into your repository, and you own a tool shaped like your process instead of bending your process around someone else's product.

What the agent builds

A Kanban-style CRM board for tracking leads through your pipeline, with drag-and-drop between columns for New, Contacted, Qualified, and Closed. Moving a card is the whole interaction: it feels immediate, the state persists, and at a glance you can see where every deal sits. It is the mental model you already use, made real, without a per-seat bill attached.

You watch it happen in the task workspace: the agent scaffolds the project, builds the board and the drag-and-drop logic, starts the dev server, and verifies a card moves cleanly between columns before handing you the live preview. The code lands on a branch in your repository with a pull request ready.

Make it yours

The first version is a base you steer with plain follow-up messages:

  • "Add a note and a next-action date to each card."
  • "Let me rename and reorder the columns to match my stages."
  • "Show a deal value on each card and a total per column."
  • "Add a simple filter by owner."

Each follow-up wakes the same repository and the agent continues on its own code.

FAQ

Do I need to know how to code? No. You describe the pipeline you want; the agent writes it, verifies the board works, and ships the code to your repository.

Where does my pipeline data live? In your app, in your repository, under your account. Your leads are not sitting in someone else's database.

Can it grow into a real CRM? Yes. Start with the board, then ask for contacts, activity history, or an import, one follow-up at a time.

Sales CRM | OutcomeDev Use Cases