<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: hbb</title>
    <description>The latest articles on DEV Community by hbb (@bigbullapp).</description>
    <link>https://dev.to/bigbullapp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4118199%2Fdc24ca3b-1d38-4e7b-8da4-b21bdac7dcd5.gif</url>
      <title>DEV Community: hbb</title>
      <link>https://dev.to/bigbullapp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bigbullapp"/>
    <language>en</language>
    <item>
      <title>I built a 659-component React library with a Ticket-Stub soul (MIT, zero deps)</title>
      <dc:creator>hbb</dc:creator>
      <pubDate>Wed, 09 Sep 2026 21:21:31 +0000</pubDate>
      <link>https://dev.to/bigbullapp/i-built-a-659-component-react-library-with-a-ticket-stub-soul-mit-zero-deps-h62</link>
      <guid>https://dev.to/bigbullapp/i-built-a-659-component-react-library-with-a-ticket-stub-soul-mit-zero-deps-h62</guid>
      <description>&lt;h1&gt;
  
  
  I built a 659-component React library with a Ticket-Stub soul (MIT, zero deps)
&lt;/h1&gt;

&lt;p&gt;Most component libraries look the same. I wanted one that feels like something — a well-printed admission ticket: warm cream paper, ink lines, a red rubber stamp. That's &lt;a href="https://github.com/F0Rextasy/bigbullui" rel="noopener noreferrer"&gt;bigbullui&lt;/a&gt;, now at v1.2.0.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; 659 copy-paste React 19 + Tailwind v4 components, 63 page blocks, 1023 hand-drawn stroke icons. Zero runtime dependencies — every file imports only &lt;code&gt;react&lt;/code&gt; and a 7-line &lt;code&gt;cn&lt;/code&gt; helper. MIT, no attribution needed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Three ways to use it:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx bigbullui add ticket-card      &lt;span class="c"&gt;# steal one component&lt;/span&gt;
npm i bigbullui                    &lt;span class="c"&gt;# take the package&lt;/span&gt;
npx shadcn@latest add https://ui.bigbullapp.com/r/button.json  &lt;span class="c"&gt;# shadcn CLI works too&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Blocks work the same way (&lt;code&gt;.../r/admin-overview.json&lt;/code&gt; bundles the block plus its components), and &lt;code&gt;npx create-bigbull-app my-app&lt;/code&gt; scaffolds a starter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For the AI-coding era:&lt;/strong&gt; it ships an MCP server so Cursor/Claude Code can list components, fetch source, and read theme tokens directly — no backend, it runs locally:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;claude mcp add bigbullui &lt;span class="nt"&gt;--&lt;/span&gt; npx &lt;span class="nt"&gt;-y&lt;/span&gt; bigbullui mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Try before you install:&lt;/strong&gt; &lt;a href="https://ui.bigbullapp.com/create" rel="noopener noreferrer"&gt;/create&lt;/a&gt; — pick components, icons, and a theme, get one install command. Or &lt;a href="https://ui.bigbullapp.com/docs" rel="noopener noreferrer"&gt;browse all 659&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Built in the open, feedback welcome — what's missing for your stack?&lt;/p&gt;

</description>
      <category>react</category>
      <category>tailwindcss</category>
      <category>shadcn</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
