
BrexCodex — A codex of crafted components
复制粘贴的 React 和 Tailwind 组件库,无依赖。
@Brexcodex · X
完整作品展
技术栈
22 projects

复制粘贴的 React 和 Tailwind 组件库,无依赖。
@Brexcodex · X


One Question:上传知识库,让AI永远为你回答问题。
@Asym_Alwali · X

@kushmergedeck https://t.co/WlPaTN4sUs
@aastha__malik · X

使用在微虚拟机中运行代码的AI代码审查来捕获更多漏洞。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db

为学生创建互动游戏和测验。
@ziyodullayev_zd · X

QraftAI 自动为你的应用生成并执行浏览器测试,无需手动 QA。
@mlguy1234 · X

Vibe开发者讨论LSP和智能合约代码审查的社交网络
@atenyun · X
Hi everyone! If you're getting into vibe coding and have questions about LSPs or need a hand with reviewing your smart contract, feel free to post on Hup. We're here to help you out! Creator: 0x20e229667Cec8A0e9D3C6Fb89693B2a44ec2C50e via @hupsocial

Hunter Store 安全游戏商店,支持邮箱认证、购物和后台管理。
@th7mn2 · X
Hey Riaz! Building Hunter Store—a secure Full-Stack Game Store (React/Node/MongoDB) 🎮 As a Cybersecurity student, I secured the full flow (Email OTP & Password reset) + built a sleek UI & Admin Panel! 🛡️ Demo: Code:

图片转 ASCII 字符画、复制符号、查看码表、进制转换——全在浏览器。
HeStudy · V2EX
做了个纯前端的 ASCII 工具站:图片转字符画、banner 生成、符号一键复制 平时偶尔需要查 ASCII 码表、复制一些特殊符号(箭头、制表符这类),每次都是搜一个满屏广告的老站凑合用,索性自己做了一个: https://getascii.com 目前有这些工具: 图片转 ASCII 字符画(拖一张图进去就行,支持调宽度/字符集/反色) 文字转 ASCII banner 大字 常用符号一键复制(箭头、制表符、数学符号、颜文字) 完整 ASCII 码表 + 一个交互式键盘映射图(点键盘上的键显示对应的 dec/hex 码) 进制转换器( hex/dec/bin ↔ ASCII ) 几个实现上的点: Astro 构建的纯静态站,所有工具都是纯客户端计算,图片不会上传到任何服务器 没有账号系统,没有付费墙,打开就用 整站是绿色荧光终端风( CRT 扫描线 + JetBrains Mono ),算是给终端审美交个作业 顺手给它做了个 25 秒的宣传片: https://www.youtube.com/watch?v=AjzU5mw1PrI