Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
B

blocks

> 编程语言
Open source

Shadcn marketing blocks

2.3K stars0 likes0 views
WebsiteGitHub

About

Shadcn marketing blocks

Tailark Registry

Open source shadcn/ui registry for Tailark blocks and pages.

Endpoints

The registry ships two bases: Base UI (base) and Radix UI (radix). Base UI is the default, so it is served under /r without a base segment.

Base UI (default):

  • /r/registry.json returns the full Base UI registry index.
  • /r/[name] returns a single Base UI registry item with file contents.

Radix UI:

  • /r/radix/registry.json returns the full Radix UI registry index.
  • /r/radix/[name] returns a single Radix UI registry item with file contents.

Registry namespace

Consumers install items through shadcn registry namespace. Add the @tailark-oss namespace to your project's components.json. Base UI is the default namespace, and Radix UI is available under a dedicated one:

Default (Base UI)

json
{
  "registries": {
    "@tailark-oss": "https://oss-tailark.com/r/{name}",
  }
}

Radix UI

json
{
  "registries": {
    "@tailark-oss": "https://oss-tailark.com/r/radix/{name}",
  }
}

Then install any block or page by name:

bash
# Base UI (default)
npx shadcn@latest add @tailark-oss/dusk-hero-section-one

Browse available item names at `/r/registry.json` (Base UI) or `/r/radix/registry.json` (Radix UI).

Development

bash
pnpm install
pnpm dev

Open http://localhost:3003/registry to inspect the registry index.

Start Using

Visit Tailark to start using Tailark.

Contributing

Learn more about Contributing.

License

Tailark is released under the MIT License.



Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言