
brainless
Interfaces for Claude, Codex, and Grok built with shadcn UI components.
theswerd · GitHub
brainless Claude Code, Codex, and Grok interfaces as shadcn components
The full gallery
Tech stack
60 projects

Interfaces for Claude, Codex, and Grok built with shadcn UI components.
theswerd · GitHub
brainless Claude Code, Codex, and Grok interfaces as shadcn components

React and shadcn/ui components for creating animated visual elements on marketing and landing pages.
@pixelcave_john · X
Hey Germán! I recently launched and a major update to Tailkit!

Share files and text directly between browsers without server storage or login.
@bytestreak · X
Building a frictionless, forever free file sharing utility tool. Check it out here:

Create visual product requirements documents using a minimalist canvas interface.
@KolhyP92244 · X

Browser-based SSH client with server management and SFTP file access
CloudSSH — 打开浏览器即可连接和管理自己的所有服务器,连接信息云端同步,内置 SFTP 文件管理与 AI 运维助手 - [更多介绍](https://github.com/newbietan/CloudSSH)

Open-source design tool for creating graphics in the browser.
@akinkunmi · X
He trash-talked me and my amazing project ( unprovoked while all his projects are vibe-coded slop. That's why I named him King of Slop.

Create immutable, SHA-256 certified records of your documents.
@BogachyovvA · X
A web app for protecting your documents, files, etc. using hashing. I am also looking for CEOs of companies for cooperation.

3D container packing tool with automatic layout algorithms and cargo visualization.
wen20 · V2EX
外贸人使用的工具:一个 3D 装箱工具分享 外贸集装箱 装货 3D 可视化工具 工具地址: https://waimao.himyou.com/container 工具特点: - 默认包含 20 尺标准柜、20 尺高柜、40 尺标准柜、40 尺高柜、45 尺标准柜、45 尺高柜,可自定义集装箱大小 - 盒体和圆柱体货物布局 - 多种自动装箱算法,自动计算装箱利用率 - 导入、导出 货物列表 - 支持底部托盘

Zero-setup JSON database for AI-generated app frontends with encrypted persistence.
@dhairyadarji786 · X
Tired of database setup for simple AI/Cursor prototypes?I built CloudState: a zero-config cloud database for vibe-coding. ⚡Get a secure JSON endpoint in 10s 🤖 Custom prompts for Cursor/Bolt/v0 to sync state via fetch Check it out:

Browser-based video and audio editing tools for compression, cropping, merging, and format conversion.
zhw2590582 · V2EX
最近对网站进行了重构,做成了免费的视频工具站:[ArtPlayer Tools]( https://artplayer.org/tools/) 主要是围绕着 ffmpeg.wasm 和 mediabunny 实现的一些可以直接在浏览器里用的视频/音频工具,常用的有: - 视频压缩:[Compress Video]( https://artplayer.org/compress-video/) - 视频裁剪:[Crop Video]( https://artplayer.org/crop-video/) - 视频合并:[Merge Video]( https://artplayer.org/merge-video/) - 视频尺寸调整:[Resize Video]( https://artplayer.org/resize-video/) - 视频旋转:[Rotate Video]( https://artplayer.org/rotate-video/) - 视频调速:[Change Video Speed]( https://artplayer.org/change-video-speed/) - 添加文字到视频:[Add Text to Video]( https://artplayer.org/add-text-to-video/) - 添加水印:[Watermark Video]( https://artplayer.org/watermark-video/) - 提取字幕:[Subtitle Editor]( https://artplayer.org/subtitle-editor/) - HLS 转 MP4:[HLS to MP4]( https://artplayer.org/hls-to-mp4/) - 音频可视化:[Audio Visualizer]( https://artplayer.org/audio-visualizer/) 大部分工具都是本地处理,文件不会上传到服务器。最开始是因为自己偶尔要处理一些视频,开剪辑软件又有点重,在线工具又担心隐私,所以就慢慢做成了一个站。 目前还在持续完善,体验肯定还有不少粗糙的地方,比如不同浏览器的兼容、移动端操作、长视频性能之类的。 网站: [ArtPlayer Tools]( https:

AI-matched private fundraising platform connecting founders and investors in verified deal rooms.
@hockystick_app · X
A fundraising platform design to close deals-

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared