
Shakeel's Diagonal & Offset Calculator
用于框架和施工的快速对角线和偏移计算器。
@ShakeelBinAbdul · X
Check out what I just built with Lovable!
完整作品展
技术栈
60 projects

用于框架和施工的快速对角线和偏移计算器。
@ShakeelBinAbdul · X
Check out what I just built with Lovable!

为 Codex Desktop 设计自定义主题,调整背景、颜色、透明度和视觉效果。
plutozc · V2EX
做了个 Codex Desktop 主题预览和切换工具,先调好再安装 最近一直在用 Codex Desktop ,觉得默认界面看久了有点单调,就顺手做了个主题编辑工具,分享一下: [Codex Skin]( https://getcodexskin.com) 可以先在网页里预览主题,调整背景透明度、面板透明度、颜色、模糊和圆角等参数,满意之后再下载并切换到 Codex Desktop 。 目前支持: - 自定义 JPG 、PNG 、WebP 背景 - 在线实时预览主题效果 - 调整透明度、颜色、模糊、圆角 - 预览满意后生成安装命令 - 不喜欢了可以恢复默认外观 目前主要面向 macOS 上的 Codex Desktop ,还是个人项目,功能和兼容性都在继续打磨。 欢迎试试,也想听听大家对主题参数、预览效果和安装流程的反馈。 直接网址: https://getcodexskin.com [轻喷 轻喷,可能还有些 bug

探索 React 和 Next.js 组件库、区块和模板。
@Ksparth12 · X

浏览和安装 Codex 主题,包含完整工作区预览,或分享你的设计。
@cnyzgkc · X
idoubi @idoubicc 老师执行力拉满! 直接做了一个 CodexThemes 主题站,把创建、分享、查找、安装、启用 Codex 主题的流程闭环! 使用方式:直接复制提示词发给 Codex,就可以让Codex 管理主题。 网站地址:

React 和 shadcn/ui components,用于在营销和登陆页面上创建 animated visual elements
@pixelcave_john · X
Hey Germán! I recently launched and a major update to Tailkit!

创建和导出 Mermaid 图表,包括流程图、ERD 和序列图
ghosts_ · HN
I've been slowly adding some new free tools to Moxie Docs (partly for SEO, partly to illustrate some of our feature sets before any commitment) for some reason this mermaid editor one blew up on Google rankings so I figured I'd share in case people find it useful! We also have ADR, AGENTS.md, LLMs, and a few other free tools.


为 HTML 和 Markdown 页面添加加密的绘图和注释。
pandrre · HN
I've built tldraw for HTML and Markdown pages (with encryption)

为K-2课堂生成AI着色页工作表。
robot1996 · HN
AI Coloring Page Generator for printable classroom worksheets

将手绘涂鸦转换为动画表情包。
hjessmith · HN
I like doodling, and I like character animation. I made a little tool that can animate your hand drawn characters and put them into an animated meme. It's free, there's no login needed, and it uses an animation pipeline (not generative AI) to create the outputs. Works on desktop and mobile. If you give it a try, I'd love to hear your feedback. Thanks!

用AI将照片转换为逼真的铅笔素描艺术
@_samuelaidoo · X
Getting users

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
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