x402 List

x402 Protocol Service Directory

Creative Tim shadcn/ui Blocks

Content

Returns the source code of Creative Tim shadcn/ui blocks after a payment in USDC on Base, either as JSON via API or as an HTML page. Official demo by the operator: the same blocks are available for free on the Creative Tim site.

Pay from $0.01 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://x402.creative-tim.com ENDPOINTS 2 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 21m ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
932ms
avg response
493ms
total checks
47
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 (p45 in Content)
price (min)
$0.01
category percentile (min)
p45 in Content
endpoints / prices
2 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $4.70 30d · 389 buyers
volume 30d
$4.70
buyers 30d
389
settlements 30d
461
last settlement
2026-07-21
top buyer share
2% of 30d volume
trend 7d vs 30d
1.19x the 30d daily rate
networks
eip155:8453

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

A service that provides UI/UX resources and component blocks for purchase using cryptocurrency micropayments.

category
ui-components
ui-componentsblockchain-paymentsresources

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
HEAD /api/shadcn-block $0.01 Base USDC
GET /shadcn-blocks/user-payment $0.01 Base USDC
2 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /shadcn-blocks/user-payment returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://x402.creative-tim.com/shadcn-blocks/user-payment'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x45ac00db8bdd4b837abbbf75888cbdfe6b6d8943",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.creative-tim.com/shadcn-blocks/user-payment",
      "mimeType": "text/html",
      "description": "View component code after payment"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "block_name": "testimonials-02"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "page": {
                "code": "export default function Page() { ... }",
                "path": "app/testimonials-02/page.tsx"
              },
              "success": true,
              "component": {
                "code": "export function Testimonials02() { ... }",
                "name": "testimonials-02",
                "path": "components/testimonials-02.tsx",
                "description": "Testimonial cards with social proof badges"
              },
              "block_name": "testimonials-02"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [],
                  "properties": {
                    "block_name": {
                      "type": "string",
                      "description": "Name of the block to fetch (e.g., testimonials-02, cruds-01). Defaults to testimonials-02 if not provided."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x45ac00db8bdd4b837abbbf75888cbdfe6b6d8943",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.creative-tim.com/api/shadcn-block",
      "mimeType": "application/json",
      "description": "Get ShadCN UI component blocks and templates"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "HEAD",
            "queryParams": {
              "block_name": "testimonials-02"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "page": {
                "code": "export default function Page() { ... }",
                "path": "app/testimonials-02/page.tsx"
              },
              "success": true,
              "component": {
                "code": "export function Testimonials02() { ... }",
                "name": "testimonials-02",
                "path": "components/testimonials-02.tsx",
                "description": "Testimonial cards with social proof badges"
              },
              "block_name": "testimonials-02"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "HEAD"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [],
                  "properties": {
                    "block_name": {
                      "type": "string",
                      "description": "Name of the block to fetch (e.g., testimonials-02, cruds-01). Defaults to testimonials-02 if not provided."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 540ms avg07-21 · uptime 100.0% · 445ms avg07-2007-21
RESPONSE TIME
07-20 · 540ms avg07-20 · 540ms avg07-21 · 445ms avg07-21 · 445ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 487ms
TOTAL CHECKS 49

RECENT CHECKS

TIME STATUS RESP
● OK 470ms
● OK 215ms
● OK 154ms
● OK 668ms
● OK 95ms
● OK 83ms
● OK 113ms
● OK 305ms
● OK 95ms
● SLOW 780ms
● OK 659ms
● OK 96ms
● SLOW 789ms
● SLOW 797ms
● OK 730ms
● OK 288ms
● SLOW 799ms
● OK 136ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/creative-tim-shadcn-ui-blocks/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.0107-21 · $0.01$0.0107-2007-21

Median across 2 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
06-23 · $0.0206-24 · $0.0106-30 · $0.2707-01 · $107-02 · $0.2507-03 · $0.6007-06 · $0.7807-07 · $0.0607-08 · $0.0107-10 · $0.0107-11 · $0.0207-12 · $0.0207-13 · $0.0107-14 · $0.0107-15 · $0.0107-16 · $0.0107-18 · $0.0107-19 · $0.0107-20 · $0.6907-21 · $0.56peak $106-2307-21
DISTINCT BUYERS
06-23 · 2 buyers06-24 · 1 buyer06-30 · 26 buyers07-01 · 131 buyers07-02 · 25 buyers07-03 · 59 buyers07-06 · 68 buyers07-07 · 6 buyers07-08 · 1 buyer07-10 · 1 buyer07-11 · 2 buyers07-12 · 2 buyers07-13 · 1 buyer07-14 · 1 buyer07-15 · 1 buyer07-16 · 1 buyer07-18 · 1 buyer07-19 · 1 buyer07-20 · 68 buyers07-21 · 56 buyerspeak 131 buyers06-2307-21

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that Creative Tim shadcn/ui Blocks is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Creative Tim shadcn/ui Blocks listed on x402-list
status
Creative Tim shadcn/ui Blocks uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/creative-tim-shadcn-ui-blocks?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/creative-tim-shadcn-ui-blocks.svg" alt="Creative Tim shadcn/ui Blocks listed on x402-list" height="28">
</a>
// Markdown
[![Creative Tim shadcn/ui Blocks on x402-list](https://x402-list.com/badge/creative-tim-shadcn-ui-blocks.svg)](https://x402-list.com/services/creative-tim-shadcn-ui-blocks?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/creative-tim-shadcn-ui-blocks?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/creative-tim-shadcn-ui-blocks.svg?data=uptime" alt="Creative Tim shadcn/ui Blocks uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]