Skip to content

Commit 8e8c2f1

Browse files
committed
Redesign banner to retro pixel art style, add more badges
Replace SVG banner with pixel art PNG using Press Start 2P font — gold gradient on dark background matching hermes-agent aesthetic. Add 8 more shields.io badges covering supported models (GPT-5, Gemini, DeepSeek, Grok), platform support (macOS, Linux, Node.js), Claude Code integration, and GitHub stats (forks, issues).
1 parent ea20a45 commit 8e8c2f1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="assets/banner.svg" alt="brcc — BlockRun Claude Code" width="100%">
2+
<img src="assets/banner.png" alt="brcc — BlockRun Claude Code" width="100%">
33
</p>
44

55
<div align="center">
@@ -18,17 +18,29 @@ You're paying $200/month and still can't work.<br><br>
1818
<img src="https://img.shields.io/badge/💰_Pay_Per_Use-purple?style=for-the-badge" alt="Pay per use">&nbsp;
1919
<img src="https://img.shields.io/badge/⛓_Base_+_Solana-green?style=for-the-badge" alt="Base + Solana">
2020

21+
<br><br>
22+
2123
[![npm version](https://img.shields.io/npm/v/@blockrun/cc.svg?style=flat-square&color=cb3837)](https://npmjs.com/package/@blockrun/cc)
2224
[![npm downloads](https://img.shields.io/npm/dm/@blockrun/cc.svg?style=flat-square&color=blue)](https://npmjs.com/package/@blockrun/cc)
2325
[![GitHub stars](https://img.shields.io/github/stars/BlockRunAI/brcc?style=flat-square)](https://github.com/BlockRunAI/brcc)
26+
[![GitHub forks](https://img.shields.io/github/forks/BlockRunAI/brcc?style=flat-square&color=lightgray)](https://github.com/BlockRunAI/brcc/fork)
27+
[![GitHub issues](https://img.shields.io/github/issues/BlockRunAI/brcc?style=flat-square&color=orange)](https://github.com/BlockRunAI/brcc/issues)
2428
[![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6?style=flat-square&logo=typescript&logoColor=white)](https://typescriptlang.org)
25-
[![License: MIT](https://img.shields.io/badge/License-BUSL--1.1-orange?style=flat-square)](LICENSE)
29+
[![License: BUSL-1.1](https://img.shields.io/badge/License-BUSL--1.1-orange?style=flat-square)](LICENSE)
2630

2731
[![x402 Protocol](https://img.shields.io/badge/x402-Micropayments-purple?style=flat-square)](https://x402.org)
2832
[![Base Network](https://img.shields.io/badge/Base-USDC-0052FF?style=flat-square&logo=coinbase&logoColor=white)](https://base.org)
2933
[![Solana](https://img.shields.io/badge/Solana-USDC-9945FF?style=flat-square&logo=solana&logoColor=white)](https://solana.com)
30-
[![BlockRun](https://img.shields.io/badge/Powered_by-BlockRun-black?style=flat-square)](https://blockrun.ai)
34+
[![Powered by BlockRun](https://img.shields.io/badge/Powered_by-BlockRun.ai-FFD700?style=flat-square)](https://blockrun.ai)
3135
[![Telegram](https://img.shields.io/badge/Telegram-Community-26A5E4?style=flat-square&logo=telegram)](https://t.me/blockrunAI)
36+
[![Node.js](https://img.shields.io/badge/Node.js-18%2B-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org)
37+
[![macOS](https://img.shields.io/badge/macOS-supported-000000?style=flat-square&logo=apple&logoColor=white)](https://github.com/BlockRunAI/brcc)
38+
[![Linux](https://img.shields.io/badge/Linux-supported-FCC624?style=flat-square&logo=linux&logoColor=black)](https://github.com/BlockRunAI/brcc)
39+
[![Claude Code](https://img.shields.io/badge/Works_with-Claude_Code-CC785C?style=flat-square)](https://claude.ai/code)
40+
[![OpenAI](https://img.shields.io/badge/GPT--5-supported-412991?style=flat-square&logo=openai&logoColor=white)](https://blockrun.ai)
41+
[![Google Gemini](https://img.shields.io/badge/Gemini-supported-4285F4?style=flat-square&logo=google&logoColor=white)](https://blockrun.ai)
42+
[![DeepSeek](https://img.shields.io/badge/DeepSeek-supported-00B4D8?style=flat-square)](https://blockrun.ai)
43+
[![xAI Grok](https://img.shields.io/badge/Grok-supported-1DA1F2?style=flat-square)](https://blockrun.ai)
3244

3345
</div>
3446

assets/banner.png

5.05 KB
Loading

0 commit comments

Comments
 (0)