Planes

Components

AI

Thinking Loader

Free

An AI thinking pill that cycles through phase labels like Searching and Writing, then pops a check when it finishes.

All components
Thinking

Installation

FreeNo license required.
npx shadcn add https://planes.ashishgogula.in/r/thinking-loader.json
<ThinkingLoader
  phases={["Thinking", "Searching the web", "Reading sources", "Writing response"]}
  interval={2200}
  done={false}
/>

Use cases

  • LLM response latency

    Keep users informed while a model thinks, searches, and writes.

  • Multi-step jobs

    Surface pipeline stages (uploading, processing, finishing) with real labels.

  • Agent activity

    Show what an autonomous agent is doing right now.

  • Search-in-progress

    A premium alternative to a spinner for RAG-backed search.