Charts, no library attached
Area, line, bar, pie and donut types that mix in a single plot, with dual axes, stacked series, tooltips and a toggling legend.
Stable version: 4.0
TallStackUI gives you 80+ Blade components for Laravel, Livewire, Alpine.js, and Tailwind CSS. It's 100% free, open source, and there's no Pro tier hiding behind a paywall.
The whole catalog, one install
01 New in 4.0
Charts, a rich text editor, galleries, QR codes and more, without pulling in a single extra JavaScript package. Everything below is rendered live by the components themselves.
Area, line, bar, pie and donut types that mix in a single plot, with dual axes, stacked series, tooltips and a toggling legend.
Turn any link into a QR code, with optional watermark, colors and sizes. Copy it as PNG or download it as SVG.
Writes HTML or Markdown and autoformats as you type. Go ahead, it's real.
Grid, masonry or feature layouts, captions, keyboard navigation. Click any image to open the built-in lightbox.
Thirteen animated variants across four sizes and 29 colors, with an optional label. None of them bind any state.
Large files go straight to your own controller in small chunks, so uploads no longer have to fit a request limit. Around 1 GB is the target.
backup-2026.zip
912 MB · chunk 214/380
Card, Stats, Table, List, Step and Chart accept a
skeleton
flag. The placeholder takes the same shape and customizations as
the real component.
02 Theme
The old dark palette leaned cold and blue. 4.0 ships a pure neutral scale anchored near black, with a visible step between page, surface and border. Secondary is now a true Violet accent next to the Indigo primary, so overriding your brand colors repaints accents, never the chrome.
This page runs on the 4.0 palette. Flip it.
03 Developer experience
The form on the right is a single Livewire component built entirely from TallStackUI parts, with validation and feedback wired in. The styled select hits a real endpoint and the pin code actually checks what you type. Go ahead and try to break it.
select.styled
pointed at any endpoint.
Interactions
.
04 Customization
Soft customization lets you append, replace or remove any
Tailwind class on any block of any component, straight from your
AppServiceProvider
and without forking a single template. Define scopes for opt-in
variants, or extend the ones that already exist, including the
scopes the package ships.
use TallStackUi\Facades\TallStackUi; class AppServiceProvider extends ServiceProvider{ public function boot(): void { TallStackUi::customize() // Determining the component... ->badge() // Pointing the block... ->block('wrapper.class') // Customizing! ->replace('rounded-md', 'rounded-sm') // Sequentially we can... ->and() // Customize other components! ->avatar() ->block('content.text.class') ->prepend('text-2xl'); }}
05 Everywhere
Give a form component a
name
instead of a
wire:model
and it renders a hidden input your controller reads like any
other field. Currency, date, pin, tags, selects and even the
calendar work this way.
<form method="POST"> @csrf <x-currency name="price" /> <x-date name="published_at" /></form>
Confirm, notify and react from PHP or JavaScript through the same API. Try it, this one is live too.
$tsui.interaction('toast') .success('Shipped!') .send(); $tsui.interaction('dialog') .info('One line.') .send();
06 AI-native
TallStackUI ships an official MCP server that Claude Code, Cursor or any MCP client can query: component discovery, full documentation, free-text search and the entire soft customization map. If you prefer raw files, every component's docs are also served as plain Markdown.
Set up your editor# Add the MCP server to Claude Code
$ claude mcp add --transport http tallstackui https://tallstackui.com/mcp/tallstackui
# Or read any component as plain Markdown
$ curl https://tallstackui.com/ai/ chart .md
✓ list_components · 84 components, grouped and summarized
✓ get_component · full docs, per section
✓ search_documentation · free-text, with fuzzy fallback
✓ search_customization · every soft customization block
07 Sponsors
TallStackUI is free and open source, kept moving by sponsors who care about good open tooling. Want your logo here? Sponsor the project .
Diamond sponsor
TallStackUI
Drop it in, make it yours, ship it.