Made ASCII loading animations for AI coding UIs (terminal cursor, block spinners) - open source
If you're building ChatGPT-style apps, Claude wrappers, or local agent UIs, you probably need loading states that match the vibe.
Generic spinners feel wrong next to a terminal prompt. So I added 9 ASCII loaders to loading-ui:
terminal:>+ blinking block cursor (classic CLI feel)accordion-loader,conveyor-loop,symmetric-wave: animated unicode block trailssquare-grid,square-snake,infinity-track: path-based unicode animations
All React components, copy-paste install, MIT licensed.
npx shadcn add @loading-ui/terminal
Use cases I had in mind:
- "Generating code..."
- "Running agent..."
- "Deploying..."
- Streaming tool call status
Live previews: https://loading-ui.com Open source: https://github.com/turbostarter/loading-ui
Anyone else building AI dev tools? What do you use for pending states while the model thinks?