
完整作品展
技术栈
60 projects


@Kiriakoscls4 https://t.co/vL7v4J1TKx
@z5code0 · X

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

在浏览器中创作和协作音乐记谱,实时预览效果。
@erikdao · X

从网站提取颜色、字体、SVG 和设计 token,导出为 CSS、HTML 或 Tailwind 代码。
@Astrodevil_ · X


8个免费在线工具,包括格式化、编码、密码生成和取色。
@Supportpintutec · X
Just launched QuickTools — 8 free online tools 🛠️ Word Counter • JSON Formatter • Password Generator • Color Picker 100% browser-based, no signup 🔗 #SideProject #WebDev #FreeTools #BuildInPublic

Send HTML presentations from Claude or Codex to Nativ through MCP. Give your team one link where they can experience the deck, comment on exact slide text, and shape the next draft
@RustagiAnkur · X

Design scenes by dragging. Wire gameplay with visual nodes. Publish playable 2D and 3D games straight from your browser — no downloads, no programming.
@GameCreatorStud · X
Checkout my product

与 AI 聊天生成生产级 HTML 和 Tailwind UI。
@AmberProgrammer · X
I am building an Ai powered ui generator that can generate Mobile App UI, Desktop App UI, Website UI & Responsive Web Design. Try it!

Fast, private, and beautifully designed utilities for everyday development. Format JSON, decode JWTs, generate UUIDs, and more. Created by Uzair Shahed.
@uxi_ee · X

在浏览器中使用 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