Measured entry
magicui-terminal
An animated terminal card with typed text, staged lines, optional sequencing, and viewport-triggered playback. It ships as a client-side TypeScript component through a shadcn registry and relies on React, Motion, Tailwind utility classes, and a local cn helper backed by clsx and tailwind-merge.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 70.9 KB (136.4 KB build, 65.5 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 596ms error during build: [vite]: Rollup failed to resolve import "motion/react" from "<sandbox>re-dee5532dadf0/src/cut/terminal.tsx".
Verdict
A solid fit for animated command demos: it builds, mounts, and passes the automated accessibility check in the prepared harness. The narrow layout needs attention, and it needs a shadcn-style setup because the bare project cannot resolve Motion and does not mount.
Use it if
- You need a terminal-style product demo with typing and line-by-line reveals.
- Your app already uses Tailwind, a cn utility, and Motion for React.
- You want animation to start when the terminal enters the viewport.
Skip it if
- Your interface must fit narrow mobile screens without adapting the card or its content.
- You want a static terminal with little client-side JavaScript or no animation dependency.
- Your project does not use Tailwind and you do not want to translate utility classes and theme tokens.
Install
| Declared dependencies | clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add Motion for React, Tailwind, clsx, and tailwind-merge; provide the cn helper and theme tokens used by the classes; configure the source alias or replace that import with a relative path. Review the container and code overflow behavior for narrow screens.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/magicuidesign/magicuiAlternatives
Other published entries for the card pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- tailark-veil-content-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-veil-content-2minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-mist-content-3minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 24.1KB
- Bare
- pass
- Prov
- NO
- neobrutalism-cardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- neobrutalism-ncardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- reui-icon-stackminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.1KB
- Bare
- pass
- Prov
- NO