Skip to content

v0.2.0 — Agent-First Registry

Latest

Choose a tag to compare

@devallibus devallibus released this 08 Mar 18:18
· 26 commits to master since this release

What's New

ShaderBase is now a full agent-first shader registry — the "shadcn for shaders."

Highlights

CLI (@shaderbase/cli on npm)

  • npx @shaderbase/cli search --query "gradient" --env r3f
  • npx @shaderbase/cli add gradient-radial --env r3f — copies shader files into your project

MCP Server (Cloudflare Worker)

  • search_shaders and get_shader tools via Streamable HTTP
  • Add to Claude: "url": "https://mcp.shaderbase.com/mcp"

Static Registry

  • CI builds JSON index + per-shader bundles from the git corpus
  • Deployed to CDN — CLI and MCP server consume it

Web App

  • AI-only submit flow that creates GitHub PRs
  • Manual form removed, reviews migrated to Cloudflare D1
  • Custom domain, favicon, proper meta tags

CI/CD

  • GitHub Actions: test, typecheck, validate, build registry, deploy to Cloudflare Pages, publish CLI to npm
  • Railway auto-deploy for web app

Distribution Model

shadcn-style: the CLI copies shader source files into your project. No npm dependency per shader. You own the code.