
Shakeel's Diagonal & Offset Calculator
Fast diagonal and offset calculator for framing, layout, and construction.
@ShakeelBinAbdul · X
Check out what I just built with Lovable!
The full gallery
Tech stack
60 projects

Fast diagonal and offset calculator for framing, layout, and construction.
@ShakeelBinAbdul · X
Check out what I just built with Lovable!

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

Browse interactive React and Next.js components, blocks, and Tailwind templates.
@Ksparth12 · X

Browse and install Codex themes with workspace previews, or submit your own designs.
@cnyzgkc · X
idoubi @idoubicc 老师执行力拉满! 直接做了一个 CodexThemes 主题站,把创建、分享、查找、安装、启用 Codex 主题的流程闭环! 使用方式:直接复制提示词发给 Codex,就可以让Codex 管理主题。 网站地址:

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!

Create and export Mermaid diagrams including flowcharts, ERDs, and sequence diagrams online.
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.

A curated library of reusable UI components built with Framer.
@buildlylibrary · X

Add drawings and annotations to HTML and Markdown pages with encryption.
pandrre · HN
I've built tldraw for HTML and Markdown pages (with encryption)

Generate AI coloring pages for K-2 classrooms from text prompts.
robot1996 · HN
AI Coloring Page Generator for printable classroom worksheets

Transform hand-drawn doodles into animated memes.
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!

Convert photos to realistic pencil art sketches using AI.
@_samuelaidoo · X
Getting users

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