Tailark
Tailwind blocks for landing pages.
Tailark is a shadcn registry of marketing blocks: hero sections, pricing tables, feature grids, testimonials, footers and illustrations. Narrow scope on purpose, and fast when the job is a landing page rather than a product surface.
At a glance
| Distribution | shadcn registry, installed by URL |
| Scope | marketing pages and blocks, not app components |
| Styling | Tailwind CSS |
| Fits with | shadcn/ui, same CLI and config |
| MCP server | not published |
| License | MIT |
Install
Blocks are added through the shadcn CLI by URL, so the source lands in your project and you edit it directly:
npx shadcn@latest add "https://tailark.com/r/{block}.json"
Blocks, not components
The distinction matters. A component is a button. A block is a complete, composed hero section with heading, subheading, call to action and image, already laid out and responsive. You are not assembling a page from parts, you are picking pages and editing the copy.
That makes it much faster than a component library for its narrow job, and useless outside it.
Choose it if
- You need a marketing site live this week and design is not the differentiator.
- You already run shadcn/ui and want blocks that install the same way.
Look elsewhere if
- You are building the application. There is nothing here for it.
- You want a distinctive visual identity. Blocks are a starting point, not a brand.